From c8dd2c9fc4d27884c3763ebca240d803feb30983 Mon Sep 17 00:00:00 2001 From: Jordan Woyak Date: Sun, 12 Apr 2026 14:11:06 -0500 Subject: [PATCH] GameSettings: The Legend of Spyro: The Eternal Night. Allow ImmediateXFB since this game seems fine with it. Don't force EFBAccess. Unlike other Krome games, this game doesn't do any EFB access on boot like the comment implies. --- Data/Sys/GameSettings/RO7.ini | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/Data/Sys/GameSettings/RO7.ini b/Data/Sys/GameSettings/RO7.ini index 9a68157835..1a8f2d6e12 100644 --- a/Data/Sys/GameSettings/RO7.ini +++ b/Data/Sys/GameSettings/RO7.ini @@ -1,18 +1,4 @@ # RO7E7D, RO7P7D - The Legend of Spyro: The Eternal Night -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - [Video_Settings] SafeTextureCacheColorSamples = 512 - -[Video_Hacks] -ImmediateXFBEnable = False -# Fixes missing splash logo at boot. -EFBAccessEnable = True