StrikerX3/Ymir

Improve save state validation feedback

Aberta

#10 aberto em 30 de abr. de 2025

 (0 comentário) (0 reação) (0 responsável)C++ (52 forks)auto 404
frontend-sdl3good first issue

Métricas do repositório

Stars
 (988 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador