mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
ULTIMA8: Get rid of default scaling so scummvm scalers work
This commit is contained in:
parent
f8c82f6368
commit
fae0dce4cb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user