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

13 years agoGTK: Comment out non-existent setting menu-items, to reduce potential
nkeynes [Sat, 11 Sep 2010 09:44:21 +1000]  tree
GTK: Comment out non-existent setting menu-items, to reduce potential
confusion
src/gtkui/gtkui.c


13 years agoTweak debug window layout to give the mode dropdown a little more room by default
nkeynes [Sat, 11 Sep 2010 09:39:30 +1000]  tree
Tweak debug window layout to give the mode dropdown a little more room by default
src/gtkui/gtk_debug.c


13 years agoClose tmpfiles at exit rather than destroying them, to avoid triggering the assertion
nkeynes [Fri, 10 Sep 2010 21:42:41 +1000]  tree
Close tmpfiles at exit rather than destroying them, to avoid triggering the assertion
due to the source still being referenced
src/drivers/cdrom/sector.c


13 years agoAdd missing sh4_translate_breakpoint_hit to the symbol table
nkeynes [Fri, 10 Sep 2010 08:50:55 +1000]  tree
Add missing sh4_translate_breakpoint_hit to the symbol table
Change asm() to __asm__() as it's more likely to work
src/sh4/sh4x86.in


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


.