From bf565613b2daaf7b3e3a75ab4715517265ddadf8 Mon Sep 17 00:00:00 2001 From: Chris Apers Date: Mon, 26 May 2003 12:59:16 +0000 Subject: Prepare support for wide display on HiRes+ device svn-id: r8001 --- common/gameDetector.cpp | 1 + common/scaler.h | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/common/gameDetector.cpp b/common/gameDetector.cpp index 163888b86f..e2ef0aadf6 100644 --- a/common/gameDetector.cpp +++ b/common/gameDetector.cpp @@ -103,6 +103,7 @@ static const struct GraphicsMode gfx_modes[] = { #else {"flipping", "Page Flipping", GFX_FLIPPING}, {"dbuffer", "Double Buffer", GFX_DOUBLEBUFFER}, + {"wide", "Wide (HiRes+ only)", GFX_WIDE}, #endif {0, 0, 0} }; diff --git a/common/scaler.h b/common/scaler.h index a743ee063e..cf55d93733 100644 --- a/common/scaler.h +++ b/common/scaler.h @@ -55,7 +55,8 @@ enum { GFX_DOTMATRIX = 9, GFX_FLIPPING = 100, // Palmos - GFX_DOUBLEBUFFER = 101 // Palmos + GFX_DOUBLEBUFFER = 101, // Palmos + GFX_WIDE = 102 // palmos }; -- cgit v1.2.3