moved ShowInputDisplay

This commit is contained in:
p989 2009-06-06 15:08:13 +00:00
parent d38623350f
commit 8ff221a8fa
4 changed files with 3 additions and 3 deletions

View File

@ -56,6 +56,7 @@ bool movie_readonly = true;
char curMovieFilename[512] = {0};
MovieData currMovieData;
int currRerecordCount;
bool ShowInputDisplay = false;
//--------------

View File

@ -194,5 +194,6 @@ void mov_savestate(std::ostream* os);
bool mov_loadstate(std::istream* is, int size);
void LoadFM2_binarychunk(MovieData& movieData, std::istream* fp, int size);
extern bool movie_readonly;
extern bool ShowInputDisplay;
void FCEUI_MakeBackupMovie(bool dispMessage);
#endif

View File

@ -258,7 +258,6 @@ int emu_paused = 0;
bool frameAdvance = false;
bool frameCounterDisplay = false;
bool FpsDisplay = false;
bool ShowInputDisplay = false;
bool ShowLagFrameCounter = false;
bool ShowMicrophone = false;
bool HudEditorMode = false;
@ -3843,7 +3842,7 @@ LRESULT CALLBACK MicrophoneSettingsDlgProc(HWND hDlg, UINT uMsg, WPARAM wParam,
{
int val = 0;
if((!romloaded) || (val == IDYES))
if((romloaded)) //|| (val == IDYES))
{
HWND cur;

View File

@ -20,7 +20,6 @@ void WavEnd();
extern bool frameCounterDisplay;
extern bool FpsDisplay;
extern bool ShowInputDisplay;
extern bool ShowLagFrameCounter;
#define GPU3D_NULL 0