mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
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.
This commit is contained in:
parent
658c95588b
commit
488d1c8fdf
19
Data/Sys/GameSettings/NAO.ini
Normal file
19
Data/Sys/GameSettings/NAO.ini
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user