mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
platform: revive pandora build
This commit is contained in:
parent
225260ba40
commit
f20ad52307
2 changed files with 2 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
@ -127,7 +127,7 @@ set_platform()
|
||||||
pandora)
|
pandora)
|
||||||
sound_drivers="oss alsa"
|
sound_drivers="oss alsa"
|
||||||
have_libavcodec="yes"
|
have_libavcodec="yes"
|
||||||
MFLAGS="-mcpu=cortex-a8 -mfpu=neon -mfloat-abi=hard"
|
MFLAGS="-mcpu=cortex-a8 -mfpu=neon -mfloat-abi=softfp"
|
||||||
;;
|
;;
|
||||||
gp2x | wiz | caanoo)
|
gp2x | wiz | caanoo)
|
||||||
sound_drivers="oss"
|
sound_drivers="oss"
|
||||||
|
|
|
@ -384,8 +384,8 @@ void emu_video_mode_change(int start_line, int line_count, int start_col, int co
|
||||||
g_osd_y = fb_top + fb_h - 8;
|
g_osd_y = fb_top + fb_h - 8;
|
||||||
|
|
||||||
pnd_setup_layer(1, g_layer_x, g_layer_y, g_layer_w, g_layer_h);
|
pnd_setup_layer(1, g_layer_x, g_layer_y, g_layer_w, g_layer_h);
|
||||||
|
vout_fbdev_resize(layer_fb, fb_w, fb_h, 16, fb_left, fb_right, fb_top, fb_bottom, 4, 0);
|
||||||
vout_fbdev_clear(layer_fb);
|
vout_fbdev_clear(layer_fb);
|
||||||
vout_fbdev_resize(layer_fb, fb_w, fb_h, 16, fb_left, fb_right, fb_top, fb_bottom, 4);
|
|
||||||
plat_video_flip();
|
plat_video_flip();
|
||||||
|
|
||||||
PicoDrawSetOutFormat(PDF_RGB555, 0);
|
PicoDrawSetOutFormat(PDF_RGB555, 0);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue