mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Merge pull request #9454 from JosJuice/android-ingame-settings-save
Android: Fix in-game settings changes not getting saved
This commit is contained in:
@ -138,6 +138,8 @@ public:
|
||||
m_map.insert_or_assign(location, std::move(new_value));
|
||||
}
|
||||
|
||||
void MarkAsDirty() { m_is_dirty = true; }
|
||||
|
||||
Section GetSection(System system, const std::string& section);
|
||||
ConstSection GetSection(System system, const std::string& section) const;
|
||||
|
||||
|
Reference in New Issue
Block a user