Search
lxdream.org :: lxdream :: r93:bb1def61e901
lxdream 0.9.1
released Jun 29
Download Now
changeset93:bb1def61e901
parent92:108450d84ce8
child94:8d80d9c7cc7d
authornkeynes
dateSun Feb 05 04:04:25 2006 +0000 (18 years ago)
Install the bios hooks if we're loading a demo
src/loader.c
1.1 --- a/src/loader.c Sun Feb 05 04:02:57 2006 +0000
1.2 +++ b/src/loader.c Sun Feb 05 04:04:25 2006 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: loader.c,v 1.9 2006-01-22 22:41:40 nkeynes Exp $
1.6 + * $Id: loader.c,v 1.10 2006-02-05 04:04:25 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 @@ -116,5 +116,6 @@
1.11 } else {
1.12 sh4_set_pc( BINARY_LOAD_ADDR );
1.13 }
1.14 + bios_install();
1.15 gtk_gui_update();
1.16 }
.