mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 09:39:56 +00:00
Prevent the menu from getting garbage for the cheevos list
This commit is contained in:
parent
982c862deb
commit
7058207197
@ -3288,7 +3288,12 @@ bool cheevos_unload(void)
|
||||
return false;
|
||||
|
||||
cheevos_free_cheevo_set(&cheevos_locals.core);
|
||||
cheevos_locals.core.cheevos = NULL;
|
||||
cheevos_locals.core.count = 0;
|
||||
|
||||
cheevos_free_cheevo_set(&cheevos_locals.unofficial);
|
||||
cheevos_locals.unofficial.cheevos = NULL;
|
||||
cheevos_locals.unofficial.count = 0;
|
||||
|
||||
cheevos_loaded = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user