mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +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
|
||||
}
|
||||
|
||||
void StormDestroy() {
|
||||
// TODO
|
||||
|
||||
SRegDestroy();
|
||||
}
|
||||
|
||||
void CommonMain() {
|
||||
StormInitialize();
|
||||
|
||||
|
|
@ -670,8 +676,9 @@ void CommonMain() {
|
|||
DestroyGlobal();
|
||||
}
|
||||
|
||||
StormDestroy();
|
||||
|
||||
// TODO:
|
||||
// StormDestroy();
|
||||
// Misc Cleanup
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue