[Scummvm-git-logs] scummvm master -> fae0dce4cb1909b58d1c67df2d2fe549733b995d

mduggan mgithub at guarana.org
Tue Apr 14 13:39:43 UTC 2020


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
fae0dce4cb ULTIMA8: Get rid of default scaling so scummvm scalers work


Commit: fae0dce4cb1909b58d1c67df2d2fe549733b995d
    https://github.com/scummvm/scummvm/commit/fae0dce4cb1909b58d1c67df2d2fe549733b995d
Author: Matthew Duggan (mgithub at guarana.org)
Date: 2020-04-14T22:39:32+09:00

Commit Message:
ULTIMA8: Get rid of default scaling so scummvm scalers work

Changed paths:
    engines/ultima/ultima8/ultima8.h


diff --git a/engines/ultima/ultima8/ultima8.h b/engines/ultima/ultima8/ultima8.h
index 2397a8e5dc..e25385d265 100644
--- a/engines/ultima/ultima8/ultima8.h
+++ b/engines/ultima/ultima8/ultima8.h
@@ -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;




More information about the Scummvm-git-logs mailing list