moved some core functions over to system module

This commit is contained in:
ShizZy
2013-10-03 17:47:31 -04:00
parent 9d79fc7aa6
commit e0cb54ea35
5 changed files with 13 additions and 15 deletions

View File

@ -26,7 +26,7 @@
#include "log_manager.h"
#include "file_util.h"
#include "core.h"
#include "system.h"
#include "emu_window/emu_window_glfw.h"
@ -46,7 +46,7 @@ int __cdecl main(int argc, char **argv) {
EmuWindow_GLFW* emu_window = new EmuWindow_GLFW;
Core::Init(emu_window);
System::Init(emu_window);
//if (E_OK != core::Init(emu_window)) {
// LOG_ERROR(TMASTER, "core initialization failed, exiting...");