Fix parallel-rdp integration and reset whole state upon loading rom
This commit is contained in:
@@ -9,6 +9,7 @@ struct Registers;
|
||||
struct Mem {
|
||||
~Mem() = default;
|
||||
Mem();
|
||||
void Reset();
|
||||
void LoadROM(const std::string&);
|
||||
[[nodiscard]] auto GetRDRAM() -> u8* {
|
||||
return rdram.data();
|
||||
|
||||
Reference in New Issue
Block a user