mirror of
https://github.com/afska/gba-link-connection.git
synced 2026-09-07 08:26:40 -05:00
Version => v6.3.0
This commit is contained in:
@@ -45,7 +45,7 @@ int main() {
|
||||
u16 keys = ~REG_KEYS & KEY_ANY;
|
||||
linkCable->send(keys + 1); // (avoid using 0)
|
||||
|
||||
std::string output = "LinkCable_basic (v6.2.3)\n\n";
|
||||
std::string output = "LinkCable_basic (v6.3.0)\n\n";
|
||||
if (linkCable->isConnected()) {
|
||||
u8 playerCount = linkCable->playerCount();
|
||||
u8 currentPlayerId = linkCable->currentPlayerId();
|
||||
|
||||
Reference in New Issue
Block a user