X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=maemo%2Fhildon.c;h=43e3e15e0154fbf4d6fd9a240d4cfed43a05a25b;hp=8948c3bb666251d3faeb9b8d8e808bfeefb9da9e;hb=d5c08ed34ac422bafb933eed8ef5a30e8ed2dc5e;hpb=6469a8c407ff23af8b7a6218f759b368eec7c339 diff --git a/maemo/hildon.c b/maemo/hildon.c index 8948c3bb..43e3e15e 100644 --- a/maemo/hildon.c +++ b/maemo/hildon.c @@ -4,12 +4,12 @@ #include #include #include -#include "plugin_lib.h" +#include "plugin_lib.h" #include "main.h" #include "plat.h" #include "../libpcsxcore/psemu_plugin_defs.h" -#include "common/readpng.h" +#include "libpicofe/readpng.h" #include "maemo_common.h" #define X_RES 800 @@ -182,10 +182,8 @@ void maemo_init(int *argc, char ***argv) g_layer_x = (X_RES - D_WIDTH) / 2; g_layer_y = (Y_RES - D_HEIGHT) / 2; g_layer_w = D_WIDTH, g_layer_h = D_HEIGHT; -} -void menu_loop(void) -{ + pl_rearmed_cbs.only_16bpp = 1; } void *plat_gvideo_set_mode(int *w_, int *h_, int *bpp_) @@ -247,7 +245,7 @@ void *plat_gvideo_flip(void) return pl_vout_buf; } -void plat_gvideo_open(void) +void plat_gvideo_open(int is_pal) { } @@ -260,14 +258,10 @@ void *plat_prepare_screenshot(int *w, int *h, int *bpp) return NULL; } -void plat_step_volume(int is_up) -{ -} - void plat_trigger_vibrate(int is_strong) { } -void plat_minimize(void) +void menu_notify_mode_change(int w, int h, int bpp) { }