Print current settings on crash

This commit is contained in:
Christian Göttsche
2021-05-16 19:55:31 +02:00
parent 204bc710ba
commit 1f5f40c091
4 changed files with 30 additions and 10 deletions

View File

@ -87,7 +87,7 @@ static inline int Settings_getActiveDirection(const Settings* this) {
void Settings_delete(Settings* this);
int Settings_write(const Settings* this);
int Settings_write(const Settings* this, bool onCrash);
Settings* Settings_new(unsigned int initialCpuCount);