Gdbstub, Minitrace and more (#2653)
* Fix gdbstub compilation * Fix minitrace compilation * Fix many warnings on Linux Builds * Support DirectInput for Joysticks in QT UI too
This commit is contained in:
@@ -645,7 +645,7 @@ td0_initialize(int drive)
|
||||
}
|
||||
|
||||
fseek(dev->f, 0, SEEK_SET);
|
||||
fread(header, 1, 12, dev->f);
|
||||
(void) !fread(header, 1, 12, dev->f);
|
||||
head_count = header[9];
|
||||
|
||||
if (header[0] == 't') {
|
||||
|
||||
Reference in New Issue
Block a user