mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-02-23 17:51:18 +01:00
32x: libretro bugfix
This commit is contained in:
parent
35e6ff97c8
commit
6578890c2c
@ -116,6 +116,8 @@ static short ALIGNED(4) sndBuffer[2*INITIAL_SND_RATE/50];
|
||||
|
||||
static void snd_write(int len);
|
||||
|
||||
char **g_argv;
|
||||
|
||||
#ifdef _WIN32
|
||||
#define SLASH '\\'
|
||||
#else
|
||||
@ -565,6 +567,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, ...)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user