Loading [MathJax]/extensions/tex2jax.js
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
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);
11void JHISetBuffer(JHIContext* pCtx);
12
13#endif /* JHIHIOASYNC_H */
void JHISetBuffer(JHIContext *pCtx)
Definition JHIhioASync.cpp:165
u32 JHIEventLoop()
Definition JHIhioASync.cpp:50
BOOL JOR_CHECKINTERFACE()
Definition JHIhioASync.cpp:161
BOOL JHIInit(u32 enabled)
Definition JHIhioASync.cpp:17
Definition JHIComm.h:95
int BOOL
Definition types.h:30
unsigned long u32
Definition types.h:9