Refactor timing to allow sync/updates in the middle of a slice

This commit is contained in:
Connor McLaughlin
2019-09-20 23:59:48 +10:00
parent ad316162f3
commit c988af453c
10 changed files with 74 additions and 36 deletions

View File

@ -42,7 +42,8 @@ public:
bool LoadEXE(const char* filename);
void SetSliceTicks(TickCount downcount);
void SetDowncount(TickCount downcount);
void Synchronize();
void SetPadDevice(u32 slot, std::shared_ptr<PadDevice> dev);