mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Rename Misc.cpp to CommonFuncs.cpp
Because its only function is declared in CommonFuncs.h.
This commit is contained in:
@ -2,6 +2,7 @@ set(SRCS
|
||||
Analytics.cpp
|
||||
CDUtils.cpp
|
||||
ColorUtil.cpp
|
||||
CommonFuncs.cpp
|
||||
Config/Config.cpp
|
||||
Config/Layer.cpp
|
||||
Config/Section.cpp
|
||||
@ -15,7 +16,6 @@ set(SRCS
|
||||
MathUtil.cpp
|
||||
MemArena.cpp
|
||||
MemoryUtil.cpp
|
||||
Misc.cpp
|
||||
MsgHandler.cpp
|
||||
NandPaths.cpp
|
||||
Network.cpp
|
||||
|
Reference in New Issue
Block a user