mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-10-26 22:06:06 +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
|
||||
}
|
||||
|
||||
void StormDestroy() {
|
||||
// TODO
|
||||
|
||||
SRegDestroy();
|
||||
}
|
||||
|
||||
void CommonMain() {
|
||||
StormInitialize();
|
||||
|
||||
@ -670,8 +676,9 @@ void CommonMain() {
|
||||
DestroyGlobal();
|
||||
}
|
||||
|
||||
StormDestroy();
|
||||
|
||||
// TODO:
|
||||
// StormDestroy();
|
||||
// Misc Cleanup
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user