Core / VideoCommon: Remove old Free Look config

This commit is contained in:
iwubcode
2020-07-22 19:19:18 -05:00
parent e7ac095ba1
commit f6ab9a9b6f
6 changed files with 1 additions and 24 deletions

View File

@ -51,13 +51,6 @@ enum class ShaderCompilationMode : int
AsynchronousSkipRendering
};
enum class FreelookControlType : int
{
SixAxis,
FPS,
Orbital
};
// NEVER inherit from this class.
struct VideoConfig final
{
@ -115,8 +108,6 @@ struct VideoConfig final
std::string sDumpFormat;
std::string sDumpPath;
bool bInternalResolutionFrameDumps;
bool bFreeLook;
FreelookControlType iFreelookControlType;
bool bBorderlessFullscreen;
bool bEnableGPUTextureDecoding;
int iBitrateKbps;