mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-24 06:47:44 +02:00
misc: chore: [ci skip] Reformat PlayReports.cs
This commit is contained in:
parent
0d7d0e8092
commit
b1f61e5143
1 changed files with 81 additions and 80 deletions
|
@ -12,8 +12,7 @@ namespace Ryujinx.Ava.Utilities.PlayReport
|
||||||
|
|
||||||
public static Analyzer Analyzer => _analyzerLazy.Value;
|
public static Analyzer Analyzer => _analyzerLazy.Value;
|
||||||
|
|
||||||
private static readonly Lazy<Analyzer> _analyzerLazy = new(() =>
|
private static readonly Lazy<Analyzer> _analyzerLazy = new(() => new Analyzer()
|
||||||
new Analyzer()
|
|
||||||
.AddSpec(
|
.AddSpec(
|
||||||
"01007ef00011e000",
|
"01007ef00011e000",
|
||||||
spec => spec
|
spec => spec
|
||||||
|
@ -53,7 +52,8 @@ namespace Ryujinx.Ava.Utilities.PlayReport
|
||||||
.AddSpec( // Global & China IDs
|
.AddSpec( // Global & China IDs
|
||||||
["0100152000022000", "010075100e8ec000"],
|
["0100152000022000", "010075100e8ec000"],
|
||||||
spec => spec
|
spec => spec
|
||||||
.WithDescription("based on what modes you're selecting in the menu & whether or not you're in a race.")
|
.WithDescription(
|
||||||
|
"based on what modes you're selecting in the menu & whether or not you're in a race.")
|
||||||
.AddValueFormatter("To", MarioKart8Deluxe_Mode)
|
.AddValueFormatter("To", MarioKart8Deluxe_Mode)
|
||||||
)
|
)
|
||||||
.AddSpec(
|
.AddSpec(
|
||||||
|
@ -88,7 +88,8 @@ namespace Ryujinx.Ava.Utilities.PlayReport
|
||||||
"010012f017576000", "0100c62011050000", "0100b3c014bda000"
|
"010012f017576000", "0100c62011050000", "0100b3c014bda000"
|
||||||
],
|
],
|
||||||
spec => spec
|
spec => spec
|
||||||
.WithDescription("based on what game you first launch.\n\nNSO emulators do not print any Play Report information past the first game launch so it's all we got.")
|
.WithDescription(
|
||||||
|
"based on what game you first launch.\n\nNSO emulators do not print any Play Report information past the first game launch so it's all we got.")
|
||||||
.AddValueFormatter("launch_title_id", NsoEmulator_LaunchedGame)
|
.AddValueFormatter("launch_title_id", NsoEmulator_LaunchedGame)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue