From ffff7e782af844fe8d404ac4d92ea7dbf2a40e8a Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 23 Jun 2020 21:56:41 +0200 Subject: [PATCH] Cleanup --- retroarch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retroarch.c b/retroarch.c index d5ea2662a2..4357e0f873 100644 --- a/retroarch.c +++ b/retroarch.c @@ -31113,7 +31113,7 @@ static void video_driver_reinit_context(struct rarch_state *p_rarch, struct retro_hw_render_callback *hwr = VIDEO_DRIVER_GET_HW_CONTEXT_INTERNAL(); const struct retro_hw_render_context_negotiation_interface *iface = - video_driver_get_context_negotiation_interface(); + p_rarch->hw_render_context_negotiation; memcpy(&hwr_copy, hwr, sizeof(hwr_copy)); driver_uninit(p_rarch, flags);