add frame advance (#549)

This commit is contained in:
Logan McNaughton
2025-08-18 10:42:29 +02:00
committed by GitHub
parent 8037fb426e
commit 4476d476de
3 changed files with 6 additions and 1 deletions
+1
View File
@@ -34,6 +34,7 @@ extern "C"
bool lower_volume;
bool raise_volume;
bool paused;
bool frame_advance;
uint32_t save_state_slot;
} CALL_BACK;