Remove FCEUI_SetSnapName()
This commit is contained in:
@@ -82,9 +82,6 @@ void FCEUI_DisableFourScore(int s);
|
|||||||
|
|
||||||
/* New interface functions */
|
/* New interface functions */
|
||||||
|
|
||||||
/* 0 to order screen snapshots numerically(0.png), 1 to order them file base-numerically(smb3-0.png). */
|
|
||||||
void FCEUI_SetSnapName(int a);
|
|
||||||
|
|
||||||
/* 0 to keep 8-sprites limitation, 1 to remove it */
|
/* 0 to keep 8-sprites limitation, 1 to remove it */
|
||||||
void FCEUI_DisableSpriteLimitation(int a);
|
void FCEUI_DisableSpriteLimitation(int a);
|
||||||
|
|
||||||
|
|||||||
@@ -522,11 +522,6 @@ void FCEUI_SetGameGenie(int a)
|
|||||||
FSettings.GameGenie = a ? 1 : 0;
|
FSettings.GameGenie = a ? 1 : 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void FCEUI_SetSnapName(int a)
|
|
||||||
{
|
|
||||||
FSettings.SnapName = a;
|
|
||||||
}
|
|
||||||
|
|
||||||
int32 FCEUI_GetDesiredFPS(void)
|
int32 FCEUI_GetDesiredFPS(void)
|
||||||
{
|
{
|
||||||
if (PAL || dendy)
|
if (PAL || dendy)
|
||||||
|
|||||||
@@ -69,7 +69,6 @@ extern void (*GameStateRestore)(int version);
|
|||||||
|
|
||||||
#include "git.h"
|
#include "git.h"
|
||||||
extern FCEUGI *GameInfo;
|
extern FCEUGI *GameInfo;
|
||||||
extern int GameAttributes;
|
|
||||||
|
|
||||||
extern uint8 PAL;
|
extern uint8 PAL;
|
||||||
|
|
||||||
@@ -93,7 +92,6 @@ typedef struct {
|
|||||||
*/
|
*/
|
||||||
int UsrFirstSLine[2];
|
int UsrFirstSLine[2];
|
||||||
int UsrLastSLine[2];
|
int UsrLastSLine[2];
|
||||||
int SnapName;
|
|
||||||
uint32 SndRate;
|
uint32 SndRate;
|
||||||
int soundq;
|
int soundq;
|
||||||
int lowpass;
|
int lowpass;
|
||||||
|
|||||||
Reference in New Issue
Block a user