mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-02 11:02:28 +02:00
Remove leftovers of projection hack support
This commit is contained in:
parent
71dd2d9d4c
commit
e604641b12
@ -107,11 +107,6 @@ extern const ConfigInfo<bool> GFX_HACK_VERTEX_ROUDING;
|
|||||||
|
|
||||||
// Graphics.GameSpecific
|
// Graphics.GameSpecific
|
||||||
|
|
||||||
extern const ConfigInfo<int> GFX_PROJECTION_HACK;
|
|
||||||
extern const ConfigInfo<int> GFX_PROJECTION_HACK_SZNEAR;
|
|
||||||
extern const ConfigInfo<int> GFX_PROJECTION_HACK_SZFAR;
|
|
||||||
extern const ConfigInfo<std::string> GFX_PROJECTION_HACK_ZNEAR;
|
|
||||||
extern const ConfigInfo<std::string> GFX_PROJECTION_HACK_ZFAR;
|
|
||||||
extern const ConfigInfo<bool> GFX_PERF_QUERIES_ENABLE;
|
extern const ConfigInfo<bool> GFX_PERF_QUERIES_ENABLE;
|
||||||
|
|
||||||
} // namespace Config
|
} // namespace Config
|
||||||
|
@ -10,7 +10,6 @@
|
|||||||
#include "VideoCommon/ConstantManager.h"
|
#include "VideoCommon/ConstantManager.h"
|
||||||
|
|
||||||
class PointerWrap;
|
class PointerWrap;
|
||||||
struct ProjectionHackConfig;
|
|
||||||
|
|
||||||
// The non-API dependent parts.
|
// The non-API dependent parts.
|
||||||
class VertexShaderManager
|
class VertexShaderManager
|
||||||
|
Loading…
Reference in New Issue
Block a user