mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-01-31 01:25:22 +01:00
update save state notes from info to warn
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user