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

Method GetFCRAMPointer

src/core/memory.cpp:937–940  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

935}
936
937u8* MemorySystem::GetFCRAMPointer(std::size_t offset) {
938 ASSERT(offset <= Memory::FCRAM_N3DS_SIZE);
939 return impl->fcram.get() + offset;
940}
941
942const u8* MemorySystem::GetFCRAMPointer(std::size_t offset) const {
943 ASSERT(offset <= Memory::FCRAM_N3DS_SIZE);

Callers 9

CreateSharedMemoryMethod · 0.80
MapProcessMemoryExMethod · 0.80
HeapAllocateMethod · 0.80
DecodeMethod · 0.80
DspLleMethod · 0.80
decoder_tests.cppFile · 0.80
osConvertVirtToPhysMethod · 0.80
linearAllocMethod · 0.80

Calls 1

getMethod · 0.45

Tested by 2

osConvertVirtToPhysMethod · 0.64
linearAllocMethod · 0.64