mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-10 20:37:57 -05:00
core/memory: Get rid of 3DS leftovers
Removes leftover code from citra that isn't needed.
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user