mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-18 14:38:02 -05:00
updated common paths
This commit is contained in:
@ -23,6 +23,7 @@
|
||||
*/
|
||||
|
||||
#include "core.h"
|
||||
#include "mem_map.h"
|
||||
|
||||
namespace Core {
|
||||
|
||||
@ -40,6 +41,7 @@ void Stop() {
|
||||
|
||||
/// Initialize the core
|
||||
int Init(EmuWindow* emu_window) {
|
||||
Memory::Init();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user