mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00: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
|
||||
|
||||
#define MHZ (10000000)
|
||||
#define MHZ (1000000)
|
||||
|
||||
// Auxiliary functions
|
||||
u64 get_time();
|
||||
|
|
Loading…
Add table
Reference in a new issue