mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-11 01:08:39 +12:00
sys_time fix
This commit is contained in:
parent
8f04ab07ed
commit
bdc263bc34
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define MHZ (10000000)
|
#define MHZ (1000000)
|
||||||
|
|
||||||
// Auxiliary functions
|
// Auxiliary functions
|
||||||
u64 get_time();
|
u64 get_time();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue