mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
support for zipped ISOs
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@65 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
b67ef287e7
commit
83bd0b76ab
17 changed files with 413 additions and 156 deletions
|
@ -25,13 +25,9 @@
|
|||
|
||||
|
||||
// notaz
|
||||
#ifdef __DEBUG_PRINT
|
||||
void dprintf(char *format, ...);
|
||||
#define logerror dprintf
|
||||
void errormsg(const char* extmsg, const char* usermsg, const char* zipname)
|
||||
{
|
||||
dprintf("Error in zipfile %s: %s", zipname, extmsg);
|
||||
}
|
||||
#if 1 //def __DEBUG_PRINT
|
||||
#define logerror printf
|
||||
#define errormsg(str1,def,fname) printf("%s: " #def ": " str1 "\n", fname);
|
||||
#else
|
||||
#define logerror(x...)
|
||||
#define errormsg(x...)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue