mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-14 09:57:53 +00:00
moved some core functions over to system module
This commit is contained in:
parent
9d79fc7aa6
commit
e0cb54ea35
5 changed files with 13 additions and 15 deletions
|
@ -22,8 +22,8 @@
|
|||
* http://code.google.com/p/gekko-gc-emu/
|
||||
*/
|
||||
|
||||
#include "log.h"
|
||||
#include "core.h"
|
||||
#include "mem_map.h"
|
||||
|
||||
namespace Core {
|
||||
|
||||
|
@ -52,9 +52,7 @@ void Stop() {
|
|||
}
|
||||
|
||||
/// Initialize the core
|
||||
int Init(EmuWindow* emu_window) {
|
||||
Memory::Init();
|
||||
|
||||
int Init() {
|
||||
NOTICE_LOG(MASTER_LOG, "Core initialized OK");
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue