diff options
author | 2020-12-15 13:36:55 -0500 | |
---|---|---|
committer | 2020-12-15 13:36:55 -0500 | |
commit | 2ca5f3a386a1ca63433d6d13bb66f5e46fb2a854 (patch) | |
tree | efc52a61e29ab44d0996e97e01782591e891f646 /src/emu/softlist_dev.cpp | |
parent | 35bec8d2731fb775248ff3634bde538d77d6f2a0 (diff) |
unicode.h: Updates
- Remove from emu.h (except for UTF8_xxx macros, which have been transplanted to emucore.h since a lot of drivers use them) and osdepend.h
- Add std::string_view overrides for uchar_from_utf8 and normalize_unicode
Diffstat (limited to 'src/emu/softlist_dev.cpp')
-rw-r--r-- | src/emu/softlist_dev.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emu/softlist_dev.cpp b/src/emu/softlist_dev.cpp index a69f6ccab00..c6768155f16 100644 --- a/src/emu/softlist_dev.cpp +++ b/src/emu/softlist_dev.cpp @@ -16,6 +16,8 @@ #include "romload.h" #include "validity.h" +#include "unicode.h" + #include <cctype> |