mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 06:08:50 +00:00
Config: Port SyncGPU settings to new config system.
This commit is contained in:
parent
d8b67bc15f
commit
c82b2dccb5
6 changed files with 45 additions and 86 deletions
|
@ -58,11 +58,6 @@ struct SConfig
|
|||
|
||||
bool bCopyWiiSaveNetplay = true;
|
||||
|
||||
bool bSyncGPU = false;
|
||||
int iSyncGpuMaxDistance;
|
||||
int iSyncGpuMinDistance;
|
||||
float fSyncGpuOverclock;
|
||||
|
||||
bool bWii = false;
|
||||
bool m_is_mios = false;
|
||||
|
||||
|
@ -130,10 +125,6 @@ private:
|
|||
SConfig();
|
||||
~SConfig();
|
||||
|
||||
void SaveCoreSettings(IniFile& ini);
|
||||
|
||||
void LoadCoreSettings(IniFile& ini);
|
||||
|
||||
void SetRunningGameMetadata(const std::string& game_id, const std::string& gametdb_id,
|
||||
u64 title_id, u16 revision, DiscIO::Region region);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue