mirror of
https://github.com/libretro/RetroArch
synced 2025-02-22 12:40:09 +00:00
Merge pull request #2226 from leiradel/master
added cheevos_test back to runloop.c; included runloop.c and jsonsax.…
This commit is contained in:
commit
5962e6b0d5
@ -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++)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user