mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
Fix C89_BUILD
This commit is contained in:
parent
c5597d3c9d
commit
a4cb739fc7
@ -1317,8 +1317,8 @@ bool event_cmd_ctl(enum event_command cmd, void *data)
|
||||
break;
|
||||
case EVENT_CMD_RESET_CONTEXT:
|
||||
{
|
||||
// EVENT_CMD_DRIVERS_DEINIT clears the callback struct so we
|
||||
// need to make sure to keep a copy
|
||||
/* EVENT_CMD_DRIVERS_DEINIT clears the callback struct so we
|
||||
* need to make sure to keep a copy */
|
||||
struct retro_hw_render_callback hw_render;
|
||||
|
||||
memcpy(&hw_render, video_driver_callback(), sizeof(hw_render));
|
||||
|
Loading…
x
Reference in New Issue
Block a user