Using vm::ps3 namespace moved in proper places

Various fixes
This commit is contained in:
Nekotekina 2015-06-19 18:49:38 +03:00
parent 7eacfe19f6
commit edb9595721
131 changed files with 1049 additions and 900 deletions

View file

@ -5,8 +5,6 @@
#include "Emu/System.h"
#include "Emu/GameInfo.h"
#include "Emu/ARMv7/PSVFuncList.h"
#include "Emu/ARMv7/PSVObjectList.h"
#include "Emu/SysCalls/ModuleManager.h"
#include "Emu/Cell/PPUThread.h"
#include "Emu/Cell/SPUThread.h"
@ -41,6 +39,9 @@ extern std::atomic<u32> g_thread_count;
extern void finalize_ppu_exec_map();
extern void finalize_psv_modules();
extern void clear_all_psv_objects();
Emulator::Emulator()
: m_status(Stopped)
, m_mode(DisAsm)
@ -219,7 +220,7 @@ void Emulator::Load()
}
LOG_NOTICE(LOADER, "Loading '%s'...", m_path.c_str());
GetInfo().Reset();
ResetInfo();
GetVFS().Init(elf_dir);
// /dev_bdvd/ mounting