mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-09 13:47:41 +00:00
Link CSWDataDolphin.cpp
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
bool CStopwatch::CSWData::Initialize() {
|
||||
x0_timerFreq = OS_TIMER_CLOCK;
|
||||
x8_timerFreqO1M = x0_timerFreq / 1000000ull;
|
||||
x8_timerFreqO1M = x0_timerFreq / 1000000ll;
|
||||
x10_timerPeriod = 1.f / static_cast<f32>(x0_timerFreq);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user