mirror of
https://github.com/AxioDL/jbus.git
synced 2025-12-08 13:15:11 +00:00
6ce7c38e247aa49a2c0500425a0499c469253655
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.
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.
Languages
C++
98.8%
CMake
1.2%