@@ -61,7 +61,7 @@ const Info<bool> GFX_DUMP_BASE_TEXTURES{{System::GFX, "Settings", "DumpBaseTextu
6161const Info<int > GFX_TEXTURE_PNG_COMPRESSION_LEVEL{
6262 {System::GFX, " Settings" , " TexturePNGCompressionLevel" }, 6 };
6363const Info<bool > GFX_HIRES_TEXTURES{{System::GFX, " Settings" , " HiresTextures" }, false };
64- const Info<bool > GFX_CACHE_HIRES_TEXTURES{{System::GFX, " Settings" , " CacheHiresTextures" }, false };
64+ const Info<bool > GFX_CACHE_HIRES_TEXTURES{{System::GFX, " Settings" , " CacheHiresTextures" }, true };
6565const Info<bool > GFX_DUMP_EFB_TARGET{{System::GFX, " Settings" , " DumpEFBTarget" }, false };
6666const Info<bool > GFX_DUMP_XFB_TARGET{{System::GFX, " Settings" , " DumpXFBTarget" }, false };
6767const Info<bool > GFX_DUMP_FRAMES_AS_IMAGES{{System::GFX, " Settings" , " DumpFramesAsImages" }, false };
@@ -189,7 +189,7 @@ const Info<bool> GFX_HACK_EFB_DEFER_INVALIDATION{
189189const Info<int > GFX_HACK_EFB_ACCESS_TILE_SIZE{{System::GFX, " Hacks" , " EFBAccessTileSize" }, 64 };
190190const Info<bool > GFX_HACK_BBOX_ENABLE{{System::GFX, " Hacks" , " BBoxEnable" }, false };
191191const Info<bool > GFX_HACK_FORCE_PROGRESSIVE{{System::GFX, " Hacks" , " ForceProgressive" }, true };
192- const Info<bool > GFX_HACK_SKIP_EFB_COPY_TO_RAM{{System::GFX, " Hacks" , " EFBToTextureEnable" }, true };
192+ const Info<bool > GFX_HACK_SKIP_EFB_COPY_TO_RAM{{System::GFX, " Hacks" , " EFBToTextureEnable" }, false };
193193const Info<bool > GFX_HACK_SKIP_XFB_COPY_TO_RAM{{System::GFX, " Hacks" , " XFBToTextureEnable" }, false };
194194const Info<bool > GFX_HACK_DISABLE_COPY_TO_VRAM{{System::GFX, " Hacks" , " DisableCopyToVRAM" }, false };
195195const Info<bool > GFX_HACK_DEFER_EFB_COPIES{{System::GFX, " Hacks" , " DeferEFBCopies" }, true };
0 commit comments