Recent content by Demothens

  1. D

    Wii Development

    @msmalik681 I tried printing argv directly to a text file so i could see what it holds. argv[0], argv[1], and argv[2] all seem to be the file path to the running program, so for me they all printed "sd:/apps/openBORtest/boot.dol". As i said before im fairly new to C so if im doing something dumb...
  2. D

    Developing For OpenBOR

    boot.dol is the openbor program. Wii homebrew is compiled into a boot.dol file which then can be ran on the console. So injecting it into a Wii vc title on the Wii u is just injecting openbor into the title.  Hopefully that makes sense.  I'm new to openbor so i'm not sure if there are any paks...
  3. D

    Developing For OpenBOR

    For the Wii u pro controller its just a Bluetooth controller so all the hardware is available to the wii to connect to it just needs the code to know how, which is what the wupc library creates. For the gamepad there is also a library for wii homebrew to utilize, but if you just boot the...
  4. D

    Developing For OpenBOR

    My github name is Demothens. I was able to add Wii u pro controller support using Fix94's libwupc libraries, and msmalik suggested i applied to the development team. Id like to work more on compatibility  of pro controllers  and eventually work on adding support for the Wii U gamepad.
Back
Top Bottom