Browse Source

initialized log manager

pull/15/merge
ShizZy 12 years ago
parent
commit
dab2d6917b
  1. 5
      src/citrus/src/citrus.cpp

5
src/citrus/src/citrus.cpp

@ -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)) {

Loading…
Cancel
Save