Headless: Start taking logic out of the "HeadlessHost"

Also update some agent files
This commit is contained in:
Henrik Rydgård
2026-07-21 11:01:48 +02:00
parent 8666a3cd57
commit 16c7ec390f
24 changed files with 195 additions and 223 deletions
+1 -1
View File
@@ -1876,7 +1876,7 @@ int __KernelGPUReplay() {
PSPPointer<u8> topaddr;
u32 linesize = 512;
__DisplayGetFramebuf(&topaddr, &linesize, nullptr, 0);
System_SendDebugScreenshot(std::string((const char *)&topaddr[0], linesize * 272), 272);
System_SendDebugScreenshot(&topaddr[0], linesize, 272);
Core_Stop();
}