Some cleanups + we don't need a non-libretro codepath

This commit is contained in:
twinaphex
2021-06-05 20:56:49 +02:00
parent 0acfea1ca9
commit e154706586
7 changed files with 1 additions and 47 deletions

View File

@@ -188,9 +188,6 @@ static uint32_t Dummy = 0;
static uint32_t current_palette = 0;
static unsigned serialize_size;
int PPUViewScanline=0;
int PPUViewer=0;
/* extern forward decls.*/
extern FCEUGI *GameInfo;
extern uint8 *XBuf;
@@ -201,8 +198,6 @@ extern int option_ramstate;
/* emulator-specific callback functions */
void UpdatePPUView(int refreshchr) { }
const char * GetKeyboard(void)
{
return "";
@@ -288,9 +283,6 @@ void FCEUD_DispMessage(char *m)
environ_cb(RETRO_ENVIRONMENT_SET_MESSAGE, &msg);
}
void FCEUD_NetworkClose(void)
{ }
void FCEUD_SoundToggle (void)
{
FCEUI_SetSoundVolume(sndvolume);
@@ -300,8 +292,7 @@ FILE *FCEUD_UTF8fopen(const char *n, const char *m)
{
if (n)
return fopen(n, m);
else
return NULL;
return NULL;
}
/*palette for FCEU*/