Home
last modified time | relevance | path

Searched defs:GetDspMemory (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/citra/citra-ac98458e0/externals/teakra/src/
H A Dteakra.cpp74 std::array<std::uint8_t, 0x80000>& Teakra::GetDspMemory() { in GetDspMemory() function in Teakra::Teakra
78 const std::array<std::uint8_t, 0x80000>& Teakra::GetDspMemory() const { in GetDspMemory() function in Teakra::Teakra
/dports/emulators/citra-qt5/citra-ac98458e0/externals/teakra/src/
H A Dteakra.cpp74 std::array<std::uint8_t, 0x80000>& Teakra::GetDspMemory() { in GetDspMemory() function in Teakra::Teakra
78 const std::array<std::uint8_t, 0x80000>& Teakra::GetDspMemory() const { in GetDspMemory() function in Teakra::Teakra
/dports/emulators/citra/citra-ac98458e0/src/audio_core/hle/
H A Dhle.cpp317 std::array<u8, Memory::DSP_RAM_SIZE>& DspHle::Impl::GetDspMemory() { in GetDspMemory() function in AudioCore::DspHle::Impl
486 std::array<u8, Memory::DSP_RAM_SIZE>& DspHle::GetDspMemory() { in GetDspMemory() function in AudioCore::DspHle
/dports/emulators/citra-qt5/citra-ac98458e0/src/audio_core/hle/
H A Dhle.cpp317 std::array<u8, Memory::DSP_RAM_SIZE>& DspHle::Impl::GetDspMemory() { in GetDspMemory() function in AudioCore::DspHle::Impl
486 std::array<u8, Memory::DSP_RAM_SIZE>& DspHle::GetDspMemory() { in GetDspMemory() function in AudioCore::DspHle
/dports/emulators/citra/citra-ac98458e0/src/audio_core/lle/
H A Dlle.cpp405 std::array<u8, Memory::DSP_RAM_SIZE>& DspLle::GetDspMemory() { in GetDspMemory() function in AudioCore::DspLle
/dports/emulators/citra-qt5/citra-ac98458e0/src/audio_core/lle/
H A Dlle.cpp405 std::array<u8, Memory::DSP_RAM_SIZE>& DspLle::GetDspMemory() { in GetDspMemory() function in AudioCore::DspLle