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/natkeyboard.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/natkeyboard.cpp')
-rw-r--r-- | src/emu/natkeyboard.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/natkeyboard.cpp b/src/emu/natkeyboard.cpp index a73381e24f4..d01b64311cf 100644 --- a/src/emu/natkeyboard.cpp +++ b/src/emu/natkeyboard.cpp @@ -11,6 +11,7 @@ #include "emu.h" #include "natkeyboard.h" #include "emuopts.h" +#include "unicode.h" #include <algorithm> #include <cstring> |