You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/BizHawk.Client.Common/EventTypes.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -126,7 +126,7 @@ public StateSavedEventArgs(string stateName)
126
126
/// <summary>
127
127
/// Represent a method that will control future emulation.
128
128
/// </summary>
129
-
/// <param name="futureFramesEmulated">The number of frames into the future that have been emulated. This is a short purely to help avoid accidentally passing in absurdly large numbers.</param>
129
+
/// <param name="futureFramesEmulated">The number of frames into the future that have been emulated.</param>
130
130
/// <returns>True to display the current frame, false to continue emulating into the future.</returns>
0 commit comments