Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
e0ec4140
Commit
e0ec4140
authored
Feb 12, 2022
by
Deucе
👌🏾
Browse files
Use xp_timer64() instead of xp_timer()
parent
84a2bb32
Pipeline
#2717
failed with stage
in 3 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/conio/mouse.c
src/conio/mouse.c
+1
-1
No files found.
src/conio/mouse.c
View file @
e0ec4140
...
...
@@ -42,7 +42,7 @@
#include "ciolib.h"
#define MSEC_CLOCK()
llroundl(xp_timer()*1000
)
#define MSEC_CLOCK()
xp_timer64(
)
enum
{
MOUSE_NOSTATE
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment