mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-26 23:10:38 +00:00
Fix a switch missing value warning.
This commit is contained in:
parent
fd546ff21d
commit
360be4073d
@ -64,11 +64,11 @@ bool GPU_Init(GraphicsContext *ctx, Thin3DContext *thin3d) {
|
||||
break;
|
||||
case GPUCORE_DIRECTX11:
|
||||
return false;
|
||||
#ifndef NO_VULKAN
|
||||
case GPUCORE_VULKAN:
|
||||
#ifndef NO_VULKAN
|
||||
SetGPU(new GPU_Vulkan(ctx));
|
||||
break;
|
||||
#endif
|
||||
break;
|
||||
}
|
||||
|
||||
return gpu != NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user