libogc icon indicating copy to clipboard operation
libogc copied to clipboard

C Library for Wii and Gamecube homebrew

Results 23 libogc issues
Sort by recently updated
recently updated
newest added

https://github.com/devkitPro/libogc/blob/6c104219be4f3741c59446948052311a405de7cf/libogc/dsp.c#L251 I'm pretty sure this should be `__dsp_currtask->state = DSPTASK_YIELD` as that's what's done in the other yield cases. The corresponding bit in `flags` would be `__dsp_currtask->flags = DSPTASK_CANCEL` which...

Hi. I have a 3rd party bluetooth controller (Hyperkin ProCube Gamecube Style Pro Controller) that connects successfully as a Wii U Pro Controller, but none of its inputs are recognized...

I was looking through the MP3Player code and I don't think there's a function for getting the current position while playing an MP3 file. Is it possible to implement this?

enhancement / RFC

I am working on a project whereby Homebrew using libogc launches a game mod that does not. In the homebrew code I'm initializing sd and usb so that mods can...

With Wii MotionPlus being a expansion, which is a union in libogc code It cant be used if any other expansion such as nunchucks to be used with MotionPlus even...

Hello everyone, i have set a new machine with Ubuntu 21.04, when I try to build my project I have got this Error: ``` /opt/devkitpro/libogc/include/mp3player.h:13:1: error: unknown type name 'BOOL'...

This is a draft PR so everyone can review, pitch ideas & opinions about something i (to me feelings?) threw together. I would love to hear the opinions so i...

Currently if you call if_config and it returns an error subsequent calls will immediately return 0 and won't repeat any initialization that failed. This change keeps track of what's been...