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

Abort loading a save state if emulation isn't running. #523

Merged
merged 1 commit into from Jun 21, 2014

Conversation

RachelBryk
Copy link
Member

No description provided.

@lioncash
Copy link
Member

Looks good to me.

neobrain added a commit that referenced this pull request Jun 21, 2014
Abort loading a save state if emulation isn't running.
@neobrain neobrain merged commit ddadb4f into dolphin-emu:master Jun 21, 2014
@@ -424,6 +424,9 @@ void LoadFileStateData(const std::string& filename, std::vector<u8>& ret_data)

void LoadAs(const std::string& filename)
{
if (Core::GetState() == Core::CORE_UNINITIALIZED)

This comment was marked as off-topic.

@RachelBryk RachelBryk deleted the uninitialized-load-state branch July 6, 2014 06:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants