X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fpandora%2Fplat.c;h=2171c036a3db24aef5537d3c37552caf48bc2f59;hb=d9653efdf7cd77d61ed81ed692b00115d472d4e2;hp=396e11f2d5f4addf857c7deea804038cdcf22be7;hpb=8d9b4b32d4adc21d7e1c5da285ddab0623829d3f;p=picodrive.git diff --git a/platform/pandora/plat.c b/platform/pandora/plat.c index 396e11f..2171c03 100644 --- a/platform/pandora/plat.c +++ b/platform/pandora/plat.c @@ -40,7 +40,6 @@ static int g_layer_x, g_layer_y; static int g_layer_w = 320, g_layer_h = 240; static int g_osd_fps_x, g_osd_y, doing_bg_frame; -static const char pnd_script_base[] = "sudo -n /usr/pandora/scripts"; static unsigned char __attribute__((aligned(4))) fb_copy[320 * 240 * 2]; static void *temp_frame; const char *renderer_names[] = { NULL }; @@ -375,6 +374,8 @@ void plat_video_loop_prepare(void) void pemu_loop_prep(void) { // dirty buffers better go now than during gameplay + fflush(stdout); + fflush(stderr); sync(); sleep(0); }