mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +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
|
@ -8,6 +8,7 @@
|
|||
#include "VideoCommon.h"
|
||||
|
||||
class PointerWrap;
|
||||
namespace MMIO { class Mapping; }
|
||||
|
||||
namespace SWPixelEngine
|
||||
{
|
||||
|
@ -200,6 +201,8 @@ namespace SWPixelEngine
|
|||
void Init();
|
||||
void DoState(PointerWrap &p);
|
||||
|
||||
void RegisterMMIO(MMIO::Mapping* mmio, u32 base);
|
||||
|
||||
// Read
|
||||
void Read16(u16& _uReturnValue, const u32 _iAddress);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue