forked from dolphin-emu/dolphin
GameConfigLoader: Add GFX Game INI translations
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user