mirror of
https://github.com/libretro/gambatte-libretro.git
synced 2024-11-27 01:40:23 +00:00
Ensure frame blending configuration is correctly reset in retro_deinit()
This commit is contained in:
parent
d8ccae4cd4
commit
819c8dd892
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user