diff options
| author | Pokechu22 <Pokechu022@gmail.com> | 2024-10-18 00:09:47 -0700 |
|---|---|---|
| committer | Pokechu22 <Pokechu022@gmail.com> | 2024-10-18 00:09:47 -0700 |
| commit | ce17dda1bfcaa7c5abb186a80565dbdefddf90b3 (patch) | |
| tree | 42a7c9af2d309db00b95db8a7b2c01e8365d1ae9 /Data | |
| parent | 21f43193026739cf430079befd2d7da0cff8f077 (diff) | |
GameINI: Remove trailing space for 1080° Snowboarding
Diffstat (limited to 'Data')
| -rw-r--r-- | Data/Sys/GameSettings/NAO.ini | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/Data/Sys/GameSettings/NAO.ini b/Data/Sys/GameSettings/NAO.ini index 41bcbf81db..b401a7107f 100644 --- a/Data/Sys/GameSettings/NAO.ini +++ b/Data/Sys/GameSettings/NAO.ini @@ -1,19 +1,19 @@ -# NAOJ01, NAOE01, NAOP01, NAOK01 - 1080° Snowboarding +# NAOJ01, NAOE01, NAOP01, NAOK01 - 1080° Snowboarding -[Core] -# Values set here will override the main Dolphin settings. +[Core] +# Values set here will override the main Dolphin settings. -[OnLoad] -# Add memory patches to be loaded once on boot here. +[OnLoad] +# Add memory patches to be loaded once on boot here. -[OnFrame] -# Add memory patches to be applied every frame here. +[OnFrame] +# Add memory patches to be applied every frame here. -[ActionReplay] -# Add action replay cheats here. +[ActionReplay] +# Add action replay cheats here. -[Video_Settings] +[Video_Settings] -[Video_Hacks] -DeferEFBCopies = False +[Video_Hacks] +DeferEFBCopies = False EFBToTextureEnable = False |
