mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Add LIBXML_TEST_VERSION to XML cheats.
This commit is contained in:
parent
13ae61031f
commit
32f2689b6a
1 changed files with 2 additions and 0 deletions
2
cheats.c
2
cheats.c
|
@ -236,6 +236,8 @@ static void cheat_manager_save_config(cheat_manager_t *handle, const char *path,
|
|||
|
||||
cheat_manager_t* cheat_manager_new(const char *path)
|
||||
{
|
||||
LIBXML_TEST_VERSION;
|
||||
|
||||
psnes_cheat_reset();
|
||||
|
||||
xmlParserCtxtPtr ctx = NULL;
|
||||
|
|
Loading…
Add table
Reference in a new issue