more low-latency mode work

playSub() runs at normal tick rate
This commit is contained in:
tildearrow 2022-04-15 22:22:47 -05:00
parent 98b9bd32b9
commit b48a2368be
4 changed files with 51 additions and 52 deletions

View file

@ -1215,6 +1215,7 @@ class FurnaceGUI {
void addScroll(int amount);
void setFileName(String name);
void runBackupThread();
int processEvent(SDL_Event* ev);
bool loop();
bool finish();
bool init();