GUI: more more more work

error dialog boxes and drawOrders improvements
This commit is contained in:
tildearrow 2021-12-20 23:20:30 -05:00
parent 7f3885d2b1
commit 1cc9b9fe20
4 changed files with 98 additions and 11 deletions

View file

@ -89,6 +89,7 @@ class DivEngine {
std::mutex isBusy;
String configPath;
String configFile;
String lastError;
short vibTable[64];
@ -260,6 +261,9 @@ class DivEngine {
// change system
void changeSystem(DivSystem which);
// get last error
String getLastError();
// init dispatch
void initDispatch();