mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-03-18 18:02:49 +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:
@@ -102,8 +102,6 @@ int main(int argc, char **argv)
|
||||
|
||||
p.run();
|
||||
|
||||
p.deInitialize();
|
||||
|
||||
Logger::deInitialize();
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user