diff options
Diffstat (limited to 'common/system.h')
-rw-r--r-- | common/system.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/system.h b/common/system.h index 11bf5df53b..5e729551ea 100644 --- a/common/system.h +++ b/common/system.h @@ -223,7 +223,8 @@ enum { GFX_SUPER2XSAI = 4, GFX_SUPEREAGLE = 5, GFX_ADVMAME2X = 6, - GFX_TV2X = 7 + GFX_TV2X = 7, + GFX_DOTMATRIX = 8 }; |