File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
docs/content/introduction Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,36 @@ title: 'Changelog'
33weight : -20
44---
55
6+ ## Version 1.15.5 (2025-11-01)
7+
8+ - libnds:
9+
10+ - Split ` systemShutDown() ` to create ` systemReboot() ` .
11+ - Clean power management definitions.
12+ - Un-deprecate ` glTranslate3f32() ` because it's used in several projects.
13+ - Stop writing the NAND CID to arbitrary RAM addresses used by the official
14+ SDK but not by BlocksDS. @edo9300
15+ - Stop writing to ` REG_VCOUNT ` during initialization of the ROM. Thanks to
16+ @TuxSH for finding the original bug.
17+ - Add global timer definitions so that other libraries know which timer they
18+ can use.
19+ - Ensure that file descriptors passed to ` truncate() ` are valid FAT
20+ descriptors.
21+
22+ - DSWiFi:
23+
24+ - Drop lwIP packets if there isn't enough RAM to allocate a buffer for them
25+ (instead of crashing in an ` assert() ` ).
26+ - Add a workaround to prevent IPC buffer overflows.
27+
28+ - SDK:
29+
30+ - Use the new libnds timer defines in ARM7 templates and examples, as well as
31+ in DSWiFI, Maxmod and LibXM7.
32+ - Fixed the orientation of normals for planes in the volumetric shadow
33+ example. @Mori-TM
34+ - Improve exit-to-loader test.
35+
636## Version 1.15.4 (2025-10-19)
737
838- libnds:
You can’t perform that action at this time.
0 commit comments