mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 10:18:40 +12: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;
|
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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue