Skip to content

KyleGospo/gcadapter_oc-dkms

 
 

Repository files navigation

gcadapter_oc-dkms

Build Status

Kernel module for overclocking the Nintendo Wii U/Mayflash GameCube adapter.

The default overclock is from 125 Hz to 1000 Hz. Official adapters should be able to handle this but if you experience stutter or dropped inputs you can try lowering the rate to 500 Hz.

This document by SSBM_Arte has more detailed information regarding controller overclocking.

Changing the polling rate

Polling rate is set according to the bInterval value in the USB endpoint descriptor. The value sets the polling rate in milliseconds, for example: an interval value of 4 equals 250 Hz.

You can change the rate by using the kernel parameter gcadapter_oc.rate=n (if installed), passing the rate to insmod gcadapter_oc.ko rate=n or going into /sys/module/gcadapter_oc/parameters and using echo n > rate to change the value (video).

Installing

You can get releases for Fedora, RHEL, CentOS, OpenSUSE, and OpenMandriva from my Copr.

If you wish to use this with Secure Boot, follow this guide.

Packages

No packages published

Languages

  • C 79.7%
  • Shell 16.2%
  • Makefile 4.1%