mirror of https://github.com/PrimeDecomp/prime.git
Move CFinalInput into Kyoto/Input
This commit is contained in:
parent
954e820f65
commit
41070ecd75
|
@ -782,7 +782,7 @@ LIBS = [
|
|||
"Kyoto/Graphics/CCubeSurface",
|
||||
"Kyoto/Animation/CCharAnimTime",
|
||||
"Kyoto/Animation/CSegIdList",
|
||||
"Kyoto/CFinalInput",
|
||||
"Kyoto/Input/CFinalInput",
|
||||
"Kyoto/Graphics/CColor",
|
||||
"Kyoto/Audio/DolphinCAudioGroupSet",
|
||||
"Kyoto/Audio/DolphinCAudioSys",
|
||||
|
|
|
@ -580,7 +580,7 @@ KYOTO_2 :=\
|
|||
$(BUILD_DIR)/asm/Kyoto/Graphics/CCubeSurface.o\
|
||||
$(BUILD_DIR)/asm/Kyoto/Animation/CCharAnimTime.o\
|
||||
$(BUILD_DIR)/asm/Kyoto/Animation/CSegIdList.o\
|
||||
$(BUILD_DIR)/asm/Kyoto/CFinalInput.o\
|
||||
$(BUILD_DIR)/asm/Kyoto/Input/CFinalInput.o\
|
||||
$(BUILD_DIR)/src/Kyoto/Graphics/CColor.o\
|
||||
$(BUILD_DIR)/asm/Kyoto/Audio/DolphinCAudioGroupSet.o\
|
||||
$(BUILD_DIR)/asm/Kyoto/Audio/DolphinCAudioSys.o\
|
||||
|
|
Loading…
Reference in New Issue