mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-03-27 22:33:22 +01:00
reset right GET_RUN_TIME_MS
Signed-off-by: Vincent-FK <vincent.buso@funkey-project.com>
This commit is contained in:
@@ -56,8 +56,8 @@
|
|||||||
#include <SDL/SDL_thread.h>
|
#include <SDL/SDL_thread.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//#define GET_RUN_TIME_MS (clock() / (CLOCKS_PER_SEC/1000))
|
#define GET_RUN_TIME_MS (clock() / (CLOCKS_PER_SEC/1000))
|
||||||
#define GET_RUN_TIME_MS (SDL_GetTicks())
|
//#define GET_RUN_TIME_MS (SDL_GetTicks())
|
||||||
|
|
||||||
//#define PERIOD_FORCE_REFRESH 1000 //ms
|
//#define PERIOD_FORCE_REFRESH 1000 //ms
|
||||||
#define FPS 60 // TODO: set in conf file
|
#define FPS 60 // TODO: set in conf file
|
||||||
|
|||||||
Reference in New Issue
Block a user