Merge pull request #2226 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

View File

@ -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
============================================================ */

View File

@ -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++)
{