mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Fix Action Replay properly (i hope :P).. some misc code cleanup
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@851 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
744efe72e5
commit
e13ca7e384
7 changed files with 160 additions and 259 deletions
|
@ -47,8 +47,9 @@ inline void CharArrayFromFormat(char (& out)[Count], const char* format, ...)
|
|||
}
|
||||
|
||||
|
||||
std::string StripSpaces(std::string s);
|
||||
std::string StripQuotes(const std::string& s);
|
||||
std::string StripSpaces(const std::string &s);
|
||||
std::string StripQuotes(const std::string &s);
|
||||
std::string StripNewline(const std::string &s);
|
||||
|
||||
|
||||
std::string StringFromInt(int value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue