mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
libretro, fix missing intialization for renderer
This commit is contained in:
parent
0995d4a764
commit
63235526b8
1 changed files with 2 additions and 0 deletions
|
@ -1300,6 +1300,8 @@ bool retro_load_game(const struct retro_game_info *info)
|
||||||
PicoIn.sndOut = sndBuffer;
|
PicoIn.sndOut = sndBuffer;
|
||||||
PsndRerate(0);
|
PsndRerate(0);
|
||||||
|
|
||||||
|
PicoDrawSetOutFormat(vout_format, 0);
|
||||||
|
|
||||||
/* Setup retro memory maps */
|
/* Setup retro memory maps */
|
||||||
set_memory_maps();
|
set_memory_maps();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue