aboutsummaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-08-02 23:37:44 -0400
committerLioncash <mathew1800@gmail.com>2018-08-03 11:22:47 -0400
commit26de4bb521b1ace7af76eff4f6956cb23ac0d58c (patch)
tree904a93d00abf5bde2742499fb3d60a3aa1521820 /src/core/core.h
parent00ba704a7fe55460e606075ce280e8933a80e973 (diff)
core/memory: Get rid of 3DS leftovers
Removes leftover code from citra that isn't needed.
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h3
1 files changed, 1 insertions, 2 deletions
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<Loader::AppLoader> app_loader;