mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 11:18:25 +00:00
Merge pull request #4865 from leiradel/master
Prevent the menu from getting garbage for the cheevos list
This commit is contained in:
commit
34184654d9
@ -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
Block a user