Skip to content

libogc 2.4.0

Compare
Choose a tag to compare
@WinterMute WinterMute released this 17 Apr 13:04
· 35 commits to master since this release
0f866bc

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