diff options
author | purpasmart96 <purpasmart96@users.noreply.github.com> | 2014-11-12 22:13:08 +0100 |
---|---|---|
committer | purpasmart96 <kanzoconfigz@hotmail.com> | 2014-11-21 02:09:57 +0100 |
commit | 9821bfcb8e6be2e220ae757d65d47cd478e8bfc8 (patch) | |
tree | 1d1d0a92efa278d7254c99245c10aa3b78ed700d /src/core/hle/service/dsp_dsp.cpp | |
parent | Merge pull request #211 from linkmauve/master (diff) | |
download | yuzu-9821bfcb8e6be2e220ae757d65d47cd478e8bfc8.tar yuzu-9821bfcb8e6be2e220ae757d65d47cd478e8bfc8.tar.gz yuzu-9821bfcb8e6be2e220ae757d65d47cd478e8bfc8.tar.bz2 yuzu-9821bfcb8e6be2e220ae757d65d47cd478e8bfc8.tar.lz yuzu-9821bfcb8e6be2e220ae757d65d47cd478e8bfc8.tar.xz yuzu-9821bfcb8e6be2e220ae757d65d47cd478e8bfc8.tar.zst yuzu-9821bfcb8e6be2e220ae757d65d47cd478e8bfc8.zip |
Diffstat (limited to 'src/core/hle/service/dsp_dsp.cpp')
-rw-r--r-- | src/core/hle/service/dsp_dsp.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/dsp_dsp.cpp b/src/core/hle/service/dsp_dsp.cpp index 9e84ac938..bbcf26f61 100644 --- a/src/core/hle/service/dsp_dsp.cpp +++ b/src/core/hle/service/dsp_dsp.cpp @@ -26,12 +26,12 @@ const Interface::FunctionInfo FunctionTable[] = { {0x001100C2, nullptr, "LoadComponent"}, {0x00120000, nullptr, "UnloadComponent"}, {0x00130082, nullptr, "FlushDataCache"}, - {0x00140082, nullptr, "InvalidateDCache "}, + {0x00140082, nullptr, "InvalidateDCache"}, {0x00150082, nullptr, "RegisterInterruptEvents"}, {0x00160000, nullptr, "GetSemaphoreEventHandle"}, {0x00170040, nullptr, "SetSemaphoreMask"}, {0x00180040, nullptr, "GetPhysicalAddress"}, - {0x00190040, nullptr, "GetVirtualAddress" }, + {0x00190040, nullptr, "GetVirtualAddress"}, {0x001A0042, nullptr, "SetIirFilterI2S1_cmd1"}, {0x001B0042, nullptr, "SetIirFilterI2S1_cmd2"}, {0x001C0082, nullptr, "SetIirFilterEQ"}, |