Search
lxdream.org :: lxdream :: changelog
lxdream 0.9.1
released Jun 29
Download Now

13 years agoRun the eventq at the end of the time-slice rather than the beginning, so
nkeynes [Fri, 10 Sep 2010 08:48:34 +1000]  tree
Run the eventq at the end of the time-slice rather than the beginning, so
that it runs for the correct period of time when the time-slice finishes
early
src/dreamcast.c
src/eventq.c
src/eventq.h


13 years agoFix timing of long events (failed to take into account the current time)
nkeynes [Wed, 08 Sep 2010 23:16:47 +1000]  tree
Fix timing of long events (failed to take into account the current time)
src/eventq.c


13 years agoFix wrapped cdrom ELF images (writing to wild memory, natch)
nkeynes [Wed, 08 Sep 2010 17:24:16 +1000]  tree
Fix wrapped cdrom ELF images (writing to wild memory, natch)
src/loader.c


13 years agoActually report the error when the command-line disc or bin couldn't be loaded
nkeynes [Wed, 08 Sep 2010 08:43:15 +1000]  tree
Actually report the error when the command-line disc or bin couldn't be loaded
src/main.c


13 years agoAbort configure when we can't find a gdk display method
nkeynes [Wed, 08 Sep 2010 08:42:09 +1000]  tree
Abort configure when we can't find a gdk display method
Add -lX11 to the GTK-X11 lib list explicitly - on OSX at least pkg-config
doesn't do the right thing automatically
configure
configure.in


13 years agoRemove call to iso_write_opts_set_system_area and just write the bootstrap
nkeynes [Tue, 31 Aug 2010 21:38:38 +1000]  tree
Remove call to iso_write_opts_set_system_area and just write the bootstrap
area out manually - apparently this function was not present in earlier
versions
src/drivers/cdrom/isofs.c


13 years agoAdd LIBGL_* package vars to LIBS and CPPFLAGS so subsequent checks still work
nkeynes [Sat, 31 Jul 2010 11:16:44 +1000]  tree
Add LIBGL_* package vars to LIBS and CPPFLAGS so subsequent checks still work
configure
configure.in
src/Makefile.am
src/Makefile.in


13 years agoRearrange the main translation loop to allow translated blocks to jump
nkeynes [Tue, 13 Jul 2010 18:23:16 +1000]  tree
Rearrange the main translation loop to allow translated blocks to jump
directly to their successors without needing to return to the main loop
in between. Shaves about 6% off the core runtime.
src/eventq.h
src/sh4/sh4.c
src/sh4/sh4trans.c
src/sh4/sh4x86.in
src/test/testsh4x86.c
src/xlat/x86/amd64abi.h
src/xlat/x86/ia32abi.h
src/xlat/x86/x86op.h


13 years agoFix libisofs.h include for pkg-config paths
nkeynes [Tue, 13 Jul 2010 16:26:49 +1000]  tree
Fix libisofs.h include for pkg-config paths
src/drivers/cdrom/isofs.h
src/main.c


13 years agoChange GL + libisofs checks to use pkg-config (Patch by ElBarto!)
nkeynes [Mon, 12 Jul 2010 22:41:38 +1000]  tree
Change GL + libisofs checks to use pkg-config (Patch by ElBarto!)
Makefile.in
configure
configure.in
src/Makefile.am
src/Makefile.in


.