rpcs3
rpcs3 copied to clipboard
[Feature request] Allow toggling available syscalls depending on target firmware type
Currently we register many syscalls that are not available on CEX firmware as discussed on #15530. Ideally we should have a config that allows us to set the intended target firmware, which exposes only the syscalls that would be available on said firmware type (CEX and DEX mainly, but others could be added). For this, we will also need to fully add the information of where each syscall is available somewhere, as currently this is not available except for a few code comments here and there.
We can technically have "Auto" mode for debug console mode which would check the firmware files.