mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2026-01-30 19:42:51 +03:00
feat(client): SRegDestory should be called upon exit, saving registry entries to a file
This commit is contained in:
parent
0105c72da0
commit
50e37d16bc
@ -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…
Reference in New Issue
Block a user