Refactor timing to allow sync/updates in the middle of a slice
This commit is contained in:
@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user