From 71267cb05576940de7ed2aa7a80a37b7f670523c Mon Sep 17 00:00:00 2001 From: Techjar Date: Thu, 17 Sep 2020 06:08:12 -0400 Subject: [PATCH] GameSettings: Force 1x IR for Mario Tennis and Super Smash Bros. --- Data/Sys/GameSettings/NAL.ini | 4 +++- Data/Sys/GameSettings/NAT.ini | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Data/Sys/GameSettings/NAL.ini b/Data/Sys/GameSettings/NAL.ini index a03b2d8a22..b902a4ae31 100644 --- a/Data/Sys/GameSettings/NAL.ini +++ b/Data/Sys/GameSettings/NAL.ini @@ -18,4 +18,6 @@ StereoConvergence = 5000 [Video_Settings] # 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 \ No newline at end of file +SaveTextureCacheToState = False +# This game crashes very soon after boot if above 1x IR +InternalResolution = 1 diff --git a/Data/Sys/GameSettings/NAT.ini b/Data/Sys/GameSettings/NAT.ini index ede4c31766..bcb8cfd602 100644 --- a/Data/Sys/GameSettings/NAT.ini +++ b/Data/Sys/GameSettings/NAT.ini @@ -15,4 +15,6 @@ [Video_Settings] # 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 \ No newline at end of file +SaveTextureCacheToState = False +# This game crashes very soon after boot if above 1x IR +InternalResolution = 1