JoyBus server library for use with GameBoy Advance emulators
Go to file
Jack Andersen b8e1e4673e Exclude CMake CXX standard from MSVC 2020-04-10 19:00:51 -10:00
include/jbus Merge pull request #6 from lioncash/constexpr 2019-09-03 19:54:27 -07:00
lib Merge pull request #8 from lioncash/bind 2019-09-03 19:55:03 -07:00
tools Better CMake dependency handling 2019-06-11 16:03:39 -10:00
CMakeLists.txt Exclude CMake CXX standard from MSVC 2020-04-10 19:00:51 -10:00
DocMain.md Typo Fix 2017-01-07 14:22:49 -10:00
Doxyfile Add Doxygen comments 2017-01-07 13:55:41 -10:00
LICENSE Update copyright date 2018-01-02 14:25:24 -10:00
README.md Add Doxygen comments 2017-01-07 13:55:41 -10:00

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

Doxygen docs are available!

Example

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