diff --git a/Developer-Guides/Metal-Frame-Capture.md b/Developer-Guides/Metal-Frame-Capture.md index 0cdff28..96a5e38 100644 --- a/Developer-Guides/Metal-Frame-Capture.md +++ b/Developer-Guides/Metal-Frame-Capture.md @@ -13,4 +13,8 @@ Xcode seems to be more willing to harness an application properly if it's nomina 5. Build the project. 6. Tell Xcode the binary you want it to debug by navigating to Product->Scheme->Edit Scheme. Under Info, then Executable, select Other.... Then, at the prompt, navigate to your repository folder, then the binary location. In the example from step 3, this would be `/src/Ryujinx/bin/Debug/net8.0/Ryujinx`. 7. At this point, Ryujinx should be building properly, and launching and harnessing properly within the Xcode debugger. However, we're not done yet! + +* plist frame capture / metal api validation settings +* debug mvk substitution +* settings (software mem, hv, etc) \ No newline at end of file