summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VideoConfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/VideoCommon/VideoConfig.h')
-rw-r--r--Source/Core/VideoCommon/VideoConfig.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/Core/VideoCommon/VideoConfig.h b/Source/Core/VideoCommon/VideoConfig.h
index 44eac32dc9..707afae84c 100644
--- a/Source/Core/VideoCommon/VideoConfig.h
+++ b/Source/Core/VideoCommon/VideoConfig.h
@@ -54,10 +54,8 @@ enum StereoMode
struct VideoConfig final
{
VideoConfig();
- void Load(const std::string& ini_file);
- void GameIniLoad();
+ void Refresh();
void VerifyValidity();
- void Save(const std::string& ini_file);
void UpdateProjectionHack();
bool IsVSync();