Search
lxdream.org :: lxdream/src/main.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/main.c
changeset 1081:ef31ae97bb8b
prev1077:136fc24d17ef
next1100:50e702af9373
author nkeynes
date Sun Jan 31 18:30:13 2010 +1000 (14 years ago)
permissions -rw-r--r--
last change Add first cut of error-reporting structure + macro
file annotate diff log raw
1.1 --- a/src/main.c Wed Oct 07 17:53:56 2009 +1000
1.2 +++ b/src/main.c Sun Jan 31 18:30:13 2010 +1000
1.3 @@ -37,6 +37,7 @@
1.4 #include "sh4/sh4.h"
1.5 #include "aica/armdasm.h"
1.6 #include "vmu/vmulist.h"
1.7 +#include "serial.h"
1.8 #include "hotkeys.h"
1.9 #include "plugin.h"
1.10
.