From 3aba4997f4132846072a4fa395218c8723be165e Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 9 Apr 2005 13:31:47 +0000 Subject: Moved the GFX_ constants to sdl-common.h, where they belong. svn-id: r17479 --- backends/sdl/sdl-common.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'backends/sdl') diff --git a/backends/sdl/sdl-common.h b/backends/sdl/sdl-common.h index 57e7625b93..fa8959f001 100644 --- a/backends/sdl/sdl-common.h +++ b/backends/sdl/sdl-common.h @@ -36,6 +36,22 @@ #define USE_OSD 1 #endif + +enum { + GFX_NORMAL = 0, + GFX_DOUBLESIZE = 1, + GFX_TRIPLESIZE = 2, + GFX_2XSAI = 3, + GFX_SUPER2XSAI = 4, + GFX_SUPEREAGLE = 5, + GFX_ADVMAME2X = 6, + GFX_ADVMAME3X = 7, + GFX_HQ2X = 8, + GFX_HQ3X = 9, + GFX_TV2X = 10, + GFX_DOTMATRIX = 11 +}; + static const int s_gfxModeSwitchTable[][4] = { { GFX_NORMAL, GFX_DOUBLESIZE, GFX_TRIPLESIZE, -1 }, { GFX_NORMAL, GFX_ADVMAME2X, GFX_ADVMAME3X, -1 }, -- cgit v1.2.3