StrikerX3/Ymir

Improve save state validation feedback

开放

#10 创建于 2025年4月30日

 (0 条评论) (0 个反应) (0 位负责人)C++ (52 个派生)auto 404
frontend-sdl3good first issue

仓库指标

星标
 (988 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南