sys: fix games.yml hdd paths

This commit is contained in:
Megamouse 2024-01-01 23:59:27 +01:00
parent d6dde225bd
commit d03393ffe9
4 changed files with 24 additions and 8 deletions

View file

@ -125,6 +125,7 @@ namespace fmt
std::vector<std::string> split(std::string_view source, std::initializer_list<std::string_view> separators, bool is_skip_empty = true);
std::string trim(const std::string& source, std::string_view values = " \t");
std::string trim_front(const std::string& source, std::string_view values = " \t");
void trim_back(std::string& source, std::string_view values = " \t");
template <typename T>