mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
gfx_display.c - can drop dependency now on gfx_animation.h
This commit is contained in:
parent
37237db804
commit
2ab0300c33
@ -15,7 +15,6 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "gfx_display.h"
|
||||
#include "gfx_animation.h"
|
||||
|
||||
#include "video_coord_array.h"
|
||||
#include "../configuration.h"
|
||||
@ -1786,7 +1785,6 @@ void gfx_display_free(void)
|
||||
{
|
||||
gfx_display_t *p_disp = disp_get_ptr();
|
||||
video_coord_array_free(&p_disp->dispca);
|
||||
gfx_animation_ctl(MENU_ANIMATION_CTL_DEINIT, NULL);
|
||||
|
||||
p_disp->msg_force = false;
|
||||
p_disp->header_height = 0;
|
||||
|
@ -7695,6 +7695,7 @@ bool menu_driver_ctl(enum rarch_menu_ctl_state state, void *data)
|
||||
memset(&system->info, 0, sizeof(struct retro_system_info));
|
||||
}
|
||||
|
||||
gfx_animation_ctl(MENU_ANIMATION_CTL_DEINIT, NULL);
|
||||
gfx_display_free();
|
||||
|
||||
menu_entries_settings_deinit(p_rarch);
|
||||
|
Loading…
x
Reference in New Issue
Block a user