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

VideoCommon: Avoid creating pipelines with no render targets #11511

Merged
merged 2 commits into from Jan 30, 2023

Conversation

TellowKrinkle
Copy link
Contributor

Fixes nogui on Intel HD 4000 macs

Some backends don't like it when you do that
This only actually fails on specific Metal drivers, this way doing it will actually fail the CI and we'll notice
Copy link
Contributor

@iwubcode iwubcode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Untested, LGTM

@@ -1068,6 +1068,13 @@ bool Renderer::InitializeImGui()

bool Renderer::RecompileImGuiPipeline()
{
if (m_backbuffer_format == AbstractTextureFormat::Undefined)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would have saved me several hours of debugging a few days ago.

@phire phire merged commit 13d1428 into dolphin-emu:master Jan 30, 2023
14 checks passed
@TellowKrinkle TellowKrinkle deleted the MTLHD4000 branch January 30, 2023 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants