Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
JHIhioASync.h
Go to the documentation of this file.
1#ifndef JHIHIOASYNC_H
2#define JHIHIOASYNC_H
3
4#include <dolphin/types.h>
5
6struct JHIContext;
7
8BOOL JHIInit(u32 enabled);
12
13#endif /* JHIHIOASYNC_H */
void JHISetBuffer(JHIContext *pCtx)
Definition JHIhioASync.cpp:164
u32 JHIEventLoop()
Definition JHIhioASync.cpp:49
BOOL JOR_CHECKINTERFACE()
Definition JHIhioASync.cpp:160
BOOL JHIInit(u32 enabled)
Definition JHIhioASync.cpp:16
T cLib_calcTimer(T *value)
Definition c_lib.h:79
Definition JHIComm.h:95
int BOOL
Definition types.h:27
unsigned long u32
Definition types.h:10