mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-08-27 22:46:30 -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