mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-05 03:07:25 -04:00
36 lines
350 B
C
36 lines
350 B
C
#include <ultra64.h>
|
|
#include "constants.h"
|
|
#include "bss.h"
|
|
#include "data.h"
|
|
#include "types.h"
|
|
|
|
void profileInit(void)
|
|
{
|
|
// empty
|
|
}
|
|
|
|
void profileTick(void)
|
|
{
|
|
// empty
|
|
}
|
|
|
|
void profileReset(void)
|
|
{
|
|
// empty
|
|
}
|
|
|
|
void profile00009a98(void)
|
|
{
|
|
// empty
|
|
}
|
|
|
|
void profileSetMarker(u32 value)
|
|
{
|
|
// empty
|
|
}
|
|
|
|
Gfx *profileRender(Gfx *gdl)
|
|
{
|
|
return gdl;
|
|
}
|