mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-01 16:13:23 +00: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…
x
Reference in New Issue
Block a user