mirror of
https://github.com/ole00/afterburner.git
synced 2024-11-26 03:49:18 +00:00
PC App: fix gal type, take 3
This commit is contained in:
parent
f63ae40bb4
commit
7944dbf2c1
@ -777,7 +777,7 @@ static char upload() {
|
||||
sendLine(buf, MAX_LINE, 20);
|
||||
|
||||
//device type
|
||||
sprintf(buf, "#t %i %s\r", (int) gal, galinfo[gal].name);
|
||||
sprintf(buf, "#t %c %s\r", '0' + (int) gal, galinfo[gal].name);
|
||||
sendLine(buf, MAX_LINE, 300);
|
||||
|
||||
//fuse map
|
||||
|
Loading…
Reference in New Issue
Block a user