update save state notes from info to warn

This commit is contained in:
13xforever
2025-08-21 14:28:05 +05:00
parent c43e8ebc34
commit 8ebce331fe
2 changed files with 2 additions and 2 deletions

View File

@@ -438,7 +438,7 @@ internal static partial class LogParserResult
notes.Add("❌ PS3 firmware is missing or corrupted");
if (items["booting_savestate"] is EnabledMark)
notes.Add(" Game was booted from a save state");
notes.Add(" Game was booted from a save state");
if (multiItems["game_mod"] is { Length: >0 } mods)
{

View File

@@ -564,7 +564,7 @@ internal static partial class LogParserResult
if (items["start_paused_savestate"] is EnabledMark)
notes.Add("❓ `Pause emulation after loading savestates` is disabled");
if (items["compatible_savestate"] is not EnabledMark)
notes.Add(" If you have weird compatibility issues after boot, try enabling `SPU-Compatible Savestate Mode`");
notes.Add(" If you have weird compatibility issues after boot, try enabling `SPU-Compatible Savestate Mode`");
}
if (items["custom_config"] is EnabledMark && notes.Count > 0)