From 2ef7c0373e0a7daf48bf86f154e4d29f29b06c78 Mon Sep 17 00:00:00 2001 From: jcm Date: Sat, 16 Mar 2024 02:53:56 -0500 Subject: [PATCH] --- Developer-Guides/Metal-Frame-Capture.md | 4 ++++ 1 file changed, 4 insertions(+) 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