Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #10236 from JMC47/n64vc
Cleanup and Update N64 Virtual Console INIs
  • Loading branch information
JMC47 committed Dec 20, 2021
2 parents 32fed91 + d074ee1 commit 1d146a9
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Data/Sys/GameSettings/NAC.ini
@@ -1,4 +1,4 @@
# NACE01 - Zelda: Ocarina
# NACJ01, NACE01, NACP01 - The Legend of Zelda: Ocarina of Time (Virtual Console)

[Core]
# Values set here will override the main Dolphin settings.
Expand Down
2 changes: 1 addition & 1 deletion Data/Sys/GameSettings/NAE.ini
@@ -1,4 +1,4 @@
# NAEE01, NAEP01 - Paper Mario
# NAEE01, NAEP01 - Paper Mario (Virtual Console)

[Core]
# Values set here will override the main Dolphin settings.
Expand Down
2 changes: 1 addition & 1 deletion Data/Sys/GameSettings/NAF.ini
@@ -1,4 +1,4 @@
# NAFE01, NAFP01 - F-Zero X
# NAFE01, NAFP01 - F-Zero X (Virtual Console)

[Core]
# Values set here will override the main Dolphin settings.
Expand Down
8 changes: 6 additions & 2 deletions Data/Sys/GameSettings/NAL.ini
Expand Up @@ -19,5 +19,9 @@ StereoConvergence = 5000
# This game creates a large number of EFB copies at different addresses, resulting
# in a large texture cache which takes considerable time to save.
SaveTextureCacheToState = False
# This game crashes very soon after boot if above 1x IR
InternalResolution = 1

[Video_Hacks]
# This game crashes very soon after boot if EFB copies are scaled at higher resolutions.
# This is due to Dolphin running out of memory. Disabling Scaled EFB copies allows playing
# at higher resolutions without the game crashing for now.
EFBScaledCopy = False
8 changes: 6 additions & 2 deletions Data/Sys/GameSettings/NAT.ini
Expand Up @@ -16,5 +16,9 @@
# This game creates a large number of EFB copies at different addresses, resulting
# in a large texture cache which takes considerable time to save.
SaveTextureCacheToState = False
# This game crashes very soon after boot if above 1x IR
InternalResolution = 1

[Video_Hacks]
# This game crashes very soon after boot if EFB copies are scaled at higher resolutions.
# This is due to Dolphin running out of memory. Disabling Scaled EFB copies allows playing
# at higher resolutions without the game crashing for now.
EFBScaledCopy = False

0 comments on commit 1d146a9

Please sign in to comment.