mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-20 01:38:12 +00:00
C89_BUILD fixes
This commit is contained in:
parent
44ed8d1116
commit
e87f030246
@ -1574,9 +1574,10 @@ bool video_driver_find_driver(void)
|
||||
|
||||
if (video_driver_is_hw_context())
|
||||
{
|
||||
current_video = NULL;
|
||||
struct retro_hw_render_callback *hwr = video_driver_get_hw_context();
|
||||
|
||||
current_video = NULL;
|
||||
|
||||
if (hwr && hw_render_context_is_vulkan(hwr->context_type))
|
||||
{
|
||||
#if defined(HAVE_VULKAN)
|
||||
|
@ -41,7 +41,7 @@ enum
|
||||
CF3Y = (27),
|
||||
CF3Z = (-3),
|
||||
CF2A = (139),
|
||||
CF2B = (-11),
|
||||
CF2B = (-11)
|
||||
};
|
||||
|
||||
enum
|
||||
@ -51,7 +51,7 @@ enum
|
||||
W3 = 2408,
|
||||
W5 = 1609,
|
||||
W6 = 1108,
|
||||
W7 = 565,
|
||||
W7 = 565
|
||||
};
|
||||
|
||||
struct rjpeg_vlc_code
|
||||
|
Loading…
Reference in New Issue
Block a user