MMIO: Port the DI MMIOs to the new interface.

This commit is contained in:
Pierre Bourdon
2014-01-25 17:01:38 +01:00
parent 63990787fd
commit f34651f48d
3 changed files with 64 additions and 66 deletions

View File

@ -6,6 +6,7 @@
#include "CommonTypes.h"
class PointerWrap;
namespace MMIO { class Mapping; }
namespace DVDInterface
{
@ -14,6 +15,8 @@ void Init();
void Shutdown();
void DoState(PointerWrap &p);
void RegisterMMIO(MMIO::Mapping* mmio, u32 base);
// Disc detection and swapping
void SetDiscInside(bool _DiscInside);
bool IsDiscInside();