Add ESPboy frontend
This commit is contained in:
parent
79d3b92883
commit
7acfb64317
3 changed files with 146 additions and 3 deletions
3
game.h
3
game.h
|
@ -366,8 +366,6 @@ struct
|
|||
} dataFile;
|
||||
|
||||
#define LCR_GHOST_SAMPLE_SIZE 5
|
||||
|
||||
#if LCR_SETTING_GHOST_MAX_SAMPLES != 0
|
||||
struct
|
||||
{
|
||||
uint8_t active;
|
||||
|
@ -379,7 +377,6 @@ struct
|
|||
allow ghosts for even long replays. */
|
||||
int16_t offset[3]; ///< Small correcting position offset.
|
||||
} ghost;
|
||||
#endif
|
||||
|
||||
#ifdef LCR_FPS_GET_MS
|
||||
uint16_t renderFrameMS;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue