Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 570 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 570 Bytes

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

Doxygen docs are available!

Example

Refer to the joyboot.cpp implementation for a good usage example.