notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
904fb98
)
32x: libretro bugfix
author
kub
<derkub@gmail.com>
Sat, 9 May 2020 08:45:56 +0000
(10:45 +0200)
committer
kub
<derkub@gmail.com>
Sat, 9 May 2020 08:45:56 +0000
(10:45 +0200)
platform/libretro/libretro.c
patch
|
blob
|
blame
|
history
diff --git
a/platform/libretro/libretro.c
b/platform/libretro/libretro.c
index
9111048
..
0794f55
100644
(file)
--- a/
platform/libretro/libretro.c
+++ b/
platform/libretro/libretro.c
@@
-83,6
+83,8
@@
static short ALIGNED(4) sndBuffer[2*44100/50];
static void snd_write(int len);
+char **g_argv;
+
#ifdef _WIN32
#define SLASH '\\'
#else
@@
-500,6
+502,8
@@
void emu_video_mode_change(int start_line, int line_count, int is_32cols)
void emu_32x_startup(void)
{
+ PicoDrawSetOutFormat(PDF_RGB555, 0);
+ PicoDrawSetOutBuf(vout_buf, vout_width * 2);
}
void lprintf(const char *fmt, ...)