mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2026-08-23 11:24:34 -05:00
Truncate the headline in config menu
This commit is contained in:
@@ -50,8 +50,9 @@ std::string string_format(const std::string &format, Args... args) {
|
||||
|
||||
class StringTools {
|
||||
public:
|
||||
static int32_t strtokcmp(const char *string, const char *compare, const char *separator);
|
||||
static std::string truncate(const std::string &str, size_t width, bool show_ellipsis = true);
|
||||
|
||||
static int32_t strtokcmp(const char *string, const char *compare, const char *separator);
|
||||
|
||||
static const char *FullpathToFilename(const char *path) {
|
||||
if (!path)
|
||||
|
||||
Reference in New Issue
Block a user