Fix dreamcast timer
This commit is contained in:
parent
77fb26b578
commit
5522df60b0
@ -189,7 +189,7 @@ public:
|
|||||||
void Update()
|
void Update()
|
||||||
{
|
{
|
||||||
uint64_t c = timer_us_gettime64();
|
uint64_t c = timer_us_gettime64();
|
||||||
double dt = double(c - m_c0) * 0.0000001;
|
double dt = double(c - m_c0) * 0.000001;
|
||||||
m_c0 = c;
|
m_c0 = c;
|
||||||
Add(dt);
|
Add(dt);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user