diff options
| author | Pierre Bourdon <delroth@gmail.com> | 2014-02-15 03:23:35 +0100 |
|---|---|---|
| committer | Pierre Bourdon <delroth@gmail.com> | 2014-02-16 19:22:40 +0100 |
| commit | 92f8d93e969abf942002439ef583d2a25acad019 (patch) | |
| tree | a39b5dd9457eb3248b5c7970b7715fac5f5cb602 /Source/Core/VideoBackends/Software/SWmain.cpp | |
| parent | f8f14c83a393b6fac61d2420b56f9ce65ea8f034 (diff) | |
Remove the old MMIO access "interface".
Diffstat (limited to 'Source/Core/VideoBackends/Software/SWmain.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/Software/SWmain.cpp | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/Source/Core/VideoBackends/Software/SWmain.cpp b/Source/Core/VideoBackends/Software/SWmain.cpp index 4886d2b221..132b40fa81 100644 --- a/Source/Core/VideoBackends/Software/SWmain.cpp +++ b/Source/Core/VideoBackends/Software/SWmain.cpp @@ -370,29 +370,6 @@ void VideoSoftware::RegisterPEMMIO(MMIO::Mapping* mmio, u32 base) SWPixelEngine::RegisterMMIO(mmio, base); } -readFn16 VideoSoftware::Video_CPRead16() -{ - return SWCommandProcessor::Read16; -} -writeFn16 VideoSoftware::Video_CPWrite16() -{ - return SWCommandProcessor::Write16; -} - -readFn16 VideoSoftware::Video_PERead16() -{ - return SWPixelEngine::Read16; -} -writeFn16 VideoSoftware::Video_PEWrite16() -{ - return SWPixelEngine::Write16; -} -writeFn32 VideoSoftware::Video_PEWrite32() -{ - return SWPixelEngine::Write32; -} - - // Draw messages on top of the screen unsigned int VideoSoftware::PeekMessages() { |
