mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-04 03:35:19 +02:00
host nullchecks
This commit is contained in:
@@ -1934,7 +1934,9 @@ void __KernelGPUReplay() {
|
||||
PSPPointer<u8> topaddr;
|
||||
u32 linesize = 512;
|
||||
__DisplayGetFramebuf(&topaddr, &linesize, nullptr, 0);
|
||||
host->SendDebugScreenshot(topaddr, linesize, 272);
|
||||
if (host) {
|
||||
host->SendDebugScreenshot(topaddr, linesize, 272);
|
||||
}
|
||||
Core_Stop();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user