mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-24 19:45:07 +00:00
parent
80c4249f79
commit
c376414771
@ -1080,6 +1080,9 @@ int ScummEngine::init() {
|
||||
defaultTo1XScaler = true;
|
||||
} else if (_useCJKMode) {
|
||||
_system->initSize(_screenWidth * _textSurfaceMultiplier, _screenHeight * _textSurfaceMultiplier);
|
||||
|
||||
// CJK FT and DIG use usual NUT fonts, not FM-TOWNS ROM, so
|
||||
// there is no text surface for them. This takes that into account
|
||||
defaultTo1XScaler = (_screenWidth * _textSurfaceMultiplier > 320);
|
||||
} else {
|
||||
_system->initSize(_screenWidth, _screenHeight);
|
||||
|
Loading…
x
Reference in New Issue
Block a user