diff options
| author | Pierre Bourdon <delroth@gmail.com> | 2014-02-02 14:16:43 +0100 |
|---|---|---|
| committer | Pierre Bourdon <delroth@gmail.com> | 2014-02-16 19:22:40 +0100 |
| commit | 4129b30494757a79daf8a07e6a07ea937ba1c94b (patch) | |
| tree | 2950899a8d57dcbb4cfbb849fc4798b4d5f1f22c /Source/Core/VideoCommon/PixelEngine.cpp | |
| parent | bdedaa24a9747b4890622cd356ed0a6761bad27d (diff) | |
MMIO: Port the VideoCommon CP MMIOs to the new interface (and provide framework for other video related mappings).
Diffstat (limited to 'Source/Core/VideoCommon/PixelEngine.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/PixelEngine.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/PixelEngine.cpp b/Source/Core/VideoCommon/PixelEngine.cpp index b075a296d9..ccdd28b0b2 100644 --- a/Source/Core/VideoCommon/PixelEngine.cpp +++ b/Source/Core/VideoCommon/PixelEngine.cpp @@ -133,6 +133,11 @@ void DoState(PointerWrap &p) p.Do(bbox_active); } +void RegisterMMIO(MMIO::Mapping* mmio, u32 base) +{ + // TODO +} + void UpdateInterrupts(); void UpdateTokenInterrupt(bool active); void UpdateFinishInterrupt(bool active); |
