Link CSWDataDolphin.cpp

This commit is contained in:
2022-07-18 01:37:40 -04:00
parent 4aba1a659a
commit cb48c96516
2 changed files with 2 additions and 2 deletions

View File

@@ -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;
}