mirror of
https://github.com/afska/gba-link-connection.git
synced 2026-09-07 16:36:58 -05:00
Removing cursed assembly from LinkSPI, as it wasn't needed - Fixes #18
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.0)\n\n";
|
||||
std::string output = "LinkCable_basic (v6.2.1)\n\n";
|
||||
if (linkCable->isConnected()) {
|
||||
u8 playerCount = linkCable->playerCount();
|
||||
u8 currentPlayerId = linkCable->currentPlayerId();
|
||||
|
||||
Reference in New Issue
Block a user