mirror of
https://github.com/afska/gba-link-connection.git
synced 2026-09-07 00:16:15 -05:00
Fixing LinkSPI edge cases
This commit is contained in:
@@ -62,12 +62,12 @@ int main() {
|
||||
} else {
|
||||
output += std::string("Waiting...");
|
||||
}
|
||||
log(output);
|
||||
|
||||
// (5) Mark the current state copy (front buffer) as consumed
|
||||
linkCable->consume();
|
||||
|
||||
VBlankIntrWait();
|
||||
log(output);
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user