mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
System: Add a test mode that fakes running emulator.
This commit is contained in:
parent
6c01658d37
commit
0e27b68ba7
1 changed files with 8 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue