mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 08:51:28 +12:00
Experimental class template Module<T>
Allocates ps3 memory for specific instance T
This commit is contained in:
parent
093ecc0a02
commit
12f36cf31f
123 changed files with 494 additions and 379 deletions
|
@ -129,8 +129,6 @@ void Emulator::Load()
|
|||
{
|
||||
m_status = Ready;
|
||||
|
||||
GetModuleManager().Init();
|
||||
|
||||
if (!fs::is_file(m_path))
|
||||
{
|
||||
m_status = Stopped;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue