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

12 years agoAdd missing %d format specifiers
nkeynes [Tue, 29 Nov 2011 17:03:05 +1000]  tree
Add missing %d format specifiers
po/nl.po


12 years agoAdd the (hidden) -P option to turn on block profiling
nkeynes [Tue, 29 Nov 2011 16:16:07 +1000]  tree
Add the (hidden) -P option to turn on block profiling
src/main.c


12 years agoFix out-of-tree builds of the mac keymaps
nkeynes [Tue, 29 Nov 2011 16:15:38 +1000]  tree
Fix out-of-tree builds of the mac keymaps
src/Makefile.am
src/Makefile.in
src/drivers/genkeymap.pl


12 years agoAdd block profiling option to count the number of executions of each block,
nkeynes [Sun, 27 Nov 2011 18:20:21 +1000]  tree
Add block profiling option to count the number of executions of each block,
and dump them out from most-to-least used.
src/sh4/sh4.c
src/sh4/sh4trans.h
src/sh4/sh4x86.in
src/xlat/xltcache.c
src/xlat/xltcache.h


12 years agoFix built-source dependencies to include $(EXEEXT), for the sake of win32
nkeynes [Fri, 25 Nov 2011 09:02:13 +1000]  tree
Fix built-source dependencies to include $(EXEEXT), for the sake of win32
builds
src/Makefile.am
src/Makefile.in


12 years agoFix various CDI variations that weren't being parsed properly
Nathan Keynes <nkeynes@lxdream.org> [Sun, 25 Sep 2011 20:36:34 +1000]  tree
Fix various CDI variations that weren't being parsed properly
src/drivers/cdrom/cd_cdi.c


12 years agoInclude stdint.h before libisofs.h - needed for more recent versions
Nathan Keynes <nkeynes@lxdream.org> [Sun, 18 Sep 2011 08:24:27 +1000]  tree
Include stdint.h before libisofs.h - needed for more recent versions
src/drivers/cdrom/isofs.h
src/drivers/cdrom/isomem.c
src/main.c


12 years agoFix structure packing on v55 nero images (64-bit)
Nathan Keynes <nkeynes@lxdream.org> [Sat, 17 Sep 2011 22:39:36 +1000]  tree
Fix structure packing on v55 nero images (64-bit)
Add basic support for track mode 16 (CDDA + subchannel data, 2448 bytes)
src/drivers/cdrom/cd_nrg.c
src/drivers/cdrom/defs.h
src/drivers/cdrom/sector.c


12 years agoWhen initial disc read-toc fails, return the actual failure error code rather than
Nathan Keynes <nkeynes@lxdream.org> [Sat, 17 Sep 2011 22:35:45 +1000]  tree
When initial disc read-toc fails, return the actual failure error code rather than
overwriting it with LX_ERR_FILE_UNKNOWN - if the read-toc failed, we
identified the file, it just didn't work
src/drivers/cdrom/cdrom.c


12 years agoFix block-chaining epilogue for 64-bit builds (was loading a 32-bit pointer,
Nathan Keynes <nkeynes@lxdream.org> [Thu, 12 May 2011 08:45:25 +1000]  tree
Fix block-chaining epilogue for 64-bit builds (was loading a 32-bit pointer,
oops...)
src/sh4/sh4x86.in
src/xlat/x86/x86op.h


.