Ryujinx/Ryujinx.HLE/HOS/Services/Am/AppletAE
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
..
AllSystemAppletProxiesService Initial swkbd implementation (#826) 2019-11-18 12:16:26 +01:00
Storage Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
Types Implement a rudimentary applets system (#804) 2019-11-14 06:18:44 +01:00
AppletFifo.cs Initial swkbd implementation (#826) 2019-11-18 12:16:26 +01:00
AppletSession.cs Initial swkbd implementation (#826) 2019-11-18 12:16:26 +01:00
IAllSystemAppletProxiesService.cs Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
IAppletFifo.cs Initial swkbd implementation (#826) 2019-11-18 12:16:26 +01:00
IStorage.cs Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
IStorageAccessor.cs Initial swkbd implementation (#826) 2019-11-18 12:16:26 +01:00