mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
32x: libretro bugfix
This commit is contained in:
parent
904fb98e6c
commit
a002255e35
1 changed files with 4 additions and 0 deletions
|
@ -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, ...)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue