mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-08-06 03:26:27 +00:00
Removed duplicate extern FILE* g_fh
This commit is contained in:
@@ -43,7 +43,6 @@ extern double g_fCurrentCLK6502;
|
||||
extern int g_nCpuCyclesFeedback;
|
||||
extern DWORD g_dwCyclesThisFrame;
|
||||
|
||||
extern FILE* g_fh; // Filehandle for log file
|
||||
extern bool g_bDisableDirectInput; // Cmd line switch: don't init DI (so no DIMouse support)
|
||||
extern bool g_bDisableDirectSound; // Cmd line switch: don't init DS (so no MB/Speaker support)
|
||||
extern bool g_bDisableDirectSoundMockingboard; // Cmd line switch: don't init MB support
|
||||
|
@@ -30,6 +30,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
#include "Applewin.h"
|
||||
#include "Frame.h"
|
||||
#include "Log.h"
|
||||
#include "SoundCore.h"
|
||||
#include "Speaker.h"
|
||||
|
||||
|
@@ -31,6 +31,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#include "Applewin.h"
|
||||
#include "CPU.h"
|
||||
#include "Frame.h"
|
||||
#include "Log.h"
|
||||
#include "Memory.h"
|
||||
#include "SoundCore.h"
|
||||
#include "Speaker.h"
|
||||
|
Reference in New Issue
Block a user