Hello again! Some minor fixes & changes with this update: A fix to fs_readDir, so it now properly null-terminates the directory name in the output struct A fix...
Quick little update for Dreambox! This fixes a bug which meant texture memory was being improperly tracked (and wouldn't go down after releasing a texture), but...
Hello! Been a while! This update mostly touches the CD reader system in Dreambox: There's now a brand new option to boot Dreambox games directly from physical C...
Quick patch once again to fix a couple of bugs: Fixed vdp_setCulling not actually taking effect until next call to vdp_setWindingOrder Fixed keyboard input not...
This is a small hotfix that affects an aspect of debugging in DreamBox. DreamBox runs on wasmtime, which has an option to enable debug information in WASM modul...
Small update this time, just a couple of new things! There's a brand new vdp_PackedVertex vertex format, and an associated vdp_drawGeometryPacked function. Inte...
Hey all, a new update just went live! This is mostly a bugfix patch but also has a couple of new limitations to be aware of: Fixed fs_* APIs returning -1 in man...