commit message? why? who cares

This commit is contained in:
tildearrow 2025-09-23 01:31:49 -05:00
parent be3f7a9ec1
commit aa713ed9c9
3 changed files with 140 additions and 12 deletions

View file

@ -7872,6 +7872,7 @@ bool FurnaceGUI::init() {
userEvents=SDL_RegisterEvents(1);
newFilePicker=new FurnaceFilePicker;
newFilePicker->setHomeDir(getHomeDir());
newFilePicker->open("New File Picker","/home",false);
e->setMidiCallback([this](const TAMidiMessage& msg) -> int {