Skip to content

Releases: devkitPro/libogc

libogc 2.6.0

29 Mar 18:14
a0b4b56
Compare
Choose a tag to compare

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

libogc 2.5.0

30 Dec 15:09
2c171b0
Compare
Choose a tag to compare

What's Changed

New Contributors

libogc 2.4.1

29 May 15:28
9ffad97
Compare
Choose a tag to compare

Recommended and supported installation is through devkitPro pacman

libogc 2.4.0

17 Apr 13:04
0f866bc
Compare
Choose a tag to compare

fixes:

  • fix reading memory card address >= 0x800000 by @suloku in #121
  • fix reset button not being detected on gamecube by @DacoTaco in #124
  • use const in GX calls to allow for better code generation by @1011X in #118
  • fix dsp state setting with certain messages by @DacoTaco in #139
  • fix AESND_Reset, it no longer hangs the system by @DacoTaco in #143
  • fix Video_Init, it now gives VI time to respond to the register pokes @DacoTaco in #144
  • correctly offset the console x/y with the given coordinates y @DacoTaco in #146 #147
  • correctly fetch time when starting the application by @DacoTaco in #148
  • ipc: check memory translation on incoming messages in by @Extrems in d91c59a

features:

New Contributors

libogc 2.3.1

16 Apr 20:06
Compare
Choose a tag to compare
  • use standard bool in mp3player code.

libogc 2.3.0

16 Apr 20:05
Compare
Choose a tag to compare

libogc 2.2.1

17 Jun 14:11
Compare
Choose a tag to compare
  • remove use of deprecated register keyword for gcc 11
  • Several issues were fixed, and usability and stability were improved.

libogc 2.2.0

11 May 13:49
Compare
Choose a tag to compare
  • Cleanup and add memory clobbers to ISR operations
  • Rearrange headers to avoid collisions and aid porting
  • lwIP: Refresh pbuf code with cherry-picked upstream
  • fix 3rd party classic controllers that don't send calibration data.
  • Several issues were fixed, and usability and stability were improved.

binaries available via devkitPro pacman

This, and other releases announced in our May Updates list

libogc 2.0.0

11 Jun 19:34
Compare
Choose a tag to compare
  • Fix unaligned IPL ROM read, use 32MHz
  • Add missing render modes, fix PAL timings
  • Support Game Boy Player startup settings
  • SI fixes and additions
  • Further improvements to overall system stability and other minor adjustments have been made to enhance the user experience.

binaries available via devkitPro pacman

libogc 1.8.24

19 Apr 03:57
Compare
Choose a tag to compare
  • fix memset warning
  • fix stat for latest newlib
  • fix _SHIFTL macro usage (#76)
  • Fix POLL* definitions per Dolphin (#73)
  • Cleanup in audio.c (#72)
  • gx: Fix definitions for GXMatrixType and swapped comments (#74)
  • Fix random crash on thread exit
  • Fix unlocked memory cards
  • Fix multi-sector read
  • Fix __gcsd_isInserted
  • Fix __gcsd_startup