Merge pull request #8338 from Miksel12/efbaccess-ini
Enable EFB access in INI
This commit is contained in:
commit
cc9c1583b1
|
@ -15,8 +15,5 @@ CPUThread = 0
|
||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
ImmediateXFBEnable = False
|
ImmediateXFBEnable = False
|
||||||
EFBAccessEnable = False
|
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
DeferEFBCopies = False
|
DeferEFBCopies = False
|
||||||
|
|
||||||
[Video_Settings]
|
|
||||||
|
|
|
@ -12,9 +12,5 @@
|
||||||
[ActionReplay]
|
[ActionReplay]
|
||||||
# Add action replay cheats here.
|
# Add action replay cheats here.
|
||||||
|
|
||||||
[Video_Settings]
|
|
||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBAccessEnable = False
|
|
||||||
EFBToTextureEnable = False
|
|
||||||
ImmediateXFBEnable = False
|
ImmediateXFBEnable = False
|
||||||
|
|
Loading…
Reference in New Issue