Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
db.h
Go to the documentation of this file.
1
#ifndef _DOLPHIN_DB_H_
2
#define _DOLPHIN_DB_H_
3
4
#ifdef __REVOLUTION_SDK__
5
#include <
revolution/db.h
>
6
#else
7
#include <
dolphin/types.h
>
8
#include <
dolphin/db/DBInterface.h
>
9
10
#ifdef __cplusplus
11
extern
"C"
{
12
#endif
13
14
#define OS_DBINTERFACE_ADDR 0x00000040
15
16
BOOL
DBIsDebuggerPresent
(
void
);
17
void
DBPrintf
(
char
* str, ...);
18
s32
DBQueryData
(
void
);
19
u32
DBRead
(
u8
*,
u32
);
20
21
#ifdef __cplusplus
22
}
23
#endif
24
25
#endif
26
#endif
// _DOLPHIN_DB_H_
DBInterface.h
DBQueryData
s32 DBQueryData(void)
Definition
odemustubs.c:20
DBPrintf
void DBPrintf(char *str,...)
Definition
db.c:59
DBIsDebuggerPresent
BOOL DBIsDebuggerPresent(void)
Definition
db.c:16
types.h
BOOL
int BOOL
Definition
types.h:33
u32
unsigned long u32
Definition
types.h:12
s32
signed long s32
Definition
types.h:11
u8
unsigned char u8
Definition
types.h:8
DBRead
u32 DBRead()
db.h
include
dolphin
db.h
Generated by
1.12.0