StrikerX3/Ymir

Improve save state validation feedback

Offen

#10 geöffnet am 30.04.2025

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (52 Forks)auto 404
frontend-sdl3good first issue

Repository-Metriken

Stars
 (988 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Currently, if a save state is deemed invalid, the only feedback received by the application is a false return value from LoadState. It would be better to provide a list of problems found during validation to let the user know why their save state was rejected and help developers figure out if the save state got corrupted by a bug or a mistake.

Contributor Guide