Releases: devkitPro/libogc
Releases · devkitPro/libogc
libogc 2.13.0
What's Changed
- wiimote: Add wireless controller syncing functionality by @Zarithya in #197
- wiimote: Fix registered Wiimotes unable to get active slot by @Zarithya in #226
- wiimote: Clear used wiimotes on shutdown by @Zarithya in #228
- wiimote: flesh out Wii U Pro Controller support by @Zarithya in #227
- wiimote: now correctly authenticate wiimotes, making them disconnect correctly
- console: fix writing out of bounds and writing unused memory by @LiquidFenrir in #229
- SD: enable SDHS support by @DacoTaco in #232
- exceptions: add reload message to exception screen by @abdelali221 in #231
- network_wii: fix incorrect STACK_ALIGN usage
- es: fix invalid operator precedence in ISALIGNED macro
- processor: tell compiler that we are modifying the conditional flags
- video : Reverted RGB changes due to stability issues
- stm: correctly set bits when shutting down to idle
New Contributors
- @Zarithya made their first contribution in #197
- @abdelali221 made their first contribution in #231
- @LiquidFenrir made their first contribution in #229
libogc 2.12.0
As always, recommended and supported installation for all our releases is via devkitPro pacman
What's Changed
- gx: fix a copy&paste error recently introduced in GX_SetTevIndTile() by @mardy in #213
- remove unused spinlock header by @WinterMute in #214
- implement time syscalls. Closes #199 by @WinterMute in #215
- Video: refactor rgb to not change the video structs by @DacoTaco in #216
- Clean up code a bit by @DacoTaco in #218
- Console: improvements by porting code from libctru by @WinterMute in #220
- printconsole api and escape code parsing refactor by @WinterMute in #221
v2.11.0
What's Changed
- add more ES functions by @Naim2000 in #191 and #193
- minor network and ES fixes by @DacoTaco in #196
- network: implement net_select() for the Wii by @mardy in #192
- network: use IOCTL constant instead of magic number by @mardy in #195
- console: refactor code to correctly write to the buffer offsets by @DacoTaco in #194
- video: add support for RGB/VGA output by @shizmob in #167
- video: fix PAL60 by moving the encoder setup away from irq handler by @DacoTaco in #208
- OSReport: fix sending message when its larger than the buffer #205 by @DacoTaco in #206
- replace kprintf with Calico's dietPrint. Closes #75 by @WinterMute in #209
- Get rid of some more magic numbers by @mardy in #200
- Mark code inspired by and derived from code contributed to RTEMS by OAR. by @WinterMute in #210
- usbstorage: allow variable sector sizes by @WinterMute in #211
New Contributors
Recommended and supported installation for all our releases is via devkitPro pacman
libogc 2.10.0
What's Changed
- Minor GX documentation improvements by @mardy in #182
- crypto: allow data to be passed that is larger than msg block by @DacoTaco in #184
- sha: remove 64 byte alignment on input & split up SHA_Finalize and SHA_Calculate by @DacoTaco in #186
Recommended and supported installation for all our releases is via devkitPro pacman
v2.9.0
libogc 2.8.0
What's Changed
- gx: add get texture filters by @mardy in #175
- gx: use correct constant name for PASSCLR operation by @mardy in #176
Recommended and supported installation is through devkitPro pacman
libogc 2.7.0
libogc 2.6.0
What's Changed
- Fixed setting cmdblk state incorrectly on cancels by @Exortile in #168
- libasnd: Fixed the swapped stereo problem by @Wohlstand in #170
- correct addrlen in net_connect
- implement net_getsockname for Wii
- convert line endings to \r for Dolphin
- aes: return the changed aes iv back to the caller
Recommended and supported installation is through devkitPro pacman
libogc 2.5.0
What's Changed
- sha: fix define name to not confuse and clash with actual sha block size by @DacoTaco in #155
- Move MAX_SND_VOICES to header file by @1011X in #158
- fix: generic fixes from extrems by @DacoTaco in #159
- fix: several card fixes by extrems by @DacoTaco in #161
- Fix typo by @Crayon2000 in #162
- add support for Dolphin debug messages by @WinterMute in #164
New Contributors
- @Crayon2000 made their first contribution in #162
Recommended and supported installation is through devkitPro pacman
libogc 2.4.1
- implement __getreent syscall by @WinterMute in #151
- libdb: implement qfThreadInfo & qsThreadInfo by @WinterMute in #154
- use github workflow to build doxygen docs on tag by @WinterMute in #152
Recommended and supported installation is through devkitPro pacman