]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
hsync events should be before misc events
authorToni Wilen <twilen@winuae.net>
Sat, 15 Apr 2023 18:04:24 +0000 (21:04 +0300)
committerToni Wilen <twilen@winuae.net>
Sat, 15 Apr 2023 18:04:24 +0000 (21:04 +0300)
include/events.h

index e237efa7b40ffb1e7d4b9f2c8e93e788e1dd4816..de3c8a81e73e96d26b59192842a0704c1e97e60d 100644 (file)
@@ -62,8 +62,9 @@ struct ev2
        ev2 *next;
 };
 
+// hsync handlers must have priority over misc
 enum {
-       ev_cia, ev_audio, ev_misc, ev_hsync, ev_hsynch,
+       ev_cia, ev_audio, ev_hsync, ev_hsynch, ev_misc,
        ev_max
 };