mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-14 04:36:59 +00:00
misc: chore: Use collection expressions everywhere else (except VP9)
This commit is contained in:
parent
0f857400b6
commit
ac838aa81d
59 changed files with 3246 additions and 2452 deletions
|
|
@ -21,7 +21,8 @@ namespace Ryujinx.Tests.HLE
|
|||
[Test]
|
||||
public void StripUnicodeControlCodes_Passthrough()
|
||||
{
|
||||
string[] prompts = {
|
||||
string[] prompts =
|
||||
[
|
||||
"Please name him.",
|
||||
"Name her, too.",
|
||||
"Name your friend.",
|
||||
|
|
@ -29,8 +30,8 @@ namespace Ryujinx.Tests.HLE
|
|||
"Name your pet.",
|
||||
"Favorite homemade food?",
|
||||
"What’s your favorite thing?",
|
||||
"Are you sure?",
|
||||
};
|
||||
"Are you sure?"
|
||||
];
|
||||
|
||||
foreach (string prompt in prompts)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue