Skip to content

libogc 2.13.0

Latest

Choose a tag to compare

@WinterMute WinterMute released this 27 Sep 06:43
· 2 commits to patch-8 since this release
475da95

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