JoyBus server library for use with GameBoy Advance emulators
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.
 
 
Jack Andersen b8e1e4673e Exclude CMake CXX standard from MSVC 3 years ago
include/jbus Merge pull request #6 from lioncash/constexpr 4 years ago
lib Merge pull request #8 from lioncash/bind 4 years ago
tools Better CMake dependency handling 4 years ago
CMakeLists.txt Exclude CMake CXX standard from MSVC 3 years ago
DocMain.md Typo Fix 6 years ago
Doxyfile Add Doxygen comments 6 years ago
LICENSE Update copyright date 5 years ago
README.md Add Doxygen comments 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

Doxygen docs are available!

Example

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