Skip to content
Snippets Groups Projects
Commit 91339048 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Use xp_timer64() instead of xp_timer()

parent b0b7ac3d
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@
#include "ciolib.h"
#define MSEC_CLOCK() llroundl(xp_timer()*1000)
#define MSEC_CLOCK() xp_timer64()
enum {
MOUSE_NOSTATE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment