summaryrefslogtreecommitdiff
path: root/apps/plugins/xworld/sys.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/xworld/sys.c')
-rw-r--r--apps/plugins/xworld/sys.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/xworld/sys.c b/apps/plugins/xworld/sys.c
index e20322258d..4a80152b70 100644
--- a/apps/plugins/xworld/sys.c
+++ b/apps/plugins/xworld/sys.c
@@ -206,7 +206,7 @@ static void do_video_settings(struct System* sys)
206#else 206#else
207 case 2: 207 case 2:
208#endif 208#endif
209 rb->set_option("Scaling", &sys->settings.scaling_quality, INT, scaling_settings, 209 rb->set_option("Scaling", &sys->settings.scaling_quality, RB_INT, scaling_settings,
210#ifdef HAVE_LCD_COLOR 210#ifdef HAVE_LCD_COLOR
211 3 211 3
212#else 212#else
@@ -225,7 +225,7 @@ static void do_video_settings(struct System* sys)
225#else 225#else
226 case 3: 226 case 3:
227#endif 227#endif
228 rb->set_option("Rotation", &sys->settings.rotation_option, INT, rotation_settings, 3, NULL); 228 rb->set_option("Rotation", &sys->settings.rotation_option, RB_INT, rotation_settings, 3, NULL);
229 if(sys->settings.rotation_option && 229 if(sys->settings.rotation_option &&
230 sys->settings.zoom) 230 sys->settings.zoom)
231 { 231 {