mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-12-02 19:53:05 -05:00
Move solution and projects to src
This commit is contained in:
25
src/Ryujinx.HLE/HOS/SystemState/KeyboardLayout.cs
Normal file
25
src/Ryujinx.HLE/HOS/SystemState/KeyboardLayout.cs
Normal file
@@ -0,0 +1,25 @@
|
||||
namespace Ryujinx.HLE.HOS.SystemState
|
||||
{
|
||||
// nn::settings::KeyboardLayout
|
||||
public enum KeyboardLayout
|
||||
{
|
||||
Default = 0,
|
||||
EnglishUs,
|
||||
EnglishUsInternational,
|
||||
EnglishUk,
|
||||
French,
|
||||
FrenchCa,
|
||||
Spanish,
|
||||
SpanishLatin,
|
||||
German,
|
||||
Italian,
|
||||
Portuguese,
|
||||
Russian,
|
||||
Korean,
|
||||
ChineseSimplified,
|
||||
ChineseTraditional,
|
||||
|
||||
Min = Default,
|
||||
Max = ChineseTraditional
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user