mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 00:04:49 +02:00
Headless: Start taking logic out of the "HeadlessHost"
Also update some agent files
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user