core/memory: Get rid of 3DS leftovers

Removes leftover code from citra that isn't needed.
This commit is contained in:
Lioncash 2018-08-02 23:37:44 -04:00
parent 00ba704a7f
commit 26de4bb521
16 changed files with 27 additions and 557 deletions

View file

@ -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;