mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 20:58:54 +00:00
Migrate game INI profile setting to new config system
This commit is contained in:
parent
62ff2f1030
commit
53e7090f55
10 changed files with 16 additions and 69 deletions
|
@ -159,7 +159,8 @@ static const std::map<System, std::string> system_to_name = {
|
|||
{System::SYSCONF, "SYSCONF"},
|
||||
{System::DualShockUDPClient, "DualShockUDPClient"},
|
||||
{System::FreeLook, "FreeLook"},
|
||||
{System::Session, "Session"}};
|
||||
{System::Session, "Session"},
|
||||
{System::GameSettingsOnly, "GameSettingsOnly"}};
|
||||
|
||||
const std::string& GetSystemName(System system)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue