Skip to content
Permalink
Browse files
Merge pull request #6637 from JosJuice/projection-hack-leftovers
Remove leftovers of projection hack support
  • Loading branch information
lioncash committed Apr 13, 2018
2 parents 71dd2d9 + e604641 commit 9d70097
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
@@ -107,11 +107,6 @@ extern const ConfigInfo<bool> GFX_HACK_VERTEX_ROUDING;

// 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;

} // namespace Config
@@ -10,7 +10,6 @@
#include "VideoCommon/ConstantManager.h"

class PointerWrap;
struct ProjectionHackConfig;

// The non-API dependent parts.
class VertexShaderManager

0 comments on commit 9d70097

Please sign in to comment.