mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-03-29 16:23:01 +02:00
Correction: rendering mode was left displayed at the bottom of the screen in 32X, Correction: resync vid and audio every 5minutes, Correction: wait 120 frames before loading save from SegaCD
This commit is contained in:
@@ -91,6 +91,13 @@ static unsigned short *get_16bit_start(unsigned short *buf)
|
||||
|
||||
void pemu_finalize_frame(const char *fps, const char *notice)
|
||||
{
|
||||
|
||||
//#define FUNKEY_AUTHORIZE_TEXT_OVERLAY
|
||||
#ifndef FUNKEY_AUTHORIZE_TEXT_OVERLAY
|
||||
return;
|
||||
#endif //FUNKEY_AUTHORIZE_TEXT_OVERLAY
|
||||
|
||||
|
||||
if (!is_16bit_mode()) {
|
||||
// convert the 8 bit CLUT output to 16 bit RGB
|
||||
unsigned short *pd = (unsigned short *)g_screen_ptr +
|
||||
@@ -172,6 +179,7 @@ void plat_status_msg_clear(void)
|
||||
|
||||
void plat_status_msg_busy_next(const char *msg)
|
||||
{
|
||||
printf("****** %s: %s\n", __func__, msg);
|
||||
plat_status_msg_clear();
|
||||
pemu_finalize_frame("", msg);
|
||||
plat_video_flip();
|
||||
|
||||
Reference in New Issue
Block a user