SSBM Decomp
Toggle main menu visibility
Loading...
Searching...
No Matches
DEMOStats.h
Go to the documentation of this file.
1
#ifndef _DOLPHIN_DEMOSTATS_H_
2
#define _DOLPHIN_DEMOSTATS_H_
3
4
typedef
enum
DEMO_STAT_TYPE
{
5
DEMO_STAT_GP0
= 0,
6
DEMO_STAT_GP1
= 1,
7
DEMO_STAT_MEM
= 2,
8
DEMO_STAT_PIX
= 3,
9
DEMO_STAT_VC
= 4,
10
DEMO_STAT_FR
= 5,
11
DEMO_STAT_TBW
= 6,
12
DEMO_STAT_TBP
= 7,
13
DEMO_STAT_MYC
= 8,
14
DEMO_STAT_MYR
= 9,
15
}
DEMO_STAT_TYPE
;
16
17
typedef
struct
DemoStatData
{
18
char
text
[50];
19
DEMO_STAT_TYPE
stat_type
;
20
unsigned
long
stat
;
21
unsigned
long
count
;
22
}
DemoStatData
;
23
24
typedef
enum
{
25
DEMO_STAT_TL
= 0,
26
DEMO_STAT_BL
= 1,
27
DEMO_STAT_TLD
= 2,
28
DEMO_STAT_BLD
= 3,
29
DEMO_STAT_IO
= 4,
30
}
DEMO_STAT_DISP
;
31
32
extern
unsigned
char
DemoStatEnable
;
33
34
void
DEMOSetStats
(
DemoStatData
*
stat
,
unsigned
long
nstats,
DEMO_STAT_DISP
disp);
35
void
DEMOUpdateStats
(
unsigned
char
inc);
36
void
DEMOPrintStats
(
void
);
37
38
#endif
// _DOLPHIN_DEMOSTATS_H_
DEMOUpdateStats
void DEMOUpdateStats(unsigned char inc)
DEMOSetStats
void DEMOSetStats(DemoStatData *stat, unsigned long nstats, DEMO_STAT_DISP disp)
DEMO_STAT_DISP
DEMO_STAT_DISP
Definition
DEMOStats.h:24
DEMO_STAT_BLD
@ DEMO_STAT_BLD
Definition
DEMOStats.h:28
DEMO_STAT_TL
@ DEMO_STAT_TL
Definition
DEMOStats.h:25
DEMO_STAT_BL
@ DEMO_STAT_BL
Definition
DEMOStats.h:26
DEMO_STAT_TLD
@ DEMO_STAT_TLD
Definition
DEMOStats.h:27
DEMO_STAT_IO
@ DEMO_STAT_IO
Definition
DEMOStats.h:29
DemoStatEnable
unsigned char DemoStatEnable
DEMOPrintStats
void DEMOPrintStats(void)
DEMO_STAT_TYPE
DEMO_STAT_TYPE
Definition
DEMOStats.h:4
DEMO_STAT_PIX
@ DEMO_STAT_PIX
Definition
DEMOStats.h:8
DEMO_STAT_VC
@ DEMO_STAT_VC
Definition
DEMOStats.h:9
DEMO_STAT_FR
@ DEMO_STAT_FR
Definition
DEMOStats.h:10
DEMO_STAT_MYR
@ DEMO_STAT_MYR
Definition
DEMOStats.h:14
DEMO_STAT_MEM
@ DEMO_STAT_MEM
Definition
DEMOStats.h:7
DEMO_STAT_GP1
@ DEMO_STAT_GP1
Definition
DEMOStats.h:6
DEMO_STAT_TBW
@ DEMO_STAT_TBW
Definition
DEMOStats.h:11
DEMO_STAT_GP0
@ DEMO_STAT_GP0
Definition
DEMOStats.h:5
DEMO_STAT_TBP
@ DEMO_STAT_TBP
Definition
DEMOStats.h:12
DEMO_STAT_MYC
@ DEMO_STAT_MYC
Definition
DEMOStats.h:13
stat
u8 stat[6][2]
Definition
mnruleplus.c:97
DemoStatData
Definition
DEMOStats.h:17
DemoStatData::count
unsigned long count
Definition
DEMOStats.h:21
DemoStatData::text
char text[50]
Definition
DEMOStats.h:18
DemoStatData::stat
unsigned long stat
Definition
DEMOStats.h:20
DemoStatData::stat_type
DEMO_STAT_TYPE stat_type
Definition
DEMOStats.h:19
extern
dolphin
include
dolphin
demo
DEMOStats.h
Generated by
1.17.0