From 18db59b446b64c9f961f7d99daec5c6bda1fea6a Mon Sep 17 00:00:00 2001 From: Andre Leiradella Date: Fri, 9 Oct 2015 14:09:49 -0300 Subject: [PATCH] removed cheevos_test for now --- runloop.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/runloop.c b/runloop.c index 8b7f93bf31..120ebd43bb 100644 --- a/runloop.c +++ b/runloop.c @@ -1028,8 +1028,6 @@ 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++) {