Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
JASDvdThread.h
Go to the documentation of this file.
1#ifndef JASDVDTHREAD_H
2#define JASDVDTHREAD_H
3
4#include "dolphin/types.h"
5
6class JASTaskThread;
7
12class JASDvd {
13public:
15 static bool createThread(s32 priority, int msgCount, u32 stackSize);
16
18};
19
20#endif /* JASDVDTHREAD_H */
Definition JASDvdThread.h:12
static bool createThread(s32 priority, int msgCount, u32 stackSize)
Definition JASDvdThread.cpp:13
static JASTaskThread * sThread
Definition JASDvdThread.h:17
static JASTaskThread * getThreadPointer()
Definition JASDvdThread.cpp:9
Definition JASTaskThread.h:13
unsigned long u32
Definition types.h:12
signed long s32
Definition types.h:11