Mem and Regs not part of cpu anymore.
This commit is contained in:
2
external/parallel-rdp/ParallelRDPWrapper.cpp
vendored
2
external/parallel-rdp/ParallelRDPWrapper.cpp
vendored
@@ -193,7 +193,7 @@ void ParallelRDP::UpdateScreen(Util::IntrusivePtr<Image> image) const {
|
||||
void ParallelRDP::UpdateScreen(bool playing) const {
|
||||
if(playing) {
|
||||
n64::Core& core = n64::Core::GetInstance();
|
||||
n64::VI& vi = core.GetVI();
|
||||
n64::VI& vi = core.GetMem().mmio.vi;
|
||||
command_processor->set_vi_register(VIRegister::Control, vi.status.raw);
|
||||
command_processor->set_vi_register(VIRegister::Origin, vi.origin);
|
||||
command_processor->set_vi_register(VIRegister::Width, vi.width);
|
||||
|
||||
Reference in New Issue
Block a user