filename | src/bios.c |
changeset | 586:2a3ba82cf243 |
prev | 502:c4ecae2b1b5e |
next | 736:a02d1475ccfd |
author | nkeynes |
date | Wed Mar 26 11:56:12 2008 +0000 (15 years ago) |
branch | lxdream-render |
permissions | -rw-r--r-- |
last change | Fix perspective correction (at least for those with shader support) |
file | annotate | diff | log | raw |
1.1 --- a/src/bios.c Thu Nov 08 11:54:16 2007 +00001.2 +++ b/src/bios.c Wed Mar 26 11:56:12 2008 +00001.3 @@ -1,5 +1,5 @@1.4 /**1.5 - * $Id: bios.c,v 1.5 2007-11-08 11:54:16 nkeynes Exp $1.6 + * $Id$1.7 *1.8 * "Fake" BIOS functions, for operation without the actual BIOS.1.9 *1.10 @@ -20,7 +20,7 @@1.11 #include "mem.h"1.12 #include "syscall.h"1.13 #include "dreamcast.h"1.14 -#include "sh4/sh4core.h"1.15 +#include "sh4/sh4.h"1.17 #define COMMAND_QUEUE_LENGTH 16
.