mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Common: Move floating-point utility functions to FloatUtils.h/.cpp
Keeps all of the floating-point utility functions in their own file to keep them all together. This also provides a place for other general-purpose floating-point functions to be added in the future, which will be necessary when improving the flag-setting within the interpreter.
This commit is contained in:
@ -14,6 +14,7 @@ add_library(common
|
||||
File.cpp
|
||||
FileSearch.cpp
|
||||
FileUtil.cpp
|
||||
FloatUtils.cpp
|
||||
GekkoDisassembler.cpp
|
||||
Hash.cpp
|
||||
HttpRequest.cpp
|
||||
|
Reference in New Issue
Block a user