diff options
| author | JosJuice <josjuice@gmail.com> | 2025-02-17 21:27:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-17 21:27:19 +0100 |
| commit | af064c57dee4e116bfdb2e82f7bcc8376ae813a8 (patch) | |
| tree | 1e2734029b8739a901a034abe65d3b0f178d6590 /Source/Core/VideoCommon/CommandProcessor.h | |
| parent | f0edcb2cfb74e86bb1adefa0c5650177e67c4330 (diff) | |
| parent | 19d954eaeaa5674583cf32c15fe21b425f498cb3 (diff) | |
Merge pull request #13219 from Tilka/cp_cleanup
VideoCommon: drop CP MMIO registers that were probably added in the wrong place
Diffstat (limited to 'Source/Core/VideoCommon/CommandProcessor.h')
| -rw-r--r-- | Source/Core/VideoCommon/CommandProcessor.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/Core/VideoCommon/CommandProcessor.h b/Source/Core/VideoCommon/CommandProcessor.h index b231eaa3dc..fcd81a893e 100644 --- a/Source/Core/VideoCommon/CommandProcessor.h +++ b/Source/Core/VideoCommon/CommandProcessor.h @@ -60,11 +60,6 @@ enum CTRL_REGISTER = 0x02, CLEAR_REGISTER = 0x04, PERF_SELECT = 0x06, - FIFO_TOKEN_REGISTER = 0x0E, - FIFO_BOUNDING_BOX_LEFT = 0x10, - FIFO_BOUNDING_BOX_RIGHT = 0x12, - FIFO_BOUNDING_BOX_TOP = 0x14, - FIFO_BOUNDING_BOX_BOTTOM = 0x16, FIFO_BASE_LO = 0x20, FIFO_BASE_HI = 0x22, FIFO_END_LO = 0x24, |
