mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
Merge pull request #12476 from PatrickFerry/gameini_disable_immediate_xfb
Gameini: Disable "Immediately Present XFB" for Racquet Sports
This commit is contained in:
17
Data/Sys/GameSettings/SRQ.ini
Normal file
17
Data/Sys/GameSettings/SRQ.ini
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# SRQE41, SRQP41 - Racquet Sports
|
||||||
|
|
||||||
|
[Core]
|
||||||
|
# Values set here will override the main Dolphin settings.
|
||||||
|
|
||||||
|
[OnLoad]
|
||||||
|
# Add memory patches to be loaded once on boot here.
|
||||||
|
|
||||||
|
[OnFrame]
|
||||||
|
# Add memory patches to be applied every frame here.
|
||||||
|
|
||||||
|
[ActionReplay]
|
||||||
|
# Add action replay cheats here.
|
||||||
|
|
||||||
|
[Video_Hacks]
|
||||||
|
#This prevents the loading screen from running uncapped
|
||||||
|
ImmediateXFBEnable = False
|
Reference in New Issue
Block a user