mirror of
https://github.com/FIX94/hbc.git
synced 2025-02-18 12:16:20 +01:00
![FIX94](/assets/img/avatar_default.png)
-added wiiu gamepad compatibility when booting from wii vc with patched fw.img using libwiidrc -removed upper file limit from wiiload (useful when used with wiiu homebrew launcher)
3 lines
131 B
Python
3 lines
131 B
Python
import os.path, sys
|
|
sys.path.append(os.path.join(os.path.dirname(os.path.realpath(__file__)), '../Common/pywii'))
|
|
from wii import * |