mirror of
https://github.com/afska/gba-link-connection.git
synced 2026-09-08 08:56:42 -05:00
Debugging cable crash
This commit is contained in:
@@ -247,8 +247,11 @@ class LinkUniversal {
|
||||
|
||||
void receiveCableMessages() {
|
||||
for (u32 i = 0; i < LINK_UNIVERSAL_MAX_PLAYERS; i++) {
|
||||
// TODO: FIX CRASH
|
||||
// TODO: RETRIEVE ALL MESSAGES
|
||||
if (linkCable->canRead(i))
|
||||
push(incomingMessages[i], linkCable->read(i));
|
||||
linkCable->read(i);
|
||||
// push(incomingMessages[i], qran_range(1, 10000));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user