Page 1 of 1

Playstation and Xbox Display::Close()

Posted: 24 Jun 2022, 18:47
by extsmichalak
Hey!
We've noticed that there's no implementation of `Display::Close()` for Playstation (SceDisplay) and Xbox (GameCore display). Is there any reason for that? Looks like that in our case it would be helpful, thank you!

Re: Playstation and Xbox Display::Close()

Posted: 27 Jun 2022, 19:50
by jsantos
Our display implementations are not recommended for production because they only implement the functionality needed by our examples. We always recommend creating your own integration layer.

But, yes, if you need a proper implementation for that, please open a ticket and we will solve it.

Re: Playstation and Xbox Display::Close()

Posted: 27 Jun 2022, 21:11
by extsmichalak
Thank you! We don't need it for production, it would very helpful in our test apps (so that we can test a proper shut down of the app, etc.). I created a bug ticket for it: https://www.noesisengine.com/bugs/view.php?id=2366

Thank you!

Re: Playstation and Xbox Display::Close()

Posted: 28 Jun 2022, 00:32
by jsantos
Thanks for the ticket!