aboutsummaryrefslogtreecommitdiff
path: root/frontend/menu.h
diff options
context:
space:
mode:
authornotaz2011-07-29 00:25:41 +0300
committernotaz2011-07-30 02:43:33 +0300
commit90f1d26c2e771993c1a563f4c0ea81432bd9fc5e (patch)
tree8c7ee9903f4b9ca6079f06d1b8a2bbf952c1c762 /frontend/menu.h
parent78c60846942cad7d41d6d23a7c3d2b905ee4b822 (diff)
downloadpcsx_rearmed-90f1d26c2e771993c1a563f4c0ea81432bd9fc5e.tar.gz
pcsx_rearmed-90f1d26c2e771993c1a563f4c0ea81432bd9fc5e.tar.bz2
pcsx_rearmed-90f1d26c2e771993c1a563f4c0ea81432bd9fc5e.zip
frontend: add chan display option, for fun mostly
Diffstat (limited to 'frontend/menu.h')
-rw-r--r--frontend/menu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/menu.h b/frontend/menu.h
index d8aa892..7e401a3 100644
--- a/frontend/menu.h
+++ b/frontend/menu.h
@@ -9,6 +9,7 @@ enum opts {
OPT_SHOWFPS = 1 << 0,
OPT_SHOWCPU = 1 << 1,
OPT_NO_FRAMELIM = 1 << 2,
+ OPT_SHOWSPU = 1 << 3,
};
extern int g_opts;