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 299975e4a8
commit 3bcf090d37
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();