Remove enforced inaccurate settings from Lemony Snicket game INI
I have no idea why these were here... And the SkipIdle setting doesn't even exist anymore.
This commit is contained in:
parent
a9ffd13305
commit
e6ed919672
|
@ -2,8 +2,6 @@
|
|||
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
CPUThread = 1
|
||||
SkipIdle = 1
|
||||
|
||||
[OnLoad]
|
||||
# Add memory patches to be loaded once on boot here.
|
||||
|
@ -16,7 +14,3 @@ SkipIdle = 1
|
|||
|
||||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 512
|
||||
|
||||
[Video_Hacks]
|
||||
EFBToTextureEnable = True
|
||||
|
||||
|
|
Loading…
Reference in New Issue