mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-26 03:12:18 -05:00
Workaround for rumble duration being too long (#284)
This commit is contained in:
parent
4e15f0b3d1
commit
f217b9bb97
@ -478,7 +478,10 @@ static void RunFrame()
|
|||||||
|
|
||||||
Graph_StartFrame();
|
Graph_StartFrame();
|
||||||
|
|
||||||
PadMgr_ThreadEntry(&gPadMgr);
|
// TODO: Workaround for rumble being too long. Implement os thread functions.
|
||||||
|
for (int i = 0; i < 3; i++) {
|
||||||
|
PadMgr_ThreadEntry(&gPadMgr);
|
||||||
|
}
|
||||||
|
|
||||||
Graph_Update(&runFrameContext.gfxCtx, runFrameContext.gameState);
|
Graph_Update(&runFrameContext.gfxCtx, runFrameContext.gameState);
|
||||||
ticksB = GetPerfCounter();
|
ticksB = GetPerfCounter();
|
||||||
|
Loading…
Reference in New Issue
Block a user