From ad0a85b31b7f549c878d0736a3f5498e4fb26d46 Mon Sep 17 00:00:00 2001 From: jduncanator Date: Mon, 18 Nov 2019 09:35:45 +1100 Subject: [PATCH] am: Add a reminder to implement the full config struct --- .../HOS/Applets/SoftwareKeyboard/SoftwareKeyboardConfig.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Ryujinx.HLE/HOS/Applets/SoftwareKeyboard/SoftwareKeyboardConfig.cs b/Ryujinx.HLE/HOS/Applets/SoftwareKeyboard/SoftwareKeyboardConfig.cs index c830e5237b..22d1c0ab82 100644 --- a/Ryujinx.HLE/HOS/Applets/SoftwareKeyboard/SoftwareKeyboardConfig.cs +++ b/Ryujinx.HLE/HOS/Applets/SoftwareKeyboard/SoftwareKeyboardConfig.cs @@ -2,6 +2,7 @@ namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard { + // TODO(jduncanator): Define all fields [StructLayout(LayoutKind.Explicit)] struct SoftwareKeyboardConfig {