mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-24 06:47:44 +02:00
UI: RPC: Reset Details when switching between Master Mode and Normal Mode on the title screen.
This commit is contained in:
parent
063430ea16
commit
11bc32d98e
1 changed files with 4 additions and 1 deletions
|
@ -7,7 +7,10 @@ namespace Ryujinx.Ava.Utilities
|
||||||
public static PlayReportAnalyzer Analyzer { get; } = new PlayReportAnalyzer()
|
public static PlayReportAnalyzer Analyzer { get; } = new PlayReportAnalyzer()
|
||||||
.AddSpec(
|
.AddSpec(
|
||||||
"01007ef00011e000",
|
"01007ef00011e000",
|
||||||
spec => spec.AddValueFormatter("IsHardMode", BreathOfTheWild_MasterMode)
|
spec => spec
|
||||||
|
.AddValueFormatter("IsHardMode", BreathOfTheWild_MasterMode)
|
||||||
|
// reset to normal status when switching between normal & master mode in title screen
|
||||||
|
.AddValueFormatter("AoCVer", PlayReportFormattedValue.AlwaysResets)
|
||||||
)
|
)
|
||||||
.AddSpec(
|
.AddSpec(
|
||||||
"0100f2c0115b6000",
|
"0100f2c0115b6000",
|
||||||
|
|
Loading…
Add table
Reference in a new issue