Page 1 of 1

Nintendo Display doesn't implement exiting the main loop while closing the app

Posted: 13 Jul 2021, 15:06
by extsmichalak
Hey!
As mentioned in my email, we're currently using
display->Close() 
to close the app (already got feedback from Jesús that we should use
NoesisApp::Application::Current()->Shutdown();
instead). Anyway, it works fine on Desktop, but doesn't seem to work on Nintendo Switch (app doesn't quit). As Jesús noticed, it seems that Nintendo Display doesn't implement exiting the main loop


Thanks,
Szymon

Re: Nintendo Display doesn't implement exiting the main loop while closing the app

Posted: 13 Jul 2021, 17:14
by jsantos
Thanks for reporting this, I just created #2058 for tracking this.

Re: Nintendo Display doesn't implement exiting the main loop while closing the app

Posted: 14 Jul 2021, 16:36
by extsmichalak
Amazing, thank you so much :)