Lioncash 6ce7c38e24 General: Make operator bool overloads and single-arg constructors explicit
Prevents various error-prone cases of implicit conversion to bool, while
retaining general conversions within conditional statements. We also
disable implicit conversions with constructors that may be ambiguous to
enforce being clear with intentions.
2019-08-14 10:00:01 -04:00
2019-06-11 16:03:39 -10:00
2017-01-07 14:22:49 -10:00
2017-01-07 13:55:41 -10:00
2018-01-02 14:25:24 -10:00
2017-01-07 13:55:41 -10:00

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.

Description
JoyBus server library for use with GameBoy Advance emulators
Readme MIT 955 KiB
Languages
C++ 98.8%
CMake 1.2%