Another Code R update.
This commit is contained in:
parent
73559b2341
commit
cccc0cda04
|
@ -1,8 +1,8 @@
|
||||||
# RNOJ01 - Another Code R Kioku no Tobira
|
# RNOJ01 - Another Code R Kioku no Tobira
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationIssues =
|
EmulationIssues = You can't interact with some objects ingame.
|
||||||
EmulationStateId = 4
|
EmulationStateId = 3
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Video]
|
[Video]
|
||||||
|
@ -17,5 +17,3 @@ PH_ZFar =
|
||||||
UseXFB = True
|
UseXFB = True
|
||||||
UseRealXFB = False
|
UseRealXFB = False
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
# RNOP01 - Another Code:R
|
# RNOP01 - Another Code:R
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationIssues =
|
EmulationIssues = You can't interact with some objects ingame.
|
||||||
EmulationStateId = 4
|
EmulationStateId = 3
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Video]
|
[Video]
|
||||||
|
@ -17,6 +17,3 @@ PH_ZFar =
|
||||||
UseXFB = True
|
UseXFB = True
|
||||||
UseRealXFB = False
|
UseRealXFB = False
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue