SCI: search for %J in text resources to identify japanese games, switch to upscaled hires when japanese games are started, removed TODO

svn-id: r47088
This commit is contained in:
Martin Kiewitz 2010-01-06 18:25:43 +00:00
parent 254850aa23
commit 11d9f15010
2 changed files with 13 additions and 4 deletions

View file

@ -114,8 +114,9 @@ Common::Error SciEngine::run() {
#endif
) && getPlatform() == Common::kPlatformWindows;
// TODO: Detect japanese editions and set upscaledHires on those as well
// TODO: Possibly look at first picture resource and determine if its hires or not
// Japanese versions of games use hi-res font on upscaled version of the game
if ((getLanguage() == Common::JA_JPN) && (getSciVersion() <= SCI_VERSION_1_1))
upscaledHires = true;
// Initialize graphics-related parts
Screen *screen = 0;