dolphin header improvements
This commit is contained in:
parent
b44fb658a1
commit
38fc86d571
5 changed files with 7 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
#ifndef _DOLPHIN_DEMOTYPES
|
#ifndef _DOLPHIN_DEMOPRIV
|
||||||
#define _DOLPHIN_DEMOTYPES
|
#define _DOLPHIN_DEMOPRIV
|
||||||
|
|
||||||
#include <dolphin/demo.h>
|
#include <dolphin/demo.h>
|
||||||
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
#include <dolphin/vi.h>
|
#include <dolphin/vi.h>
|
||||||
#include "game/init.h"
|
#include "game/init.h"
|
||||||
|
|
||||||
#include <dolphin/demotypes.h>
|
#include <dolphin/demoPriv.h>
|
||||||
|
|
||||||
extern unsigned char DemoStatEnable; // size: 0x1, address: 0x0
|
extern unsigned char DemoStatEnable; // size: 0x1, address: 0x0
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
#include <dolphin/gx.h>
|
#include <dolphin/gx.h>
|
||||||
#include <dolphin/mtx.h>
|
#include <dolphin/mtx.h>
|
||||||
|
|
||||||
#include <dolphin/demotypes.h>
|
#include <dolphin/demoPriv.h>
|
||||||
|
|
||||||
extern unsigned long DEMOFontBitmap[]; // size: 0x0, address: 0x0
|
extern unsigned long DEMOFontBitmap[]; // size: 0x0, address: 0x0
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
#include <dolphin/demo.h>
|
#include <dolphin/demo.h>
|
||||||
#include <dolphin/gx.h>
|
#include <dolphin/gx.h>
|
||||||
|
|
||||||
#include <dolphin/demotypes.h>
|
#include <dolphin/demoPriv.h>
|
||||||
|
|
||||||
unsigned char DemoStatEnable = 0;
|
unsigned char DemoStatEnable = 0;
|
||||||
static DemoStatData *DemoStat;
|
static DemoStatData *DemoStat;
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,8 @@
|
||||||
#define CPR_CS(x) ((1u << (x)) << 7)
|
#define CPR_CS(x) ((1u << (x)) << 7)
|
||||||
#define CPR_CLK(x) ((x) << 4)
|
#define CPR_CLK(x) ((x) << 4)
|
||||||
|
|
||||||
|
static BOOL __EXIProbe(s32 chan);
|
||||||
|
|
||||||
typedef struct EXIControl {
|
typedef struct EXIControl {
|
||||||
EXICallback exiCallback;
|
EXICallback exiCallback;
|
||||||
EXICallback tcCallback;
|
EXICallback tcCallback;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue