citra/src
JosJuice ce07ef1821 android: Use correct encoding when converting strings
The JNI functions that have "UTF" their name use "modified UTF-8"
rather than the standard UTF-8 that Citra uses, at least according
to Oracle's documentation, so it is incorrect for us to use them.
This change fixes the problem by converting between UTF-8 and
UTF-16 manually instead of letting JNI do it for us.
2022-08-03 15:54:15 +02:00
..
android android: Use correct encoding when converting strings 2022-08-03 15:54:15 +02:00
audio_core Use cubic mapping for volume control (#6020) 2022-05-20 22:47:37 +05:30
citra Initialize GAMECONTROLLER in EmuWindow_SDL2 (#6078) 2022-07-28 20:51:53 +05:30
citra_qt screenshot fixes (#6070) 2022-07-23 21:57:32 +05:30
common android: Use correct encoding when converting strings 2022-08-03 15:54:15 +02:00
core loader: check for overflow of seg_sizes[] in 3dsx loader (#6075) 2022-07-23 21:57:55 +05:30
dedicated_room remove dedicated_room dependence on core 2022-06-11 10:21:18 +02:00
input_common input_common: Resolve C4267 warning on MSVC 2022-05-18 00:05:41 -04:00
network remove dedicated_room dependence on core 2022-06-11 10:21:18 +02:00
tests Merge pull request #6010 from SachinVin/gunman 2022-07-06 23:45:44 -05:00
video_core Merge pull request #6010 from SachinVin/gunman 2022-07-06 23:45:44 -05:00
web_service web_service: infect other targets with OpenSSL exports ... 2022-06-08 01:22:11 -06:00
.clang-format clang format: add objective c++ formatting 2022-01-10 13:52:39 +01:00
CMakeLists.txt CMakeLists: Enforce C4267 on MSVC 2022-05-18 00:05:41 -04:00