mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-19 08:50:48 +00:00
GameConfigLoader: Add GFX Game INI translations
This commit is contained in:
parent
d75b536fd7
commit
f5f45855f0
13 changed files with 382 additions and 426 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue