summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/CommandProcessor.h
diff options
context:
space:
mode:
authormagumagu <magumagu9@gmail.com>2014-06-01 01:56:09 -0700
committermagumagu <magumagu9@gmail.com>2014-06-01 01:56:09 -0700
commit0aecd9504e8ccbf52b89032be9d15b25ff14543d (patch)
tree3ce101b78355d1b3e45bfda58497aab5f1882b30 /Source/Core/VideoCommon/CommandProcessor.h
parent31eedb2f79318002a4772087f96eb034f94787a1 (diff)
Video backends: remove dead code.
Diffstat (limited to 'Source/Core/VideoCommon/CommandProcessor.h')
-rw-r--r--Source/Core/VideoCommon/CommandProcessor.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/Core/VideoCommon/CommandProcessor.h b/Source/Core/VideoCommon/CommandProcessor.h
index 09a5f454ca..300893d755 100644
--- a/Source/Core/VideoCommon/CommandProcessor.h
+++ b/Source/Core/VideoCommon/CommandProcessor.h
@@ -17,8 +17,6 @@ namespace CommandProcessor
extern SCPFifoStruct fifo; //This one is shared between gfx thread and emulator thread.
extern volatile bool isPossibleWaitingSetDrawDone; //This one is used for sync gfx thread and emulator thread.
-extern volatile bool isHiWatermarkActive;
-extern volatile bool isLoWatermarkActive;
extern volatile bool interruptSet;
extern volatile bool interruptWaiting;
extern volatile bool interruptTokenWaiting;
@@ -147,10 +145,8 @@ bool AllowIdleSkipping();
void SetCpClearRegister();
void SetCpControlRegister();
void SetCpStatusRegister();
-void ProcessFifoToLoWatermark();
void ProcessFifoAllDistance();
void ProcessFifoEvents();
-void AbortFrame();
void Update();
extern volatile u32 VITicks;