Add ESPboy frontend

This commit is contained in:
Miloslav Ciz 2025-06-17 02:31:32 +02:00
parent 79d3b92883
commit 7acfb64317
3 changed files with 146 additions and 3 deletions

3
game.h
View file

@ -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;