Search
lxdream.org :: lxdream/src/
lxdream 0.9.1
released Jun 29
Download Now
/src/
[parent directory]  
aica/1106:1879fd49ccf614 yearsnkeynesChange armmem errors to warnings (should never have been errors)
cocoaui/1109:700c5ab26a6313 yearsnkeynesIntegrate executable wrapping into the user interface
drivers/1289:ef8b0ddb818511 yearsnkeynesAdd check that glGenFencesNV is actually defined, to try to guard against
gdrom/1109:700c5ab26a6313 yearsnkeynesIntegrate executable wrapping into the user interface
gtkui/1124:aacaae9812ea13 yearsnkeynesGTK: Force file extension when creating files
maple/1261:644f66135e9412 yearsnkeynesRemove check for Maple sender address. Need to test behaviour of this on DC
pvr2/1294:52be323fcab411 yearsnkeynesInvalidate render buffers when vram32 region is written from DMA / store
sh4/1295:9067aff5522d11 yearsnkeynesMerge workaround for interpreted mode accesses to the OC ram regions in AT=0
test/1283:2cbafe321d6f12 yearsnkeynesTreat quotes as entering a double-quoted string (mostly redundant, but we
tools/1288:fdb8f59143c711 yearsnkeynesRemove use of extended regexes to make porting easier
vmu/1071:182cfe43c09e14 yearsnkeynesFix assorted -Wall warnings
xlat/1292:799fdd4f704a11 yearsnkeynesMove the generated prologue/epilogue code out into a common entry stub
Makefile.am1287:dac8f363f1fe11 yearsnkeynesAdd support for Nokia N900
Makefile.in1287:dac8f363f1fe11 yearsnkeynesAdd support for Nokia N900
asic.c1269:50c63f63bf8f12 yearsnkeynesBreak large PVR dma transfers up into blocks to avoid potentially allocating
asic.h1100:50e702af937314 yearsnkeynesHook up the fake bios boot
bios.c1107:7b279d10f46f13 yearsnkeynesRip out my hacked-up isofs code and replace with libisofs. Much better.
bootstrap.c1099:566cdeb157ec14 yearsnkeynesFirst draft of basic ISO9660 filesystem reader
bootstrap.h1109:700c5ab26a6313 yearsnkeynesIntegrate executable wrapping into the user interface
checkver.pl1068:a422f30ce0a814 yearsnkeynesUpdate checkver.pl to retrieve the mercurial revision and hash
clock.h814:f1a21df54e1915 yearsnkeynesMove arm clock rate back to clock.h where it's supposed to be
config.c1144:00dd4974397413 yearsnkeynesAdd boolean config type
config.h1144:00dd4974397413 yearsnkeynesAdd boolean config type
cpu.c1093:34faf227070e14 yearsnkeynesMake sure there's a trailing new-line after the cpu registers are printed
cpu.h1091:18655837434514 yearsnkeynesAdd side-by-side x86+sh4 disassembly output
dckeysyms.h681:1755a126b10915 yearsnkeynesFirst cut of the Cocoa GUI implementation
dcload.c1290:b41d4dc2c83e11 yearsnkeynesFix dcload file handling bugs, patch from Guinux, thanks!
display.c1245:01e0020adf8812 yearsnkeynesAndroid WIP:
display.h1282:9f445c5e252b12 yearsnkeynesAndroid: Preserve render buffers when switching away from app.
dream.h1041:5fcc39857c5c14 yearsnkeynesRefactor path operations into lxpaths.[ch]
dreamcast.c1279:142110f6390212 yearsnkeynesRemove minor warnings
dreamcast.h1100:50e702af937314 yearsnkeynesHook up the fake bios boot
elf.h501:41328c68bd7316 yearsnkeynesAdd elf.h for non-libc users
eventq.c1187:266e7a1bae9012 yearsnkeynesRefactor event processing into sh4_handle_pending_events()
eventq.h1119:45602839e06713 yearsnkeynesRun the eventq at the end of the time-slice rather than the beginning, so
gdbserver.c1272:0b947d92402912 yearsnkeynesFix uninitialised sinlen in gdb_server_connect_callback, patch from Guinux,
gdlist.c1109:700c5ab26a6313 yearsnkeynesIntegrate executable wrapping into the user interface
gdlist.h1109:700c5ab26a6313 yearsnkeynesIntegrate executable wrapping into the user interface
gettext.h968:6fb1481859a415 yearsnkeynesFix various compile-time warnings
gui.h1041:5fcc39857c5c14 yearsnkeynesRefactor path operations into lxpaths.[ch]
gui_android.c1282:9f445c5e252b12 yearsnkeynesAndroid: Preserve render buffers when switching away from app.
gui_none.c1239:be312126759712 yearsnkeynesAndroid support WIP
hook.h1034:7044e01148f014 yearsnkeynesAdd initial VMU support
hotkeys.c1072:d82e04e6d49714 yearsnkeynesHeavy configuration management refactor
hotkeys.h1072:d82e04e6d49714 yearsnkeynesHeavy configuration management refactor
ioutil.c1077:136fc24d17ef14 yearsnkeynesCreate a host attachment for the SCIF serial port. By default, uses /dev/console
ioutil.h1204:c4b725d901b112 yearsnkeynesAdd include sys/socket.h to provide type definitions (needed on some
loader.c1152:6464d890cc9e13 yearsnkeynesClone iso_memory_stream_new() as iso_mem_stream_new(), since current
loader.h1109:700c5ab26a6313 yearsnkeynesIntegrate executable wrapping into the user interface
lxdream.h1292:799fdd4f704a11 yearsnkeynesMove the generated prologue/epilogue code out into a common entry stub
lxpaths.c1286:8376a612a79d11 yearsnkeynesAdd glib/gfileutils.h includes, as some required defines were moved there in recent versions of glib
lxpaths.h1241:74f8e11ab4b812 yearsnkeynesPass the application home dir through to the native code, so we can use it
main.c1225:73dd41cb37a812 yearsnkeynesrename BUILD_SHARED conditional flag to BUILD_PLUGINS, for clarity
mem.c1167:2cc6c50d0dd213 yearsnkeynesAdd default read/write burst methods for IO regions. (There's almost
mem.h1067:d3c00ffccfcd14 yearsnkeynesNo-op merge lxdream-mem to tip to remove head (Long since merged in
mmio.h1067:d3c00ffccfcd14 yearsnkeynesNo-op merge lxdream-mem to tip to remove head (Long since merged in
paths_unix.c1241:74f8e11ab4b812 yearsnkeynesPass the application home dir through to the native code, so we can use it
plugin.c1075:1a21750d300c14 yearsnkeynesRemove or change the level of a bunch of INFO messages that shouldn't really
plugin.h1169:23a9613aceb113 yearsNathan KeynesAdd german translation update from Riemann80, thanks!
sdram.c1067:d3c00ffccfcd14 yearsnkeynesNo-op merge lxdream-mem to tip to remove head (Long since merged in
serial.h1081:ef31ae97bb8b14 yearsnkeynesFix compile-time warnings
syscall.c1065:bc1cc0c5491714 yearsnkeynesNo-op merge lxdream-mmu to remove head (actually merged long ago)
syscall.h1100:50e702af937314 yearsnkeynesHook up the fake bios boot
tqueue.c1273:32b2a340f8b312 yearsnkeynesFix silly errors in tqueue implementation
tqueue.h1245:01e0020adf8812 yearsnkeynesAndroid WIP:
util.c1239:be312126759712 yearsnkeynesAndroid support WIP
watch.c736:a02d1475ccfd15 yearsnkeynesRe-indent everything consistently
.