Fix C89_BUILD

This commit is contained in:
twinaphex 2016-01-26 06:01:00 +01:00
parent c5597d3c9d
commit a4cb739fc7

View File

@ -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));