Fixed several small bugs; among other things, the emulator now compiles without warnings when using DEBUG=y as well.

This commit is contained in:
OBattler
2017-08-23 17:44:57 +02:00
parent 963459a9ef
commit 2da64b5f55
21 changed files with 53 additions and 54 deletions

View File

@@ -231,7 +231,7 @@ void scsi_reloadhd(int id)
{
int ret = 0;
if(hdc[id].prev_fn == NULL)
if(wcslen(hdc[id].prev_fn) == 0)
{
return;
}