1
0
mirror of https://github.com/libretro/RetroArch synced 2025-02-22 12:40:09 +00:00

Merge pull request from leiradel/master

added cheevos_test back to runloop.c; included runloop.c and jsonsax.…
This commit is contained in:
Twinaphex 2015-10-09 20:40:32 +02:00
commit 5962e6b0d5
2 changed files with 8 additions and 0 deletions

@ -76,6 +76,12 @@ CHEATS
#include "../cheats.c"
#include "../libretro-common/hash/rhash.c"
/*============================================================
ACHIEVEMENTS
============================================================ */
#include "../libretro-common/formats/json/jsonsax.c"
#include "../cheevos.c"
/*============================================================
UI COMMON CONTEXT
============================================================ */

@ -1028,6 +1028,8 @@ int rarch_main_iterate(unsigned *sleep_ms)
/* Run libretro for one frame. */
core.retro_run();
/* Test the achievements. */
cheevos_test();
for (i = 0; i < settings->input.max_users; i++)
{