Remove old, unused code.
This commit is contained in:
parent
f251704df2
commit
d26c7fea17
|
@ -27,7 +27,6 @@
|
||||||
#include "HW/WiimoteEmu/WiimoteEmu.h"
|
#include "HW/WiimoteEmu/WiimoteEmu.h"
|
||||||
#include "HW/WiimoteEmu/WiimoteHid.h"
|
#include "HW/WiimoteEmu/WiimoteHid.h"
|
||||||
#include "IPC_HLE/WII_IPC_HLE_Device_usb.h"
|
#include "IPC_HLE/WII_IPC_HLE_Device_usb.h"
|
||||||
#include "VideoBackendBase.h"
|
|
||||||
#include "State.h"
|
#include "State.h"
|
||||||
#include "Timer.h"
|
#include "Timer.h"
|
||||||
#include "VideoConfig.h"
|
#include "VideoConfig.h"
|
||||||
|
@ -64,7 +63,7 @@ u64 g_currentInputCount = 0, g_totalInputCount = 0; // just stats
|
||||||
u64 g_recordingStartTime; // seconds since 1970 that recording started
|
u64 g_recordingStartTime; // seconds since 1970 that recording started
|
||||||
bool bSaveConfig, bSkipIdle, bDualCore, bProgressive, bDSPHLE, bFastDiscSpeed = false;
|
bool bSaveConfig, bSkipIdle, bDualCore, bProgressive, bDSPHLE, bFastDiscSpeed = false;
|
||||||
bool bMemcard, g_bClearSave = false;
|
bool bMemcard, g_bClearSave = false;
|
||||||
std::string videoBackend = "opengl";
|
std::string videoBackend = "unknown";
|
||||||
int iCPUCore = 1;
|
int iCPUCore = 1;
|
||||||
bool g_bDiscChange = false;
|
bool g_bDiscChange = false;
|
||||||
std::string g_discChange = "";
|
std::string g_discChange = "";
|
||||||
|
|
|
@ -19,7 +19,6 @@
|
||||||
#define __MOVIE_H
|
#define __MOVIE_H
|
||||||
|
|
||||||
#include "Common.h"
|
#include "Common.h"
|
||||||
#include "FileUtil.h"
|
|
||||||
#include "../../InputCommon/Src/GCPadStatus.h"
|
#include "../../InputCommon/Src/GCPadStatus.h"
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
@ -133,7 +132,6 @@ void Init();
|
||||||
|
|
||||||
void SetPolledDevice();
|
void SetPolledDevice();
|
||||||
|
|
||||||
bool IsAutoFiring();
|
|
||||||
bool IsRecordingInput();
|
bool IsRecordingInput();
|
||||||
bool IsRecordingInputFromSaveState();
|
bool IsRecordingInputFromSaveState();
|
||||||
bool IsJustStartingRecordingInputFromSaveState();
|
bool IsJustStartingRecordingInputFromSaveState();
|
||||||
|
|
Loading…
Reference in New Issue