Add hw acceleration, improve video performance

This commit is contained in:
markmental 2026-03-27 23:19:42 -04:00
commit 7c5d82e124
13 changed files with 273 additions and 72 deletions

View file

@ -20,9 +20,11 @@ typedef struct App {
int last_blackout_state;
Uint32 startup_handoff_until;
time_t app_start_time;
Uint64 app_start_ticks;
ChannelList channels;
Player player;
UiFonts fonts;
UiCache ui_cache;
} App;
int app_init(App *app);