aboutsummaryrefslogtreecommitdiff
path: root/frontend/menu.h
diff options
context:
space:
mode:
authornotaz2012-07-06 00:24:41 +0300
committernotaz2012-07-09 02:35:58 +0300
commitab423939f0af46542bb23000e77a30976c8c2335 (patch)
tree73d9e91d696994f0520347c4b9ad2126366eac9d /frontend/menu.h
parent239f3754d8e0480f1e32bf414e49dec6e2ea019d (diff)
downloadpcsx_rearmed-ab423939f0af46542bb23000e77a30976c8c2335.tar.gz
pcsx_rearmed-ab423939f0af46542bb23000e77a30976c8c2335.tar.bz2
pcsx_rearmed-ab423939f0af46542bb23000e77a30976c8c2335.zip
frontend: move some leftover pandora parts out of common code
Diffstat (limited to 'frontend/menu.h')
-rw-r--r--frontend/menu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/menu.h b/frontend/menu.h
index 7f366df..17163ec 100644
--- a/frontend/menu.h
+++ b/frontend/menu.h
@@ -4,6 +4,7 @@ void menu_loop(void);
void menu_finish(void);
void menu_notify_mode_change(int w, int h, int bpp);
+void menu_set_filter_list(void *filters);
enum opts {
OPT_SHOWFPS = 1 << 0,
@@ -15,3 +16,4 @@ enum opts {
extern int g_opts;
extern int soft_scaling, analog_deadzone;
+extern int filter;