mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Disable Defer EFB Copies for Rune Factory Frontier
Causes crashes when reading mail and opening menus.
This commit is contained in:
parent
6b7a1ca6d1
commit
eb7f492420
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…
Reference in New Issue
Block a user