mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-17 16:10:29 +00:00
CXX_BUILD fixes
This commit is contained in:
parent
d50109f60a
commit
44ed8d1116
@ -1313,7 +1313,7 @@ bool event_cmd_ctl(enum event_command cmd, void *data)
|
||||
case EVENT_CMD_CORE_DEINIT:
|
||||
{
|
||||
struct retro_hw_render_callback *hwr =
|
||||
hwr = video_driver_get_hw_context();
|
||||
video_driver_get_hw_context();
|
||||
event_deinit_core(true);
|
||||
|
||||
if (hwr)
|
||||
|
@ -980,7 +980,7 @@ static void *vulkan_init(const video_info_t *video,
|
||||
if (!ctx_driver)
|
||||
goto error;
|
||||
|
||||
video_context_driver_set((void*)ctx_driver);
|
||||
video_context_driver_set((const gfx_ctx_driver_t*)ctx_driver);
|
||||
|
||||
video_context_driver_get_video_size(&mode);
|
||||
full_x = mode.width;
|
||||
|
Loading…
x
Reference in New Issue
Block a user