diff options
author | Chris Robinson <chris.kcat@gmail.com> | 2020-03-20 15:01:45 -0700 |
---|---|---|
committer | Chris Robinson <chris.kcat@gmail.com> | 2020-03-20 15:01:45 -0700 |
commit | f56ef433d8bbf8709b559276bea79c6acb8167ef (patch) | |
tree | 9c826bbe5b187ce0c8374fb37db3bf13960297cd /alc/converter.cpp | |
parent | ad988958767f222625f2560cd628642c948cd736 (diff) |
Move the FPUCtl methods to its own source
Diffstat (limited to 'alc/converter.cpp')
-rw-r--r-- | alc/converter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/converter.cpp b/alc/converter.cpp index 553bad58..38b8bedb 100644 --- a/alc/converter.cpp +++ b/alc/converter.cpp @@ -11,7 +11,7 @@ #include "albyte.h" #include "alu.h" -#include "fpu_modes.h" +#include "fpu_ctrl.h" #include "mixer/defs.h" |