mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
ported over f_pc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user