yuzu-android/src/core/gdbstub
Lioncash 83377113bf memory: Dehardcode the use of fixed memory range constants
The locations of these can actually vary depending on the address space
layout, so we shouldn't be using these when determining where to map
memory or be using them as offsets for calculations. This keeps all the
memory ranges flexible and malleable based off of the virtual memory
manager instance state.
2018-09-24 22:16:03 -04:00
..
gdbstub.cpp memory: Dehardcode the use of fixed memory range constants 2018-09-24 22:16:03 -04:00
gdbstub.h gdbstub: Replace PAddr alias with VAddr 2018-08-05 15:56:01 -04:00