mirror of
https://github.com/zeldaret/tp
synced 2026-07-07 06:04:58 -04:00
f_pc mostly linked for Wii/Shield (#3015)
This commit is contained in:
@@ -22,11 +22,10 @@ public:
|
||||
#endif
|
||||
virtual ~fapGm_HIO_c();
|
||||
|
||||
#if DEBUG
|
||||
static void startCpuTimer();
|
||||
static void stopCpuTimer(const char*);
|
||||
static void printCpuTimer(const char*);
|
||||
static void executeCaptureScreen();
|
||||
static void executeCaptureScreen() {}
|
||||
|
||||
static void createCaptureScreen() {
|
||||
mCaptureScreen = new CaptureScreen(JFWDisplay::getManager());
|
||||
@@ -34,7 +33,11 @@ public:
|
||||
}
|
||||
|
||||
static bool isCaptureScreen() {
|
||||
#if DEBUG
|
||||
return mCaptureScreenFlag;
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
|
||||
static void onCpuTimer() {
|
||||
@@ -50,9 +53,7 @@ public:
|
||||
|
||||
static u8 getCaptureScreenDivH() { return mCaptureScreenDivH; }
|
||||
static u8 getCaptureScreenDivV() { return mCaptureScreenDivV; }
|
||||
#endif
|
||||
|
||||
#if DEBUG
|
||||
static u8 m_CpuTimerOn;
|
||||
static u8 m_CpuTimerOff;
|
||||
static u8 m_CpuTimerStart;
|
||||
@@ -72,7 +73,6 @@ public:
|
||||
|
||||
static u8 mCaptureScreenDivH;
|
||||
static u8 mCaptureScreenDivV;
|
||||
#endif
|
||||
|
||||
/* 0x04 */ s8 field_0x04;
|
||||
/* 0x05 */ u8 field_0x03[3];
|
||||
|
||||
Reference in New Issue
Block a user