libjoybus
Joybus implementation for 32-bit MCUs
Loading...
Searching...
No Matches
joybus.h
1#pragma once
2
3#include <joybus/bus.h>
4#include <joybus/commands.h>
5#include <joybus/checksum.h>
6#include <joybus/errors.h>
7#include <joybus/identify.h>
11#include <joybus/common/n64_pak_fs.h>
12#include <joybus/target.h>
13#include <joybus/host/common.h>
14#include <joybus/host/gcn.h>
15#include <joybus/host/n64.h>
16#include <joybus/host/n64_pak_rumble.h>
17#include <joybus/target/gcn_controller.h>
18#include <joybus/target/n64_controller.h>
19#include <joybus/target/n64_pak_controller.h>
20#include <joybus/target/n64_pak_rumble.h>
21#include <joybus/target/pixelfx_gameid.h>
Joybus command codes and transfer lengths.
Common definitions for GameCube controllers.
Common definitions for N64 controllers.
Common definitions for N64 paks.
Joybus device identification values and utilities.