mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-21 09:40:56 -05:00
misc: chore: Use collection expressions in Horizon project
This commit is contained in:
@@ -8,8 +8,8 @@ namespace Ryujinx.Horizon.Sdk.Settings
|
||||
[StructLayout(LayoutKind.Sequential, Size = 0x8, Pack = 0x1)]
|
||||
struct LanguageCode
|
||||
{
|
||||
private static readonly string[] _languageCodes = new string[]
|
||||
{
|
||||
private static readonly string[] _languageCodes =
|
||||
[
|
||||
"ja",
|
||||
"en-US",
|
||||
"fr",
|
||||
@@ -28,7 +28,7 @@ namespace Ryujinx.Horizon.Sdk.Settings
|
||||
"zh-Hans",
|
||||
"zh-Hant",
|
||||
"pt-BR"
|
||||
};
|
||||
];
|
||||
|
||||
public Array8<byte> Value;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user