mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(gfx_display_metal) Change ident name - should fix #14094
This commit is contained in:
parent
c1e8925f87
commit
41a073da73
@ -140,7 +140,7 @@ gfx_display_ctx_driver_t gfx_display_ctx_metal = {
|
||||
.get_default_tex_coords = gfx_display_metal_get_default_tex_coords,
|
||||
.font_init_first = gfx_display_metal_font_init_first,
|
||||
.type = GFX_VIDEO_DRIVER_METAL,
|
||||
.ident = "gfx_display_metal",
|
||||
.ident = "metal",
|
||||
.handles_transform = NO,
|
||||
.scissor_begin = gfx_display_metal_scissor_begin,
|
||||
.scissor_end = gfx_display_metal_scissor_end
|
||||
|
Loading…
x
Reference in New Issue
Block a user