There was an error fetching the commit references. Please try again later.
MemMap: Renamed "GSP" heap to "linear", as this is not specific to GSP.
- Linear simply indicates that the mapped physical address is always MappedVAddr+0x0C000000, thus this memory can be used for hardware devices' DMA (such as the GPU).
Showing
- src/core/hle/svc.cpp 1 addition, 1 deletionsrc/core/hle/svc.cpp
- src/core/mem_map.cpp 8 additions, 8 deletionssrc/core/mem_map.cpp
- src/core/mem_map.h 7 additions, 7 deletionssrc/core/mem_map.h
- src/core/mem_map_funcs.cpp 16 additions, 16 deletionssrc/core/mem_map_funcs.cpp
- src/video_core/pica.h 2 additions, 2 deletionssrc/video_core/pica.h
Loading
Please register or sign in to comment