mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
StringUtil: support TryParse(u16*)
This commit is contained in:
parent
c50848be21
commit
43f067c6e1
2 changed files with 16 additions and 13 deletions
|
@ -59,6 +59,7 @@ std::string ThousandSeparate(I value, int spaces = 0)
|
|||
std::string StringFromBool(bool value);
|
||||
|
||||
bool TryParse(const std::string& str, bool* output);
|
||||
bool TryParse(const std::string& str, u16* output);
|
||||
bool TryParse(const std::string& str, u32* output);
|
||||
bool TryParse(const std::string& str, u64* output);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue