From 26de4bb521b1ace7af76eff4f6956cb23ac0d58c Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 2 Aug 2018 23:37:44 -0400 Subject: core/memory: Get rid of 3DS leftovers Removes leftover code from citra that isn't needed. --- src/core/core.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/core/core.h') diff --git a/src/core/core.h b/src/core/core.h index f8b6644bb..ed475ac4e 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -189,10 +189,9 @@ private: * Initialize the emulated system. * @param emu_window Reference to the host-system window used for video output and keyboard * input. - * @param system_mode The system mode. * @return ResultStatus code, indicating if the operation succeeded. */ - ResultStatus Init(EmuWindow& emu_window, u32 system_mode); + ResultStatus Init(EmuWindow& emu_window); /// AppLoader used to load the current executing application std::unique_ptr app_loader; -- cgit v1.2.3