scummvm/backends/platform/android3d
Vladimir Serbinenko 68a9136e4d
COMMON: Rewrite Encoder and drop dependency on iconv (#2586)
Different platforms have different levels of support of encodings and
often have slight variations. We already have tables for most encoding
with only CJK missing. Full transcoding inclusion allows us to get reliable
encoding results independently of platform. The biggest con is the need for
external tables encoding.dat.

It removes a duplicate table for korean in graphics/korfont.cpp
2020-11-15 16:20:35 +01:00
..
org/residualvm/residualvm COMMON: Rewrite Encoder and drop dependency on iconv (#2586) 2020-11-15 16:20:35 +01:00
android.cpp COMMON: Rewrite Encoder and drop dependency on iconv (#2586) 2020-11-15 16:20:35 +01:00
android.h COMMON: Rewrite Encoder and drop dependency on iconv (#2586) 2020-11-15 16:20:35 +01:00
android.mk ANDROID3D: Get it working again (#2529) 2020-10-15 09:59:11 +02:00
asset-archive.cpp ANDROID: Merge few files between android and android3d (#2595) 2020-11-03 14:50:54 +01:00
asset-archive.h ANDROID: Merge few files between android and android3d (#2595) 2020-11-03 14:50:54 +01:00
events.cpp
events.h
graphics.cpp COMMON: Remove resetGraphicsScale from OSystem 2020-11-12 21:05:36 +00:00
graphics.h COMMON: Remove resetGraphicsScale from OSystem 2020-11-12 21:05:36 +00:00
jni-android.cpp ANDROID: Merge few files between android and android3d (#2595) 2020-11-03 14:50:54 +01:00
jni-android.h ANDROID: Merge few files between android and android3d (#2595) 2020-11-03 14:50:54 +01:00
module.mk
portdefs.h ANDROID: Merge few files between android and android3d (#2595) 2020-11-03 14:50:54 +01:00
snprintf.cpp
texture.cpp
texture.h
touchcontrols.cpp
touchcontrols.h