mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 06:08:50 +00:00
Merge pull request #7645 from JMC47/DeferEFBCopies
Disable Defer EFB Copies for Rune Factory Frontier
This commit is contained in:
commit
d1ce8aca9d
1 changed files with 15 additions and 0 deletions
15
Data/Sys/GameSettings/RUF.ini
Normal file
15
Data/Sys/GameSettings/RUF.ini
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# RUFP99, RUFJ99, RUFEMV - Rune Factory Frontier
|
||||||
|
|
||||||
|
[Core]
|
||||||
|
# Values set here will override the main Dolphin settings.
|
||||||
|
|
||||||
|
[OnLoad]
|
||||||
|
# Add memory patches to be loaded once on boot here.
|
||||||
|
|
||||||
|
[OnFrame]
|
||||||
|
|
||||||
|
[ActionReplay]
|
||||||
|
|
||||||
|
[Video_Hacks]
|
||||||
|
DeferEFBCopies = False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue