diff options
Diffstat (limited to 'base')
| -rw-r--r-- | base/gameDetector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/gameDetector.cpp b/base/gameDetector.cpp index d1cc9ddc6f..79e8ca9eee 100644 --- a/base/gameDetector.cpp +++ b/base/gameDetector.cpp @@ -123,7 +123,7 @@ static const struct GraphicsMode gfx_modes[] = { {"dotmatrix", "DotMatrix", GFX_DOTMATRIX}, #else {"flipping", "Page Flipping", GFX_FLIPPING}, - {"dbuffer", "Double Buffer", GFX_DOUBLEBUFFER}, + {"buffered", "Buffered", GFX_BUFFERED}, {"wide", "Wide (HiRes+ only)", GFX_WIDE}, #endif {0, 0, 0} |
