Releases: asiekierka/uxnds
Releases · asiekierka/uxnds
uxnds 0.3.1
- Updates to the "console" device to bring it in line with latest uxnemu (somewhat).
- Fixed only the first APU channel working.
uxn3ds 0.1.1 (proof of concept)
- CPU core update (incl. performance improvements)
uxnds 0.3.0
- Updated CPU core to be compatible with the latest uxn specification changes. (SFT2)
- Minor performance improvements (3-5%), thanks alderwick!
- Reduced the .nds size by ~4-25KB, depending on build.
uxnds 0.2.3
- Minor CPU/PPU optimizations (~5-15% speed boost). Thanks to alderwick!
- Major CPU optimizations for stack-checking mode (uxnds_debug). Thanks to alderwick!
- Fixed ENTER key having invalid keycode when sent.
uxnds 0.2.2
- Minor PPU optimizations.
- Fix out-of-bounds memory access in PPU code.
- Fix incorrect mouse event handling.
uxnds 0.2.1
- PPU performance optimizations
- Fix PPU blending mode 0 (putchr)
- Add uxnds_profile variant, for testing performance without CPU error checks
- Fix bug where, occasionally, the profiler would display a negative value.
uxn3ds 0.1.0 (proof of concept)
No keyboard support, but feature-complete other than that.
uxnds 0.2.0
- Major CPU core optimizations.
- Added PPU double-buffering - no more flicker!
- Added special "debug" variant - including a rudimentary profiler, as well as console output.
- Added icon to .nds file.
- Minor, assorted bugfixed.
uxnds 0.1.1
- Minor stability improvements and optimizations.
- Added support for the "datetime" device.
uxnds 0.1 (proof of concept)
v0.1 first commit, corresponds to uxn/ea0584a2