Ryujinx/Ryujinx.HLE/HOS/Applets/PlayerSelect
jduncanator ee81ab547e Initial swkbd implementation (#826)
* am: Initial swkbd implementation

Currently only implements the full screen keyboard, inline keyboard will come later.

* Remove unnecessary logging

* Miscellaneous tidy up

* am: Always pop incoming interactive session data

* am: Add a reminder to implement the full config struct

* am: Check for a max length of zero

We should only limit/truncate text when the max length is set to a non-zero value.

* Add documentation

* am: Return IStorage not available when queue is empty

We should be returning the appropriate error code when the FIFO is empty, rather than just throwing an exception and killing the emulator.

* Fix typo

* Code style changes
2019-11-18 12:16:26 +01:00
..
PlayerSelectApplet.cs Initial swkbd implementation (#826) 2019-11-18 12:16:26 +01:00
PlayerSelectResult.cs Implement a rudimentary applets system (#804) 2019-11-14 06:18:44 +01:00