mirror of https://github.com/AxioDL/jbus.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
include/jbus | 4 years ago | |
lib | 4 years ago | |
tools | 4 years ago | |
CMakeLists.txt | 3 years ago | |
DocMain.md | 6 years ago | |
Doxyfile | 6 years ago | |
LICENSE | 5 years ago | |
README.md | 6 years ago |
README.md
JBus
This is a library for communicating with emulated GameBoy Advance instances using the JoyBus protocol linked over TCP.
Currently, only VBA-M is known to function. It uses the same networking method as the Dolphin GameCube emulator.
Documentation
Example
Refer to the joyboot.cpp
implementation for a good usage example.