4de1ebc400
---------- - Rejoice for finally having 224 lines and them being shown properly in all cases. - IRQ and timing fixes (fixes Chrono Trigger issues, Super Mario World, and others). - Fixed bug with certain commandline parameters permanently overwriting config file settings. - Fixed bug with loading new ZMVs of a different version. - Loading ZMV with ROM mismatch prints a message. - Movie menu now has tabs and only shows proper options when available. - Slight improvement to the Custom Res functionality. - Keep4_3Ratio option now only shows when necessary. - PNG files now use extended height in extended height mode. - Pausing, rewinding, and fast fowarding are disabled during movie dumping. - You can now force a movie dump length shorter or longer than the actual ZMV length. - Fixed Bilinear Filtering on startup. - More...
14 lines
492 B
Text
14 lines
492 B
Text
$NetBSD: patch-ad,v 1.5 2007/03/24 20:10:08 adam Exp $
|
|
|
|
--- linux/sw_draw.c.orig 2007-01-18 17:52:16.000000000 +0100
|
|
+++ linux/sw_draw.c
|
|
@@ -139,6 +139,9 @@ extern unsigned char prevKeep4_3Ratio;
|
|
|
|
void sw_drawwin()
|
|
{
|
|
+#ifdef _PTH_PTHREAD_H_
|
|
+ pthread_yield_np();
|
|
+#endif
|
|
NGNoTransp = 0; // Set this value to 1 within the appropriate
|
|
// video mode if you want to add a custom
|
|
// transparency routine or hardware
|