Bonk people who select Vulkan as the renderer
This commit is contained in:
@@ -31,6 +31,11 @@ GPU::GPU(Memory& mem, EmulatorConfig& config) : mem(mem), config(config) {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
case RendererType::Vulkan: {
|
||||||
|
Helpers::panic("Vulkan is not supported yet, please pick another renderer");
|
||||||
|
}
|
||||||
|
|
||||||
default: {
|
default: {
|
||||||
Helpers::panic("Rendering backend not supported: %s", Renderer::typeToString(config.rendererType));
|
Helpers::panic("Rendering backend not supported: %s", Renderer::typeToString(config.rendererType));
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user