ported over f_pc

This commit is contained in:
lepelog
2021-04-01 12:06:29 +02:00
parent 87bc0e711b
commit 53c6aa6c8b
62 changed files with 2202 additions and 3049 deletions
+10 -3
View File
@@ -1,6 +1,13 @@
#ifndef F_PC_F_PC_PAUSE_H
#define F_PC_F_PC_PAUSE_H
#ifndef F_PC_PAUSE_
#define F_PC_PAUSE_
#include "f_pc/f_pc_base.h"
#include "f_pc/f_pc_node.h"
#include "dolphin/types.h"
#endif /* F_PC_F_PC_PAUSE_H */
s32 fpcPause_IsEnable(void* pProc, u8 expected);
s32 fpcPause_Enable(void* pProc, u8 pauseMask);
s32 fpcPause_Disable(void* pProc, u8 pauseMask);
void fpcPause_Init(void* pProc);
#endif