MCPcopy Create free account
hub / github.com/amwatson/CitraVR / GetFCRAMRef

Method GetFCRAMRef

src/core/memory.cpp:947–950  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

945}
946
947MemoryRef MemorySystem::GetFCRAMRef(std::size_t offset) const {
948 ASSERT(offset <= Memory::FCRAM_N3DS_SIZE);
949 return MemoryRef(impl->fcram_mem, offset);
950}
951
952void MemorySystem::SetDSP(AudioCore::DspInterface& dsp) {
953 impl->dsp = &dsp;

Callers 8

MapMethod · 0.80
MapBootloaderMethod · 0.80
CreateSharedMemoryMethod · 0.80
MapProcessMemoryExMethod · 0.80
HeapAllocateMethod · 0.80
LinearAllocateMethod · 0.80

Calls 1

MemoryRefClass · 0.85

Tested by

no test coverage detected