diff render_sdl.c @ 2553:35f765c2bc87

Fix a couple of bugs with AV recording
author Michael Pavone <pavone@retrodev.com>
date Sat, 11 Jan 2025 17:35:15 -0800
parents f4a471730ba4
children 251cc75574af
line wrap: on
line diff
--- a/render_sdl.c	Wed Jan 08 23:32:43 2025 -0800
+++ b/render_sdl.c	Sat Jan 11 17:35:15 2025 -0800
@@ -1477,7 +1477,7 @@
 #endif
 uint8_t render_saving_video(void)
 {
-#ifdef DISABLE_ZLIB
+#ifndef DISABLE_ZLIB
 	return apng_file != NULL;
 #else
 	return 0;