core: Consolidate core and system state, remove system module & cleanups.
This commit is contained in:
parent
707cc66362
commit
232ef55c1a
22 changed files with 278 additions and 330 deletions
|
@ -26,9 +26,9 @@ void Reschedule(const char* reason) {
|
|||
// routines. This simulates that time by artificially advancing the number of CPU "ticks".
|
||||
// The value was chosen empirically, it seems to work well enough for everything tested, but
|
||||
// is likely not ideal. We should find a more accurate way to simulate timing with HLE.
|
||||
Core::g_app_core->AddTicks(4000);
|
||||
Core::AppCore().AddTicks(4000);
|
||||
|
||||
Core::g_app_core->PrepareReschedule();
|
||||
Core::AppCore().PrepareReschedule();
|
||||
|
||||
reschedule = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue