mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-15 03:08:52 +01:00
On closing, RetroFE only needs to be de-initialised once. Destroying the
RetroFE object will already do that.
This commit is contained in:
parent
a22bd1c6a1
commit
7294dc9ee9
@ -102,8 +102,6 @@ int main(int argc, char **argv)
|
|||||||
|
|
||||||
p.run();
|
p.run();
|
||||||
|
|
||||||
p.deInitialize();
|
|
||||||
|
|
||||||
Logger::deInitialize();
|
Logger::deInitialize();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user