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/hle/service/gsp_gpu.cpp | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'src/core/hle/service/gsp_gpu.cpp') diff --git a/src/core/hle/service/gsp_gpu.cpp b/src/core/hle/service/gsp_gpu.cpp index 757011e26..8f29e04a5 100644 --- a/src/core/hle/service/gsp_gpu.cpp +++ b/src/core/hle/service/gsp_gpu.cpp @@ -7,21 +7,5 @@ namespace Service { namespace GSP { -/** - * Signals that the specified interrupt type has occurred to userland code - * @param interrupt_id ID of interrupt that is being signalled - * @todo This should probably take a thread_id parameter and only signal this thread? - * @todo This probably does not belong in the GSP module, instead move to video_core - */ -void SignalInterrupt(InterruptId interrupt_id) { - UNIMPLEMENTED(); -} - -GSP_GPU::GSP_GPU() { -} - -GSP_GPU::~GSP_GPU() { -} - } // namespace GSP } // namespace Service -- cgit v1.2.3