Commit Graph

4 Commits

Author SHA1 Message Date
icex2 705e8acafb minor fixes:
- Video.cpp: treating warnings as errors, missing return NULL in video thread
- Makefile: added -ltinfo due to missing references
2016-04-11 19:25:04 +02:00
DragonMinded 48af6598fa Use curses library to blank the screen when videos aren't playing. 2016-01-30 20:03:14 +00:00
DragonMinded 226e5b5394 Move video playback commands to their own thread.
Twinkle didn't really care about timing, but PPP 2nd is very sensitive,
so these delays cause it to error out. Fix that by moving the DVD functions
to their own thread so they don't delay the serial thread.
2016-01-29 07:37:20 +00:00
DragonMinded 93cc758fa9 Initial commit of DVD emulator sources. 2016-01-29 03:58:07 +00:00