diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-11-27 18:50:47 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-11-27 18:50:47 +0100 |
| commit | 06851f8b984574cd1532191feca9765ea07904c0 (patch) | |
| tree | f389096a5bab95f8d4b7cd2be3595d7fac0cd45f /src/box64context.c | |
| parent | 893fc7c9402dac4bd8c1dd2cbdd42752c59012bd (diff) | |
| download | box64-06851f8b984574cd1532191feca9765ea07904c0.tar.gz box64-06851f8b984574cd1532191feca9765ea07904c0.zip | |
Added box64rc configuration file handling
Diffstat (limited to 'src/box64context.c')
| -rwxr-xr-x | src/box64context.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/box64context.c b/src/box64context.c index aa130f46..a70b40d0 100755 --- a/src/box64context.c +++ b/src/box64context.c @@ -19,6 +19,7 @@ #include "wrapper.h" #include "x64emu.h" #include "signals.h" +#include "rcfile.h" EXPORTDYN void initAllHelpers(box64context_t* context) @@ -39,6 +40,7 @@ void finiAllHelpers(box64context_t* context) static int finied = 0; if(finied) return; + DeleteParams(); fini_pthread_helper(context); fini_signal_helper(); fini_bridge_helper(); |