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

RenderFrame: Set the background to black. #537

Merged
merged 1 commit into from Jun 28, 2014

Conversation

CrossVR
Copy link
Contributor

@CrossVR CrossVR commented Jun 28, 2014

Fixes ticket 7410.

@@ -964,6 +964,7 @@ void CFrame::StartGame(const std::string& filename)
else
m_RenderFrame->SetWindowStyle(m_RenderFrame->GetWindowStyle() & ~wxSTAY_ON_TOP);

m_RenderFrame->SetBackgroundColour(*wxBLACK);

This comment was marked as off-topic.

This comment was marked as off-topic.

@BhaaLseN
Copy link
Member

Other than that, you might want to create a new branch other than master in the future. It really helps once you want to try multiple things at the same time, but not mix them together. Or simply when you get tired of it and want to dump it

@CrossVR
Copy link
Contributor Author

CrossVR commented Jun 28, 2014

Yeah, in the end there's really no reason not to start a seperate branch even for a single commit.

lioncash added a commit that referenced this pull request Jun 28, 2014
RenderFrame: Set the background to black.
@lioncash lioncash merged commit e0bedc3 into dolphin-emu:master Jun 28, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants