dolphin/Source/Core/InputCommon/ControllerInterface
JosJuice 15d9fab0bb Common: Rename UTF16ToUTF8
This function does *not* always convert from UTF-16. It converts
from UTF-16 on Windows and UTF-32 on other operating systems.

Also renaming UTF8ToUTF16 for consistency, even though it
technically doesn't have the same problem since it only was
implemented on Windows.
2020-07-08 14:51:35 +02:00
..
Android InputCommon: Decouple ButtonManager and Touchscreen from Android 2019-11-28 15:20:51 -05:00
DInput Common: Rename UTF16ToUTF8 2020-07-08 14:51:35 +02:00
DualShockUDPClient Remove redundant Config prefix from ConfigInfo/ConfigLocation 2020-05-02 14:40:14 +02:00
evdev Cleanup warnings of -Wmissing-declarations 2020-03-24 20:16:10 +08:00
ForceFeedback InputCommon: Use nested namespace specifiers where applicable 2019-06-17 16:51:41 -04:00
OSX StringUtil: Use std::string_view more 2019-07-23 14:49:12 +02:00
Pipes InputCommon: Use nested namespace specifiers where applicable 2019-06-17 16:51:41 -04:00
Quartz InputCommon: Constify Device::Input::IsDetectable function. 2020-02-22 10:27:43 -06:00
SDL InputCommon: Use nested namespace specifiers where applicable 2019-06-17 16:51:41 -04:00
Touch InputCommon: Constify Device::Input::IsDetectable function. 2020-02-22 10:27:43 -06:00
Wiimote InputCommon: Constify Device::Input::IsDetectable function. 2020-02-22 10:27:43 -06:00
Win32 InputCommon: Use nested namespace specifiers where applicable 2019-06-17 16:51:41 -04:00
XInput InputCommon: Constify Device::Input::IsDetectable function. 2020-02-22 10:27:43 -06:00
Xlib InputCommon: cleanup warnings of -Wclass-memaccess 2020-03-23 14:26:36 +08:00
ControllerInterface.cpp Apply fixes to all platforms 2020-05-09 22:35:20 +01:00
ControllerInterface.h InputCommon: Make "Cursor" inputs aware of the rendered aspect ratio. 2020-01-24 09:20:41 -06:00
Device.cpp InputCommon: Remove racy UpdateInput call in DetectInput. 2020-02-24 16:25:06 -06:00
Device.h InputCommon: Constify Device::Input::IsDetectable function. 2020-02-22 10:27:43 -06:00