dolphin ini for win32 needs a newline at the end
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@821 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
2a95bcdb15
commit
f0c0a02292
|
@ -2,4 +2,22 @@
|
|||
GFXPlugin = Plugins\Plugin_VideoOGL.dll
|
||||
DSPPlugin = Plugins\Plugin_DSP_HLE.dll
|
||||
PadPlugin = Plugins\Plugin_PadSimple.dll
|
||||
WiiMotePlugin = Plugins\Plugin_Wiimote.dll
|
||||
WiiMotePlugin = Plugins\Plugin_Wiimote.dll
|
||||
[General]
|
||||
LastFilename =
|
||||
GCMPathes = 1
|
||||
GCMPath0 = D:\Games\Gamecube
|
||||
[Core]
|
||||
GFXPlugin = Plugins\Plugin_VideoOGL.dll
|
||||
DSPPlugin = Plugins\Plugin_DSP_HLE.dll
|
||||
PadPlugin = Plugins\Plugin_PadSimple.dll
|
||||
WiiMotePlugin = Plugins\Plugin_Wiimote.dll
|
||||
HLEBios = True
|
||||
UseDynarec = True
|
||||
UseDualCore = False
|
||||
SkipIdle = True
|
||||
LockThreads = True
|
||||
DefaultGCM =
|
||||
DVDRoot =
|
||||
OptimizeQuantizers = True
|
||||
SelectedLanguage = 0
|
||||
|
|
Loading…
Reference in New Issue