orbital/tools/renderdoc/orbital.cap
Alexandro Sanchez Bach 4ebb1df353
Added Renderdoc configuration file
Signed-off-by: Alexandro Sanchez Bach <alexandro@phi.nz>
2019-03-25 19:49:41 +01:00

25 lines
867 B
Text

{
"rdocCaptureSettings": 1,
"settings": {
"autoStart": false,
"commandLine": "-bios ./ubios.bin -kernel ./boot.img -drive file=hdd.qcow2 -drive file=fat:sflash/,read-only=off,media=disk -monitor stdio -smp 8 -display orbital -accel hax",
"environment": [
],
"executable": "../../bin/qemu-system-ps4.exe",
"inject": false,
"options": {
"allowFullscreen": true,
"allowVSync": true,
"apiValidation": false,
"captureAllCmdLists": false,
"captureCallstacks": false,
"captureCallstacksOnlyDraws": false,
"debugOutputMute": true,
"delayForDebugger": 0,
"hookIntoChildren": false,
"refAllResources": false,
"verifyBufferAccess": false
},
"workingDir": ""
}
}