Nugget
Loading...
Searching...
No Matches
Classes | Macros | Enumerations | Functions
main.c File Reference
#include "common/hardware/hwregs.h"
#include "common/hardware/pcsxhw.h"
#include "common/syscalls/syscalls.h"
#include "shell/cdrom.h"
#include "shell/dcos.h"
#include "shell/gpu.h"
#include "shell/hull.h"
#include "shell/math.h"
#include "shell/spu.h"
Include dependency graph for main.c:

Classes

struct  LerpU
 
struct  LerpS
 
struct  LerpD
 
struct  LerpC
 
struct  Lerp
 

Macros

#define NL   ONE
 

Enumerations

enum  LerpID {
  LERP_TO_IDLE , LERP_TO_SUCCESS , LERP_TO_ERROR , LERP_TO_OUTRO ,
  LERP_TO_BLACK
}
 

Functions

int main ()
 

Macro Definition Documentation

◆ NL

#define NL   ONE

Enumeration Type Documentation

◆ LerpID

enum LerpID
Enumerator
LERP_TO_IDLE 
LERP_TO_SUCCESS 
LERP_TO_ERROR 
LERP_TO_OUTRO 
LERP_TO_BLACK 

Function Documentation

◆ main()

int main ( void  )