[desktop] Fix more errors...

Signed-off-by: codeman4033 <codeman4033@eden-emu.dev>
This commit is contained in:
codeman4033 2026-03-25 18:33:47 -05:00 committed by crueter
parent 1c88016ef0
commit 6c7f04862a

View file

@ -44,6 +44,9 @@ const std::optional<Common::UUID> GetProfileID();
*/
std::string GetProfileIDString();
void eraseBetweenStrings(std::string& str, const std::string& start_str, const std::string& end_str);
void eraseAll(std::string& str, const std::string& sub_str);
std::string GetReadablePlayTime(u64 time_seconds);
std::string GetPlayTimeHours(u64 time_seconds);
std::string GetPlayTimeMinutes(u64 time_seconds);