am: Add a reminder to implement the full config struct

This commit is contained in:
jduncanator 2019-11-18 09:35:45 +11:00
commit ad0a85b31b

View file

@ -2,6 +2,7 @@
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
{ {
// TODO(jduncanator): Define all fields
[StructLayout(LayoutKind.Explicit)] [StructLayout(LayoutKind.Explicit)]
struct SoftwareKeyboardConfig struct SoftwareKeyboardConfig
{ {