dolphin/Source/Core/DolphinWX
Lioncash 70d336d2a9 DolphinWX: Eliminate direct usage of the JIT global
Instead, the JitInterface namespace functions should be used instead. This
gets rid of all usages of the JIT global from the wxWidgets UI code.

The null check isn't needed as the JIT core would already need to be
initialized in order to be within a paused state. The null check is just a
remnant from 2011 that existed before the check for a paused state was
added.
2017-02-21 16:15:47 -05:00
..
Cheats Core: Convert State enum into an enum class 2017-02-05 08:32:23 -05:00
Config wxWidgets expects non-const 2017-02-15 21:20:29 -08:00
Debugger DolphinWX: Eliminate direct usage of the JIT global 2017-02-21 16:15:47 -05:00
Input Merge pull request #4873 from lioncash/controller-emu 2017-02-10 13:50:33 -05:00
ISOProperties DolphinWX: Show the required IOS version in info panel 2017-01-23 20:42:36 +01:00
NetPlay Rename "Copy Wii Save" to "Load Wii Save" 2017-02-12 18:40:54 +01:00
resources
AboutDolphin.cpp
AboutDolphin.h
AuiToolBar.h
CMakeLists.txt Use .manifest file for apps on Windows 2017-02-10 14:18:45 -08:00
ControllerConfigDiag.cpp Core: Convert State enum into an enum class 2017-02-05 08:32:23 -05:00
ControllerConfigDiag.h
DolphinSlider.cpp
DolphinSlider.h
DolphinWX.manifest Use .manifest file for apps on Windows 2017-02-10 14:18:45 -08:00
DolphinWX.rc
DolphinWX.vcxproj Use .manifest file for apps on Windows 2017-02-10 14:18:45 -08:00
DolphinWX.vcxproj.filters DolphinWX: Add USB passthrough settings 2017-02-05 11:36:47 +01:00
DolphinWX.vcxproj.user
FifoPlayerDlg.cpp FifoPlayerDlg: Use std::lock_guard instead of manual mutex locking/unlocking 2017-02-08 00:26:32 -05:00
FifoPlayerDlg.h
Frame.cpp NetWindow: Get rid of direct use of the main_window global 2017-02-06 18:29:20 -05:00
Frame.h Add Stop Play/Recording Input Menu 2017-02-11 19:59:19 -05:00
FrameAui.cpp
FrameTools.cpp Remove IsReadOnly check when stop recording 2017-02-17 23:23:42 -05:00
GameListCtrl.cpp GameListCtrl: Separate some scanning code into functions 2017-02-09 14:50:20 -05:00
GameListCtrl.h
Globals.h Add Stop Play/Recording Input Menu 2017-02-11 19:59:19 -05:00
Info.plist.in CMake: use CMAKE_OSX_DEPLOYMENT_TARGET 2017-01-24 01:27:41 -08:00
ISOFile.cpp DiscIO: Add GetRegion function and Region enum 2017-01-02 20:57:11 +01:00
ISOFile.h DolphinWX: Remove HAVE_WX preprocessor define 2017-01-24 05:48:08 +01:00
LogConfigWindow.cpp
LogConfigWindow.h
LogWindow.cpp
LogWindow.h
Main.cpp DolphinWX: Always keep panic alerts on top 2017-01-12 23:40:58 +01:00
Main.h
MainMenuBar.cpp Add Stop Play/Recording Input Menu 2017-02-11 19:59:19 -05:00
MainMenuBar.h
MainNoGUI.cpp Get rid of GetUsbPointer for emulated Bluetooth 2017-02-08 15:07:33 +01:00
MainToolBar.cpp Core: Convert State enum into an enum class 2017-02-05 08:32:23 -05:00
MainToolBar.h
MemcardManager.cpp MemcardManager: Get rid of prefixed double-underscores from an identifier 2017-02-03 11:30:39 -05:00
MemcardManager.h MemcardManager: Get rid of prefixed double-underscores from an identifier 2017-02-03 11:30:39 -05:00
PatchAddEdit.cpp
PatchAddEdit.h
PostProcessingConfigDiag.cpp
PostProcessingConfigDiag.h
resource.h
SoftwareVideoConfigDialog.cpp Core: Convert State enum into an enum class 2017-02-05 08:32:23 -05:00
SoftwareVideoConfigDialog.h
TASInputDlg.cpp
TASInputDlg.h
VideoConfigDiag.cpp
VideoConfigDiag.h
WxEventUtils.cpp Core: Convert State enum into an enum class 2017-02-05 08:32:23 -05:00
WxEventUtils.h
WXInputBase.cpp
WXInputBase.h
WxUtils.cpp
WxUtils.h
X11Utils.cpp DolphinWX: Remove HAVE_WX preprocessor define 2017-01-24 05:48:08 +01:00
X11Utils.h DolphinWX: Remove HAVE_WX preprocessor define 2017-01-24 05:48:08 +01:00