mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-27 10:07:54 +02:00
This add the following commands to Gdb Stub: monitor get mappings monitor get mappings <address> monitor get mapping <address> This is the first time arguments are used in Rcmd, so FindRcmdDelegate is changed to CallRcmdDelegate, to allow it to handle arguments cleanly. The reply format mimics the same command on Atmosphere. The forced pagination of monitor get mappings in Atmosphere is not added, as I think it's not needed here.