diff options
| author | ytrezq <ytrezq@myopera.com> | 2019-01-15 05:39:57 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-15 05:39:57 +0100 |
| commit | 488d1c8fdf226a53998b094dc8cf8df587faf898 (patch) | |
| tree | e707d61bbdd8321eb8ea3f35ff788fdef4829603 /Data/Sys | |
| parent | 658c95588ba6c1b157bf04f83f3d119be187a852 (diff) | |
Disable some Video settings for 1080° Snowboarding
If enabled, in game virtual screens don’t works and camera might go below ground.
Also fix some graphical effects in menus.
Diffstat (limited to 'Data/Sys')
| -rw-r--r-- | Data/Sys/GameSettings/NAO.ini | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Data/Sys/GameSettings/NAO.ini b/Data/Sys/GameSettings/NAO.ini new file mode 100644 index 0000000000..41bcbf81db --- /dev/null +++ b/Data/Sys/GameSettings/NAO.ini @@ -0,0 +1,19 @@ +# NAOJ01, NAOE01, NAOP01, NAOK01 - 1080° Snowboarding + +[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_Settings] + +[Video_Hacks] +DeferEFBCopies = False +EFBToTextureEnable = False |
