Remove ResetGraph() call inside while loop as it breaks graphics for this example.

This commit is contained in:
Caleb Yates 2022-03-27 23:10:00 -05:00 committed by GitHub
parent b9ee80886c
commit 3cbe843694
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -85,7 +85,6 @@ int main() {
ResetCallback();
// Load SIO driver at 115200bps
AddSIO(115200);
ResetGraph(0);
// Use _sio_control to clear driver status error-related bits
// See psyq's libref47.pdf, p.1125 for the commands and status tables
_sio_control(2,1,0);