From: Toni Wilen Date: Thu, 3 Jul 2025 16:36:40 +0000 (+0300) Subject: Fix RTG screenshots. X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=ab9931ba2e2519fbc5f95920f15d1bccd77c8ff3;p=francis%2Fwinuae.git Fix RTG screenshots. --- diff --git a/od-win32/win32_scaler.cpp b/od-win32/win32_scaler.cpp index 5253a2bb..22d03638 100644 --- a/od-win32/win32_scaler.cpp +++ b/od-win32/win32_scaler.cpp @@ -799,7 +799,7 @@ uae_u8 *getfilterbuffer(int monid, int *widthp, int *heightp, int *pitch, int *d *heightp = 0; *depth = 32; *locked = false; - if (!vb) + if (!vb || mon->screen_is_picasso) return NULL; if (!vb->locked) { if (!lockscr(vb, false, false)) {