mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 19:22:30 +00:00
feat(client): SRegDestory should be called upon exit, saving registry entries to a file
This commit is contained in:
parent
0105c72da0
commit
50e37d16bc
1 changed files with 8 additions and 1 deletions
|
|
@ -633,6 +633,12 @@ void DestroyGlobal() {
|
||||||
// TODO
|
// TODO
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void StormDestroy() {
|
||||||
|
// TODO
|
||||||
|
|
||||||
|
SRegDestroy();
|
||||||
|
}
|
||||||
|
|
||||||
void CommonMain() {
|
void CommonMain() {
|
||||||
StormInitialize();
|
StormInitialize();
|
||||||
|
|
||||||
|
|
@ -670,8 +676,9 @@ void CommonMain() {
|
||||||
DestroyGlobal();
|
DestroyGlobal();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
StormDestroy();
|
||||||
|
|
||||||
// TODO:
|
// TODO:
|
||||||
// StormDestroy();
|
|
||||||
// Misc Cleanup
|
// Misc Cleanup
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue