Drahsid / gcntest

gc controller test using libultra for n64

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GCN Test

Sample program showing how to use a gcn controller on n64

Building

You must create a lib folder and populate it with the following files:

  • boot.6102
  • gspF3DEX2.fifo_o32.o
  • rspboot_o32.o

Furthermore, you must compile libultra, and place the outputs as

  • libultra_d_o32.a
  • libultra_rom_o32.a

Then simply run make.

About

gc controller test using libultra for n64


Languages

Language:C 95.3%Language:Makefile 3.0%Language:Assembly 1.7%