#include "../src/game/mario.h"
◆ DEMOREC_DONE_DELAY
#define DEMOREC_DONE_DELAY 60 |
◆ DEMOREC_MAX_INPUTS
#define DEMOREC_MAX_INPUTS 1025 |
◆ DEMOREC_PRINT_X
#define DEMOREC_PRINT_X 10 |
◆ DEMOREC_PRINT_Y
#define DEMOREC_PRINT_Y 10 |
◆ DEMOREC_STATUS_DONE
#define DEMOREC_STATUS_DONE 4 |
◆ DEMOREC_STATUS_NOT_RECORDING
#define DEMOREC_STATUS_NOT_RECORDING 0 |
◆ DEMOREC_STATUS_PREPARING
#define DEMOREC_STATUS_PREPARING 1 |
◆ DEMOREC_STATUS_RECORDING
#define DEMOREC_STATUS_RECORDING 2 |
◆ DEMOREC_STATUS_STOPPING
#define DEMOREC_STATUS_STOPPING 3 |
◆ copy_gRecordedDemoInput()
◆ print_status()
◆ record_cleanup()
◆ record_new_demo_input()
◆ record_run()
◆ recording()
◆ recordingDemo()
◆ gDemoRecTag
char gDemoRecTag[] = "DEMORECVARS" |
◆ gDoneDelay
◆ gNumOfRecordedInputs
u32 gNumOfRecordedInputs = 0 |
◆ gRecordedDemoInputCopy
◆ gRecordedInputs
◆ gRecordedInputsPtr
◆ gRecordingStatus