suloku / gcmm

A gamecube/wii memory card manager
GNU General Public License v3.0
251 stars 24 forks source link

fix memory card raw access to use the (new) exposed libogc functions #41

Closed DacoTaco closed 2 years ago

DacoTaco commented 3 years ago

This should remove the need for any card.c/h since all differences have been merged into libogc.

DacoTaco commented 3 years ago

@carstene1ns / @suloku : see new commits. the version is indeed a lot cleaner. i also removed the gci struct definition, since its now in libogc's card.h :) still seems to work ok for me, but i suggest it gets tested by you 2 as well.