From edaefe9fa6f354b5de45a46adfcdd129f549185b Mon Sep 17 00:00:00 2001 From: bunnei Date: Mon, 9 Jun 2014 22:40:52 -0400 Subject: HLE: Moved "PARAM" and "RETURN" macros to function_wrappers.h (this is only module where they are needed). --- src/core/hle/hle.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/core/hle/hle.h') diff --git a/src/core/hle/hle.h b/src/core/hle/hle.h index 0397da5d9..bf4d84575 100644 --- a/src/core/hle/hle.h +++ b/src/core/hle/hle.h @@ -9,11 +9,6 @@ //////////////////////////////////////////////////////////////////////////////////////////////////// -#define PARAM(n) Core::g_app_core->GetReg(n) -#define RETURN(n) Core::g_app_core->SetReg(0, n) - -//////////////////////////////////////////////////////////////////////////////////////////////////// - namespace HLE { extern bool g_reschedule; ///< If true, immediately reschedules the CPU to a new thread -- cgit v1.2.3