sorry :( i need to blacklist these files...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@855 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
5bb6f62d9f
commit
1cdddbcca9
|
@ -3,51 +3,3 @@ GFXPlugin = Plugins\Plugin_VideoOGL.dll
|
||||||
DSPPlugin = Plugins\Plugin_DSP_HLE.dll
|
DSPPlugin = Plugins\Plugin_DSP_HLE.dll
|
||||||
PadPlugin = Plugins\Plugin_PadSimple.dll
|
PadPlugin = Plugins\Plugin_PadSimple.dll
|
||||||
WiiMotePlugin = Plugins\Plugin_Wiimote.dll
|
WiiMotePlugin = Plugins\Plugin_Wiimote.dll
|
||||||
[General]
|
|
||||||
LastFilename = D:\Games\Gamecube\The Legend of Zelda - Wind Waker.gcz
|
|
||||||
GCMPathes = 1
|
|
||||||
GCMPath0 = D:\Games\Gamecube
|
|
||||||
GCMPath1 = C:\Users\Shawn\Desktop
|
|
||||||
[Core]
|
|
||||||
GFXPlugin = Plugins\Plugin_VideoOGL.dll
|
|
||||||
DSPPlugin = Plugins\Plugin_DSP_NULL.dll
|
|
||||||
PadPlugin = Plugins\Plugin_PadSimple.dll
|
|
||||||
WiiMotePlugin = Plugins\Plugin_Wiimote.dll
|
|
||||||
HLEBios = True
|
|
||||||
UseDynarec = True
|
|
||||||
UseDualCore = True
|
|
||||||
SkipIdle = True
|
|
||||||
LockThreads = False
|
|
||||||
DefaultGCM = D:\Games\Gamecube\The Legend of Zelda - Wind Waker.gcz
|
|
||||||
DVDRoot =
|
|
||||||
OptimizeQuantizers = True
|
|
||||||
SelectedLanguage = 0
|
|
||||||
RunCompareServer = False
|
|
||||||
RunCompareClient = False
|
|
||||||
[LogManager]
|
|
||||||
* = False
|
|
||||||
BOOT = False
|
|
||||||
PE = False
|
|
||||||
CP = False
|
|
||||||
VI = False
|
|
||||||
SI = False
|
|
||||||
PI = False
|
|
||||||
MI = False
|
|
||||||
DSP = False
|
|
||||||
Stream = False
|
|
||||||
DVD = False
|
|
||||||
GP = False
|
|
||||||
EXI = True
|
|
||||||
AI = False
|
|
||||||
GEKKO = False
|
|
||||||
HLE = False
|
|
||||||
DSPHLE = False
|
|
||||||
Video = False
|
|
||||||
Audio = False
|
|
||||||
DYNA = False
|
|
||||||
OSREPORT = False
|
|
||||||
CONSOLE = False
|
|
||||||
WII_IOB = False
|
|
||||||
WII_IPC = False
|
|
||||||
WII_IPC_HLE = False
|
|
||||||
WIIMOTE = False
|
|
||||||
|
|
|
@ -14,11 +14,7 @@
|
||||||
#define _WX_RCDEFS_H
|
#define _WX_RCDEFS_H
|
||||||
|
|
||||||
|
|
||||||
#define WX_MSC_FULL_VER 150030729
|
#define WX_MSC_FULL_VER 140050727
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#define WX_CPU_AMD64
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -34,6 +30,10 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#define WX_CPU_X86
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue