z64frameadvance.h (#1182)

This commit is contained in:
Anghelo Carvajal
2023-03-08 01:19:08 -03:00
committed by GitHub
parent 9b33e6a3a5
commit d7af72273d
4 changed files with 20 additions and 9 deletions
+3 -1
View File
@@ -18,7 +18,9 @@
*
* Note2: Controllers 2-4's inputs are normally zeroed out, so this would also need to be fixed to use frame advance
*/
#include "global.h"
#include "z64frameadvance.h"
#include "macros.h"
void FrameAdvance_Init(FrameAdvanceContext* frameAdvCtx) {
frameAdvCtx->timer = 0;