mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
68a9136e4d
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
5 lines
134 B
C++
5 lines
134 B
C++
#define USE_NULL_DRIVER 1
|
|
#define NULL_DRIVER_USE_FOR_TEST 1
|
|
#include "null_osystem.h"
|
|
#include "../backends/platform/null/null.cpp"
|