summaryrefslogtreecommitdiffstats
path: root/src/common/string_util.h
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2023-10-01 22:21:23 +0200
committerLiam <byteslice@airmail.cc>2023-10-02 01:22:08 +0200
commit38394f36d78f22ca75acf8275e86d25faecd0e8d (patch)
tree6c2710b6201abeae3cae96d8e1fa1eccbe92f8ab /src/common/string_util.h
parentMerge pull request #11646 from FernandoS27/stop-ignoring-your-mental-health (diff)
downloadyuzu-38394f36d78f22ca75acf8275e86d25faecd0e8d.tar
yuzu-38394f36d78f22ca75acf8275e86d25faecd0e8d.tar.gz
yuzu-38394f36d78f22ca75acf8275e86d25faecd0e8d.tar.bz2
yuzu-38394f36d78f22ca75acf8275e86d25faecd0e8d.tar.lz
yuzu-38394f36d78f22ca75acf8275e86d25faecd0e8d.tar.xz
yuzu-38394f36d78f22ca75acf8275e86d25faecd0e8d.tar.zst
yuzu-38394f36d78f22ca75acf8275e86d25faecd0e8d.zip
Diffstat (limited to '')
-rw-r--r--src/common/string_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/string_util.h b/src/common/string_util.h
index c351f1a0c..9da1ca4e9 100644
--- a/src/common/string_util.h
+++ b/src/common/string_util.h
@@ -38,6 +38,7 @@ bool SplitPath(const std::string& full_path, std::string* _pPath, std::string* _
[[nodiscard]] std::string UTF16ToUTF8(std::u16string_view input);
[[nodiscard]] std::u16string UTF8ToUTF16(std::string_view input);
+[[nodiscard]] std::u32string UTF8ToUTF32(std::string_view input);
#ifdef _WIN32
[[nodiscard]] std::string UTF16ToUTF8(std::wstring_view input);