Ensure frame blending configuration is correctly reset in retro_deinit()

This commit is contained in:
jdgleaver 2021-03-16 12:31:05 +00:00
parent d8ccae4cd4
commit 819c8dd892

View File

@ -513,6 +513,9 @@ static void deinit_frame_blending(void)
free(video_buf_acc_b);
video_buf_acc_b = NULL;
}
frame_blend_type = FRAME_BLEND_NONE;
frame_blend_response_set = false;
}
static void check_frame_blend_variable(void)