aboutsummaryrefslogtreecommitdiff
path: root/frontend/plugin_lib.c
diff options
context:
space:
mode:
authornotaz2010-12-12 01:40:19 +0200
committernotaz2010-12-14 15:25:05 +0200
commit3c70c47bb2fa50066c4c3b23813253e03b8751fe (patch)
tree4f1a9dcfa15ed42879951aa970d016c18f98dbc0 /frontend/plugin_lib.c
parent722285599b1ce45ca435f484b0f34a5e568487a1 (diff)
downloadpcsx_rearmed-3c70c47bb2fa50066c4c3b23813253e03b8751fe.tar.gz
pcsx_rearmed-3c70c47bb2fa50066c4c3b23813253e03b8751fe.tar.bz2
pcsx_rearmed-3c70c47bb2fa50066c4c3b23813253e03b8751fe.zip
menu: implement savestates and scaling cfg
Diffstat (limited to 'frontend/plugin_lib.c')
-rw-r--r--frontend/plugin_lib.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/plugin_lib.c b/frontend/plugin_lib.c
index 26d5218..7110b35 100644
--- a/frontend/plugin_lib.c
+++ b/frontend/plugin_lib.c
@@ -20,6 +20,7 @@
#include "common/fonts.h"
#include "common/input.h"
#include "omap.h"
+#include "menu.h"
#include "pcnt.h"
#include "../libpcsxcore/new_dynarec/new_dynarec.h"
@@ -85,6 +86,8 @@ int pl_fbdev_set_mode(int w, int h, int bpp)
else
pl_fbdev_buf = ret;
+ menu_notify_mode_change(w, h);
+
return (ret != NULL) ? 0 : -1;
}