initialized log manager

This commit is contained in:
ShizZy 2013-09-17 22:57:59 -04:00
parent 71d4fa9d3f
commit dab2d6917b
1 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,7 @@
*/
#include "common.h"
#include "log_manager.h"
#include "file_util.h"
//#if EMU_PLATFORM == PLATFORM_LINUX
@ -43,6 +44,10 @@ int __cdecl main(int argc, char **argv) {
std::string program_dir = File::GetCurrentDir();
LogManager::Init();
NOTICE_LOG(ARM11, "Test\n");
//EmuWindow_GLFW* emu_window = new EmuWindow_GLFW;
//if (E_OK != core::Init(emu_window)) {