System: Add a test mode that fakes running emulator.
This commit is contained in:
@@ -151,6 +151,14 @@ public:
|
|||||||
return future;
|
return future;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** Set emulator mode to running unconditionnaly.
|
||||||
|
* Required to execute various part (PPUInterpreter, memory manager...) outside of rpcs3.
|
||||||
|
*/
|
||||||
|
void SetTestMode()
|
||||||
|
{
|
||||||
|
m_status = Running;
|
||||||
|
}
|
||||||
|
|
||||||
void Init();
|
void Init();
|
||||||
void SetPath(const std::string& path, const std::string& elf_path = "");
|
void SetPath(const std::string& path, const std::string& elf_path = "");
|
||||||
void SetTitleID(const std::string& id);
|
void SetTitleID(const std::string& id);
|
||||||
|
|||||||
Reference in New Issue
Block a user