mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-20 08:02:52 +00:00
Move solution and projects to src
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.Applets.SoftwareKeyboard
|
||||
{
|
||||
/// <summary>
|
||||
/// A structure used by SetUserWordInfo request to the software keyboard.
|
||||
/// </summary>
|
||||
[StructLayout(LayoutKind.Sequential, Size = 0x64)]
|
||||
struct SoftwareKeyboardUserWord
|
||||
{
|
||||
// Unknown
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user