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…
Reference in New Issue