Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update NewEmuChecklist.txt #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions NewEmuChecklist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RetroAchievements Emulator Requirements:
[ ] Performance of emulator (without any debugging windows open) should not be noticeably different than the source emulator at 100% speed
[ ] Emulator must perform at intended framerate on a PC that could have been purchased at a retail store within the last four years.
[ ] Achievements/Leaderboards/Rich Presence
[ ] Memory mapping method is documented and approved
[ ] Achievements can be created (RA_InstallSharedFunctions>RA_GameIsActive)
[ ] Achievements trigger (RA_InstallMemoryBank>pReader, RA_DoAchievementsFrame, RA_HandleHTTPResults)
[ ] Achievement trigger displays notification (RA_UpdateRenderOverlay)
Expand All @@ -45,6 +46,7 @@ RetroAchievements Emulator Requirements:
[ ] Save states can be loaded
[ ] HitCounts persist with save state (RA_OnSaveState, RA_OnLoadState)
[ ] Fast-forward is allowed
[ ] Slowdown is allowed
[ ] Rewind is allowed
[ ] Frame advance is allowed
[ ] Recording playback is allowed
Expand All @@ -58,11 +60,10 @@ RetroAchievements Emulator Requirements:
[ ] Save states can be created
[ ] Save states cannot be loaded [prompt to switch to softcore (RA_WarnDisableHardcore)]
[ ] Fast-forward is allowed
[ ] Slowdown is not allowed
[ ] Rewind is not allowed
[ ] Frame advance is not allowed
[ ] Recording playback is not allowed
[ ] Speed may be adjusted above 100%
[ ] Speed cannot be adjusted below 100%
[ ] Switching to Softcore does not reset the emulator
[ ] Emulator specific tools for viewing/modifying memory are not allowed [prompt to switch to softcore optional]
[ ] Emulator specific tools for supporting cheats are not allowed [prompt to switch to softcore optional]
Expand Down