ULTIMA8: Get rid of default scaling so scummvm scalers work

This commit is contained in:
Matthew Duggan 2020-04-14 22:39:32 +09:00
parent f8c82f6368
commit fae0dce4cb

View File

@ -50,8 +50,8 @@
namespace Ultima {
namespace Ultima8 {
#define DEFAULT_SCREEN_WIDTH 640
#define DEFAULT_SCREEN_HEIGHT 480
#define DEFAULT_SCREEN_WIDTH 320
#define DEFAULT_SCREEN_HEIGHT 200
class Debugger;
class Kernel;