mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
apply the new wxw method to dsp hle, wiimote, and padsimple.
wiimote config now loads way faster :) git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3649 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
12efada734
commit
99a33ccba9
24 changed files with 618 additions and 689 deletions
|
@ -27,7 +27,7 @@
|
|||
|
||||
#if defined(HAVE_WX) && HAVE_WX
|
||||
#include "../Debugger/Debugger.h"
|
||||
extern CDebugger* m_frame;
|
||||
extern DSPDebuggerHLE* m_DebuggerFrame;
|
||||
#endif
|
||||
#include "../Debugger/File.h"
|
||||
|
||||
|
@ -88,7 +88,7 @@ int PrintFile(int a, char *fmt, ...)
|
|||
{
|
||||
#if defined(DEBUG_HLE) && defined(_WIN32)
|
||||
|
||||
if(m_frame->gSaveFile)
|
||||
if(m_DebuggerFrame->gSaveFile)
|
||||
{
|
||||
char s[StringSize];
|
||||
va_list argptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue