mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Cleanups
This commit is contained in:
parent
47f86711a5
commit
2427ebe0e8
2 changed files with 1 additions and 8 deletions
|
@ -33275,10 +33275,6 @@ enum gfx_ctx_api video_context_driver_get_api(void)
|
|||
else if (string_is_equal(video_ident, "glcore"))
|
||||
return GFX_CTX_OPENGL_API;
|
||||
}
|
||||
else if (string_is_equal(video_ident, "gx2"))
|
||||
return GFX_CTX_GX2_API;
|
||||
else if (string_is_equal(video_ident, "gx"))
|
||||
return GFX_CTX_GX_API;
|
||||
else if (string_is_equal(video_ident, "vulkan"))
|
||||
return GFX_CTX_VULKAN_API;
|
||||
else if (string_is_equal(video_ident, "metal"))
|
||||
|
|
|
@ -799,10 +799,7 @@ enum gfx_ctx_api
|
|||
GFX_CTX_DIRECT3D12_API,
|
||||
GFX_CTX_OPENVG_API,
|
||||
GFX_CTX_VULKAN_API,
|
||||
GFX_CTX_METAL_API,
|
||||
GFX_CTX_GDI_API,
|
||||
GFX_CTX_GX_API,
|
||||
GFX_CTX_GX2_API
|
||||
GFX_CTX_METAL_API
|
||||
};
|
||||
|
||||
enum display_metric_types
|
||||
|
|
Loading…
Add table
Reference in a new issue