From d62750c46d41df776f87eaf8a19d5800b1be5dec Mon Sep 17 00:00:00 2001 From: bunnei Date: Fri, 13 Oct 2017 17:56:42 -0400 Subject: Remove more 3DS-specific code. --- src/core/hw/gpu.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/core/hw/gpu.cpp') diff --git a/src/core/hw/gpu.cpp b/src/core/hw/gpu.cpp index d1bfe51e6..c828a776e 100644 --- a/src/core/hw/gpu.cpp +++ b/src/core/hw/gpu.cpp @@ -420,9 +420,9 @@ inline void Write(u32 addr, const T data) { // TODO: hwtest this if (config.GetStartAddress() != 0) { if (!is_second_filler) { - Service::GSP::SignalInterrupt(Service::GSP::InterruptId::PSC0); + //Service::GSP::SignalInterrupt(Service::GSP::InterruptId::PSC0); } else { - Service::GSP::SignalInterrupt(Service::GSP::InterruptId::PSC1); + //Service::GSP::SignalInterrupt(Service::GSP::InterruptId::PSC1); } } @@ -463,7 +463,7 @@ inline void Write(u32 addr, const T data) { } g_regs.display_transfer_config.trigger = 0; - Service::GSP::SignalInterrupt(Service::GSP::InterruptId::PPF); + //Service::GSP::SignalInterrupt(Service::GSP::InterruptId::PPF); } break; } -- cgit v1.2.3