mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +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