Search
lxdream.org :: lxdream/src/loader.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/loader.c
changeset 435:7a5d71e8560b
prev427:00270806b4cf
next446:def93c34c84c
author nkeynes
date Sun Oct 14 09:30:16 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Maintain aspect ratio when resizing (draw black-bars to the sides when needed)
file annotate diff log raw
1.1 --- a/src/loader.c Sun Oct 07 06:21:14 2007 +0000
1.2 +++ b/src/loader.c Sun Oct 14 09:30:16 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: loader.c,v 1.16 2007-10-07 06:21:14 nkeynes Exp $
1.6 + * $Id: loader.c,v 1.17 2007-10-10 11:02:04 nkeynes Exp $
1.7 *
1.8 * File loading routines, mostly for loading demos without going through the
1.9 * whole procedure of making a CD image for them.
1.10 @@ -23,7 +23,6 @@
1.11 #include <errno.h>
1.12 #include <stdint.h>
1.13 #include <elf.h>
1.14 -#include "gui/gui.h"
1.15 #include "mem.h"
1.16 #include "sh4core.h"
1.17 #include "bootstrap.h"
.