mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-13 00:58:29 +02:00
Remove support for projection hacks
This isn't really useful for anything anymore as far as I know.
This commit is contained in:
@ -142,11 +142,6 @@ void VideoConfig::Refresh()
|
||||
bEFBEmulateFormatChanges = Config::Get(Config::GFX_HACK_EFB_EMULATE_FORMAT_CHANGES);
|
||||
bVertexRounding = Config::Get(Config::GFX_HACK_VERTEX_ROUDING);
|
||||
|
||||
phack.m_enable = Config::Get(Config::GFX_PROJECTION_HACK) == 1;
|
||||
phack.m_sznear = Config::Get(Config::GFX_PROJECTION_HACK_SZNEAR) == 1;
|
||||
phack.m_szfar = Config::Get(Config::GFX_PROJECTION_HACK_SZFAR) == 1;
|
||||
phack.m_znear = Config::Get(Config::GFX_PROJECTION_HACK_ZNEAR);
|
||||
phack.m_zfar = Config::Get(Config::GFX_PROJECTION_HACK_ZFAR);
|
||||
bPerfQueriesEnable = Config::Get(Config::GFX_PERF_QUERIES_ENABLE);
|
||||
|
||||
VerifyValidity();
|
||||
|
Reference in New Issue
Block a user