summaryrefslogtreecommitdiff
path: root/src/core/hw/gpu.cpp
diff options
context:
space:
mode:
authorGravatar bunnei2017-10-13 17:56:42 -0400
committerGravatar bunnei2017-10-13 17:56:42 -0400
commitd62750c46d41df776f87eaf8a19d5800b1be5dec (patch)
tree259838d03d1952be0c876b0b04aedaf5c17b067f /src/core/hw/gpu.cpp
parentRemove more 3DS-specific code. (diff)
downloadyuzu-d62750c46d41df776f87eaf8a19d5800b1be5dec.tar.gz
yuzu-d62750c46d41df776f87eaf8a19d5800b1be5dec.tar.xz
yuzu-d62750c46d41df776f87eaf8a19d5800b1be5dec.zip
Remove more 3DS-specific code.
Diffstat (limited to 'src/core/hw/gpu.cpp')
-rw-r--r--src/core/hw/gpu.cpp6
1 files changed, 3 insertions, 3 deletions
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) {
420 // TODO: hwtest this 420 // TODO: hwtest this
421 if (config.GetStartAddress() != 0) { 421 if (config.GetStartAddress() != 0) {
422 if (!is_second_filler) { 422 if (!is_second_filler) {
423 Service::GSP::SignalInterrupt(Service::GSP::InterruptId::PSC0); 423 //Service::GSP::SignalInterrupt(Service::GSP::InterruptId::PSC0);
424 } else { 424 } else {
425 Service::GSP::SignalInterrupt(Service::GSP::InterruptId::PSC1); 425 //Service::GSP::SignalInterrupt(Service::GSP::InterruptId::PSC1);
426 } 426 }
427 } 427 }
428 428
@@ -463,7 +463,7 @@ inline void Write(u32 addr, const T data) {
463 } 463 }
464 464
465 g_regs.display_transfer_config.trigger = 0; 465 g_regs.display_transfer_config.trigger = 0;
466 Service::GSP::SignalInterrupt(Service::GSP::InterruptId::PPF); 466 //Service::GSP::SignalInterrupt(Service::GSP::InterruptId::PPF);
467 } 467 }
468 break; 468 break;
469 } 469 }