mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 20:58:54 +00:00
IniFile: Handle s64/u64 values
This commit is contained in:
parent
51136681df
commit
beec40f178
19 changed files with 133 additions and 40 deletions
|
@ -61,6 +61,7 @@ std::string StringFromBool(bool value);
|
|||
|
||||
bool TryParse(const std::string& str, bool* output);
|
||||
bool TryParse(const std::string& str, u32* output);
|
||||
bool TryParse(const std::string& str, u64* output);
|
||||
|
||||
template <typename N>
|
||||
static bool TryParse(const std::string& str, N* const output)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue