VideoCommon: Add an option to disable mipmaps

Needed by M1 fifoci to work around a minor non-determinism bug
This commit is contained in:
TellowKrinkle
2022-11-06 23:28:46 -06:00
parent ee7887b751
commit 37a51f1d09
5 changed files with 20 additions and 1 deletions

View File

@ -153,6 +153,9 @@ const Info<u32> GFX_HACK_MISSING_COLOR_VALUE{{System::GFX, "Hacks", "MissingColo
0xFFFFFFFF};
const Info<bool> GFX_HACK_FAST_TEXTURE_SAMPLING{{System::GFX, "Hacks", "FastTextureSampling"},
true};
#ifdef __APPLE__
const Info<bool> GFX_HACK_NO_MIPMAPPING{{System::GFX, "Hacks", "NoMipmapping"}, false};
#endif
// Graphics.GameSpecific