mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
MMIO: Port the SW CP/PE MMIOs to the new interface.
Migration is now complete.
This commit is contained in:
parent
5b5dfb384e
commit
f8f14c83a3
5 changed files with 95 additions and 153 deletions
|
@ -362,12 +362,12 @@ void VideoSoftware::Video_AbortFrame(void)
|
|||
|
||||
void VideoSoftware::RegisterCPMMIO(MMIO::Mapping* mmio, u32 base)
|
||||
{
|
||||
// TODO
|
||||
SWCommandProcessor::RegisterMMIO(mmio, base);
|
||||
}
|
||||
|
||||
void VideoSoftware::RegisterPEMMIO(MMIO::Mapping* mmio, u32 base)
|
||||
{
|
||||
// TODO
|
||||
SWPixelEngine::RegisterMMIO(mmio, base);
|
||||
}
|
||||
|
||||
readFn16 VideoSoftware::Video_CPRead16()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue