mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Change some context driver names
This commit is contained in:
parent
65369ddf20
commit
7574a80391
@ -330,7 +330,7 @@ const gfx_ctx_driver_t gfx_ctx_vk_android = {
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
"android_vk",
|
||||
"vk_android",
|
||||
android_gfx_ctx_vk_get_flags,
|
||||
android_gfx_ctx_vk_set_flags,
|
||||
android_gfx_ctx_vk_bind_hw_render,
|
||||
|
@ -343,7 +343,7 @@ const gfx_ctx_driver_t gfx_ctx_w_vk = {
|
||||
NULL,
|
||||
NULL,
|
||||
win32_show_cursor,
|
||||
"w_vk",
|
||||
"vk_w",
|
||||
gfx_ctx_w_vk_get_flags,
|
||||
gfx_ctx_w_vk_set_flags,
|
||||
gfx_ctx_w_vk_bind_hw_render,
|
||||
|
@ -680,7 +680,7 @@ const gfx_ctx_driver_t gfx_ctx_vk_wayland = {
|
||||
NULL,
|
||||
NULL,
|
||||
gfx_ctx_wl_show_mouse,
|
||||
"wayland",
|
||||
"vk_wayland",
|
||||
gfx_ctx_wl_get_flags,
|
||||
gfx_ctx_wl_set_flags,
|
||||
gfx_ctx_wl_bind_hw_render,
|
||||
|
Loading…
x
Reference in New Issue
Block a user