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

Removed unused variable, Added tick count check #521

Merged
merged 1 commit into from Jun 21, 2014
Merged

Removed unused variable, Added tick count check #521

merged 1 commit into from Jun 21, 2014

Conversation

RisingFog
Copy link
Member

Checks if current tick count is over the reported tick count, stops movie playback if it is.

@RachelBryk
Copy link
Member

nvm this is no good for moviies that start from save state.

@RachelBryk
Copy link
Member

LGTM

@RachelBryk
Copy link
Member

@dolphin-emu-bot rebuild

@@ -937,7 +937,7 @@ void LoadInput(const std::string& filename)

static void CheckInputEnd()
{
if (g_currentFrame > g_totalFrames || g_currentByte >= g_totalBytes)
if (g_currentFrame > g_totalFrames || g_currentByte >= g_totalBytes || (CoreTiming::GetTicks() > g_totalTickCount && !IsRecordingInputFromSaveState()))

This comment was marked as off-topic.

lioncash added a commit that referenced this pull request Jun 21, 2014
Removed unused variable, Added tick count check
@lioncash lioncash merged commit 72050d4 into dolphin-emu:master Jun 21, 2014
@RisingFog RisingFog deleted the dtm-update branch June 27, 2014 00:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants