mirror of https://github.com/PrimeDecomp/prime.git
parent
c78d25aac6
commit
7ffab529b8
|
@ -432,7 +432,7 @@ KYOTO :=\
|
||||||
$(BUILD_DIR)/asm/Kyoto/Basics/CBasicsDolphin.o\
|
$(BUILD_DIR)/asm/Kyoto/Basics/CBasicsDolphin.o\
|
||||||
$(BUILD_DIR)/asm/Kyoto/Basics/CCallStackDolphin.o\
|
$(BUILD_DIR)/asm/Kyoto/Basics/CCallStackDolphin.o\
|
||||||
$(BUILD_DIR)/asm/Kyoto/Basics/COsContextDolphin.o\
|
$(BUILD_DIR)/asm/Kyoto/Basics/COsContextDolphin.o\
|
||||||
$(BUILD_DIR)/asm/Kyoto/Basics/CSWDataDolphin.o\
|
$(BUILD_DIR)/src/Kyoto/Basics/CSWDataDolphin.o\
|
||||||
$(BUILD_DIR)/asm/Kyoto/Basics/RAssertDolphin.o\
|
$(BUILD_DIR)/asm/Kyoto/Basics/RAssertDolphin.o\
|
||||||
$(BUILD_DIR)/asm/Kyoto/Animation/CAnimation.o\
|
$(BUILD_DIR)/asm/Kyoto/Animation/CAnimation.o\
|
||||||
$(BUILD_DIR)/asm/Kyoto/Animation/CAnimationManager.o\
|
$(BUILD_DIR)/asm/Kyoto/Animation/CAnimationManager.o\
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
bool CStopwatch::CSWData::Initialize() {
|
bool CStopwatch::CSWData::Initialize() {
|
||||||
x0_timerFreq = OS_TIMER_CLOCK;
|
x0_timerFreq = OS_TIMER_CLOCK;
|
||||||
x8_timerFreqO1M = x0_timerFreq / 1000000ull;
|
x8_timerFreqO1M = x0_timerFreq / 1000000ll;
|
||||||
x10_timerPeriod = 1.f / static_cast<f32>(x0_timerFreq);
|
x10_timerPeriod = 1.f / static_cast<f32>(x0_timerFreq);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue