mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Remove support for projection hacks
This isn't really useful for anything anymore as far as I know.
This commit is contained in:
@ -80,9 +80,7 @@ bool IsSettingSaveable(const Config::ConfigLocation& config_location)
|
||||
|
||||
// Graphics.GameSpecific
|
||||
|
||||
Config::GFX_PROJECTION_HACK.location, Config::GFX_PROJECTION_HACK_SZNEAR.location,
|
||||
Config::GFX_PROJECTION_HACK_SZFAR.location, Config::GFX_PROJECTION_HACK_ZNEAR.location,
|
||||
Config::GFX_PROJECTION_HACK_ZFAR.location, Config::GFX_PERF_QUERIES_ENABLE.location,
|
||||
Config::GFX_PERF_QUERIES_ENABLE.location,
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user