mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-05 15:49:01 +00:00
Merge pull request #62 from JosJuice/merge-upstream
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
0f94aa9ef2
970 changed files with 100021 additions and 88645 deletions
|
@ -45,7 +45,7 @@ public:
|
|||
std::getline(buffer, section, '.');
|
||||
std::getline(buffer, key, '=');
|
||||
std::getline(buffer, value, '=');
|
||||
const std::optional<Config::System> system = Config::GetSystemFromName(system_str);
|
||||
std::optional<Config::System> system = Config::GetSystemFromName(system_str);
|
||||
if (system)
|
||||
{
|
||||
m_values.emplace_back(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue