This commit is contained in:
Derek Hensley 2021-11-11 20:54:35 -08:00
parent aec7d245e8
commit 81696364d3
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ void FrameAdvance_Init(FrameAdvanceContext* frameAdvCtx) {
/**
* Frame advance allows you to advance through the game one frame at a time on command.
* To advance a frame, hold Z and press R on the spceified controller.
* To advance a frame, hold Z and press R on the specified controller.
* Holding Z and R will advance a frame every half second.
*
* This function returns true when frame advance is not active (game will run normally)