Fixed compiler error, updated amiberry_hardfile

This commit is contained in:
Dimitris Panokostas 2020-07-04 13:39:25 +02:00
parent fe9a81777c
commit ff5b5a1e22
2 changed files with 319 additions and 102 deletions

View file

@ -925,7 +925,7 @@ static uae_u64 vhd_write(struct hardfiledata* hfd, void* v, uae_u64 offset, uae_
}
return written;
}
#ifndef AMIBERRY
int vhd_create(const TCHAR* name, uae_u64 size, uae_u32 dostype)
{
struct hardfiledata hfd;
@ -1060,6 +1060,7 @@ end:
zfile_fclose(zf);
return ret;
}
#endif
static int hdf_read2 (struct hardfiledata *hfd, void *buffer, uae_u64 offset, int len)
{