mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 13:57:57 -07:00
3e4f682b76
- F.ini: PR #4189 removes the need for 1x IR according to JMC - GWO.ini: Just force integral resolution, not auto resolution - GALP01.ini: I have no idea why EFBScale would be forced here - GINX69.ini: I think JMC said it's fixed, but I can't find his post... - SNS.ini: https://bugs.dolphin-emu.org/issues/9891 - P INIs: https://bugs.dolphin-emu.org/issues/9938
23 lines
406 B
INI
23 lines
406 B
INI
# GWOE5G - Blowout
|
|
|
|
[Core]
|
|
# Values set here will override the main Dolphin settings.
|
|
|
|
[EmuState]
|
|
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
|
EmulationStateId = 3
|
|
EmulationIssues =
|
|
|
|
[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_Settings]
|
|
EFBScale = -1
|
|
|