Search
lxdream.org :: lxdream/src/eventq.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/eventq.h
changeset 1119:45602839e067
prev1112:4cac5e474d4c
author nkeynes
date Wed Jan 19 12:50:48 2011 +1000 (13 years ago)
permissions -rw-r--r--
last change Rip out force_vsync - this didn't work even if it was turned on, which it
wasn't
file annotate diff log raw
1.1 --- a/src/eventq.h Tue Jul 13 18:23:16 2010 +1000
1.2 +++ b/src/eventq.h Wed Jan 19 12:50:48 2011 +1000
1.3 @@ -71,6 +71,11 @@
1.4 */
1.5 void event_execute();
1.6
1.7 +/**
1.8 + * Initialize the event queue.
1.9 + */
1.10 +void event_init();
1.11 +
1.12 #define MAX_EVENT_ID 128
1.13
1.14 /* Events 1..96 are defined as the corresponding ASIC events. */
.