mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-24 19:21:37 +00:00
Use only section-based ini reading.
This commit is contained in:
parent
7416b9cdb4
commit
f05d3f6e5d
24 changed files with 742 additions and 661 deletions
|
@ -110,7 +110,7 @@ namespace ButtonManager
|
|||
bool hasbind = false;
|
||||
char modifier = '+';
|
||||
std::string value;
|
||||
ini.Get("Android", config.str(), &value, "None");
|
||||
ini.GetOrCreateSection("Android")->Get(config.str(), &value, "None");
|
||||
if (value == "None")
|
||||
continue;
|
||||
if (std::string::npos != value.find("Axis"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue