Milestone, fix black screen and initial frame issues

This commit is contained in:
markmental 2026-03-27 22:59:37 -04:00
commit 0a250b05f3
11 changed files with 708 additions and 47 deletions

View file

@ -16,6 +16,9 @@ typedef struct App {
int texture_height;
AppMode mode;
int running;
int startup_handoff_active;
int last_blackout_state;
Uint32 startup_handoff_until;
time_t app_start_time;
ChannelList channels;
Player player;