dolphin/Source/Core/DolphinWX
JosJuice ec0370d2d1 Volume: Add prefer_long parameter to GetNames
GC games with long names store two variations of the name in
opening.bnr. This makes the shorter of those names available.
For volumes other than GC discs, prefer_long is ignored.
2015-06-08 12:00:34 +02:00
..
Android Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
Cheats Fix line ending bug for downloaded gecko codes 2015-06-06 19:15:15 +02:00
Config Remove ARMv7 support. 2015-06-07 22:44:13 -05:00
Debugger Remove ARMv7 support. 2015-06-07 22:44:13 -05:00
NetPlay Remove reference to DSP on Dedicated Thread 2015-06-07 00:01:57 +02:00
resources Add missing license headers 2015-05-25 13:11:47 +02:00
AboutDolphin.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
AboutDolphin.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
ARCodeAddEdit.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
ARCodeAddEdit.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
CMakeLists.txt Remove wx-based Hotkey stuff 2015-06-04 10:44:20 +02:00
ControllerConfigDiag.cpp Fixed translation of strings at runtime. 2015-06-07 20:38:36 +12:00
ControllerConfigDiag.h Fixed translation of strings at runtime. 2015-06-07 20:38:36 +12:00
DolphinWX.rc Define the icon for "dolphin". The IDI_ICON1 seems to be preempted by the wx resource. This one does not. 2012-12-17 08:33:42 -06:00
DolphinWX.vcxproj Remove wx-based Hotkey stuff 2015-06-04 10:44:20 +02:00
DolphinWX.vcxproj.filters Remove wx-based Hotkey stuff 2015-06-04 10:44:20 +02:00
DolphinWX.vcxproj.user Rename menu items, stop using PanicAlertT, remove -d when running from visual studio. 2014-12-17 01:12:33 +10:30
FifoPlayerDlg.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
FifoPlayerDlg.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
Frame.cpp Revert "SDL: handle SDL_QUIT event" 2015-06-08 13:43:39 +12:00
Frame.h Remove wx-based Hotkey stuff 2015-06-04 10:44:20 +02:00
FrameAui.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
FrameTools.cpp Remove wx-based Hotkey stuff 2015-06-04 10:44:20 +02:00
GameListCtrl.cpp Volume: Return volume type as an enum 2015-06-04 16:26:36 +02:00
GameListCtrl.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
Globals.h Remove wx-based Hotkey stuff 2015-06-04 10:44:20 +02:00
Info.plist.in Pull in translations from Transifex. 2013-09-21 11:24:33 -05:00
InputConfigDiag.cpp Rewrite FileSearch and improve ScanDirectoryTree. 2015-05-28 19:14:42 -04:00
InputConfigDiag.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
InputConfigDiagBitmaps.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
ISOFile.cpp Volume: Add prefer_long parameter to GetNames 2015-06-08 12:00:34 +02:00
ISOFile.h Volume: Return volume type as an enum 2015-06-04 16:26:36 +02:00
ISOProperties.cpp Merge pull request #2509 from comex/fix-ar-codes 2015-06-08 04:13:16 -04:00
ISOProperties.h Merge pull request #2338 from JosJuice/getfilelist-return 2015-06-02 20:28:25 -04:00
LogConfigWindow.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
LogConfigWindow.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
LogWindow.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
LogWindow.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
Main.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
Main.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
MainAndroid.cpp Volume: Add prefer_long parameter to GetNames 2015-06-08 12:00:34 +02:00
MainNoGUI.cpp Revert "SDL: handle SDL_QUIT event" 2015-06-08 13:43:39 +12:00
MemcardManager.cpp Use PanicAlertT instead of PanicAlert when appropriate 2015-06-04 13:25:06 +02:00
MemcardManager.h Use PanicAlertT instead of PanicAlert when appropriate 2015-06-04 13:25:06 +02:00
PatchAddEdit.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
PatchAddEdit.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
PostProcessingConfigDiag.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
PostProcessingConfigDiag.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
resource.h Add missing license headers 2015-05-25 13:11:47 +02:00
SoftwareVideoConfigDialog.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
SoftwareVideoConfigDialog.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
TASInputDlg.cpp DolphinWX: Fix threading issues with TAS pad updates 2015-05-31 03:08:07 -07:00
TASInputDlg.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
VideoConfigDiag.cpp VideoConfigDiag: Translate cache_hires_textures_desc like other strings 2015-06-07 20:25:42 +02:00
VideoConfigDiag.h Merge pull request #2162 from degasus/prefetch_tex 2015-05-26 13:30:26 +02:00
WXInputBase.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
WXInputBase.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
WxUtils.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
WxUtils.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
X11Utils.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
X11Utils.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00