mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-05 00:00:56 +01:00
System: Add a test mode that fakes running emulator.
This commit is contained in:
parent
6c01658d37
commit
0e27b68ba7
|
|
@ -151,6 +151,14 @@ public:
|
|||
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 SetPath(const std::string& path, const std::string& elf_path = "");
|
||||
void SetTitleID(const std::string& id);
|
||||
|
|
|
|||
Loading…
Reference in a new issue