mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-02 15:45:58 +00:00
Game INI updates: flag some Wii titles without widescreen support
This commit is contained in:
parent
35d7c2bc78
commit
c3f8d47da5
23 changed files with 282 additions and 8 deletions
21
Data/Sys/GameSettings/RGS.ini
Normal file
21
Data/Sys/GameSettings/RGS.ini
Normal file
|
@ -0,0 +1,21 @@
|
|||
# RGSE8P, RGSJ8P, RGSP8P - Ghost Squad
|
||||
|
||||
[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 = 4
|
||||
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.
|
||||
|
||||
[Wii]
|
||||
Widescreen = False
|
Loading…
Add table
Add a link
Reference in a new issue