mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-02-08 16:54:24 +01:00
sys_time fix
This commit is contained in:
parent
8f04ab07ed
commit
bdc263bc34
|
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#define MHZ (10000000)
|
||||
#define MHZ (1000000)
|
||||
|
||||
// Auxiliary functions
|
||||
u64 get_time();
|
||||
|
|
|
|||
Loading…
Reference in a new issue