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

@ -9,7 +9,7 @@
namespace Kernel {
/// Initialize the kernel with the specified system mode.
void Init(u32 system_mode);
void Init();
/// Shutdown the kernel
void Shutdown();