.. |
Android
|
Use only section-based ini reading.
|
2014-06-16 01:31:23 -04:00 |
Debugger
|
Revert "DolphinWX: Use non-deprecated flags for the monospace debugger font"
|
2014-07-14 21:37:27 +12:00 |
GLInterface
|
mark all local variables as static
|
2014-07-11 16:10:20 +02:00 |
MemoryCards
|
Merge pull request #376 from lioncash/wx
|
2014-05-21 21:54:00 -07:00 |
resources
|
|
|
AboutDolphin.cpp
|
Update references of Google Code to GitHub and update copyright year.
|
2014-06-18 23:40:25 +02:00 |
AboutDolphin.h
|
|
|
ARCodeAddEdit.cpp
|
mark all local variables as static
|
2014-07-11 16:10:20 +02:00 |
ARCodeAddEdit.h
|
|
|
CheatsWindow.cpp
|
avoid the extern keyword in .cpp files
|
2014-07-11 16:10:20 +02:00 |
CheatsWindow.h
|
|
|
CMakeLists.txt
|
Merge pull request #343 from jordan-woyak/disable-sdl-windows
|
2014-05-21 19:47:44 -07:00 |
ConfigMain.cpp
|
avoid the extern keyword in .cpp files
|
2014-07-11 16:10:20 +02:00 |
ConfigMain.h
|
|
|
DolphinWX.rc
|
|
|
DolphinWX.vcxproj
|
Remove the 32-bit config platform from the VS solution and projects
|
2014-06-24 22:07:26 -04:00 |
DolphinWX.vcxproj.filters
|
|
|
DolphinWX.vcxproj.user
|
|
|
FifoPlayerDlg.cpp
|
DolphinWX: Remove the use of some wx 1.0 compatibility functions.
|
2014-07-13 23:42:37 -04:00 |
FifoPlayerDlg.h
|
|
|
Frame.cpp
|
avoid the extern keyword in .cpp files
|
2014-07-11 16:10:20 +02:00 |
Frame.h
|
Change SPADStatus struct name to GCPadStatus
|
2014-07-10 22:02:38 -04:00 |
FrameAui.cpp
|
DolphinWX: Remove yet another clamp method
|
2014-07-09 16:17:13 -04:00 |
FrameTools.cpp
|
mark all local variables as static
|
2014-07-11 16:10:20 +02:00 |
GameListCtrl.cpp
|
Fix warnings unearthed by #579
|
2014-07-13 02:16:51 +02:00 |
GameListCtrl.h
|
Add Change Disc option to the right-click menu in the game list. For issue 7411.
|
2014-06-30 12:06:45 -07:00 |
GeckoCodeDiag.cpp
|
|
|
GeckoCodeDiag.h
|
|
|
Globals.h
|
Make the emulation stop asynchronous to prevent deadlocks.
|
2014-07-08 21:21:23 +02:00 |
HotkeyDlg.cpp
|
|
|
HotkeyDlg.h
|
|
|
Info.plist.in
|
|
|
InputConfigDiag.cpp
|
Fix InputConfigDiag crash on Windows. (GCode issue 7384)
|
2014-06-19 19:58:55 -05:00 |
InputConfigDiag.h
|
|
|
InputConfigDiagBitmaps.cpp
|
|
|
ISOFile.cpp
|
Use only section-based ini reading.
|
2014-06-16 01:31:23 -04:00 |
ISOFile.h
|
|
|
ISOProperties.cpp
|
Merge pull request #608 from lioncash/compat
|
2014-07-14 01:56:09 -07:00 |
ISOProperties.h
|
mark all local variables as static
|
2014-07-11 16:10:20 +02:00 |
LogConfigWindow.cpp
|
Centralize the logging code into its own folder in Common.
|
2014-06-25 22:11:42 -04:00 |
LogConfigWindow.h
|
|
|
LogWindow.cpp
|
Centralize the logging code into its own folder in Common.
|
2014-06-25 22:11:42 -04:00 |
LogWindow.h
|
Centralize the logging code into its own folder in Common.
|
2014-06-25 22:11:42 -04:00 |
Main.cpp
|
Shutdown the Core before other components.
|
2014-07-13 23:47:59 +02:00 |
Main.h
|
mark all local variables as static
|
2014-07-11 16:10:20 +02:00 |
MainAndroid.cpp
|
Revert "Don't add segfault handler in interpreter mode"
|
2014-07-07 05:30:06 +02:00 |
MainNoGUI.cpp
|
Shutdown the Core before other components.
|
2014-07-13 23:47:59 +02:00 |
MemcardManager.cpp
|
mark all local functions as static
|
2014-07-11 16:07:23 +02:00 |
MemcardManager.h
|
|
|
NetWindow.cpp
|
DolphinWX: Remove the use of some wx 1.0 compatibility functions.
|
2014-07-13 23:42:37 -04:00 |
NetWindow.h
|
Add an option to kick players from netplay.
|
2014-06-18 13:22:45 -04:00 |
PatchAddEdit.cpp
|
mark all local variables as static
|
2014-07-11 16:10:20 +02:00 |
PatchAddEdit.h
|
|
|
PHackSettings.cpp
|
mark all local variables as static
|
2014-07-11 16:10:20 +02:00 |
PHackSettings.h
|
|
|
resource.h
|
|
|
stdafx.cpp
|
|
|
stdafx.h
|
Remove the min/max functions in CommonFuncs.
|
2014-05-29 21:44:41 -04:00 |
TASInputDlg.cpp
|
Merge pull request #601 from lioncash/pad-struct
|
2014-07-11 06:20:33 +02:00 |
TASInputDlg.h
|
Change SPADStatus struct name to GCPadStatus
|
2014-07-10 22:02:38 -04:00 |
UDPConfigDiag.cpp
|
|
|
UDPConfigDiag.h
|
|
|
VideoConfigDiag.cpp
|
avoid the extern keyword in .cpp files
|
2014-07-11 16:10:20 +02:00 |
VideoConfigDiag.h
|
Check whether the core is running instead of checking if it is unitialized.
|
2014-07-08 22:30:44 +02:00 |
WiimoteConfigDiag.cpp
|
|
|
WiimoteConfigDiag.h
|
|
|
WXInputBase.cpp
|
|
|
WXInputBase.h
|
|
|
WxUtils.cpp
|
|
|
WxUtils.h
|
|
|
X11Utils.cpp
|
Centralize the logging code into its own folder in Common.
|
2014-06-25 22:11:42 -04:00 |
X11Utils.h
|
|
|