mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
win32 Pico work nearly done
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@450 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
42989e7d7e
commit
8f7ed1b8e1
6 changed files with 142 additions and 16 deletions
|
@ -17,7 +17,7 @@
|
|||
#define __FUNCTION__ ""
|
||||
#endif
|
||||
|
||||
#define LOGFAIL() dprintf2("fail: %s %s:%i\n", __FUNCTION__, __FILE__, __LINE__)
|
||||
#define LOGFAIL() lprintf("fail: %s %s:%i\n", __FUNCTION__, __FILE__, __LINE__)
|
||||
|
||||
|
||||
// Emu.cpp
|
||||
|
@ -52,7 +52,7 @@ int LoopInit();
|
|||
void LoopExit();
|
||||
int LoopCode();
|
||||
//extern "C" int dprintf(char *format, ...);
|
||||
extern "C" int dprintf2(char *format, ...);
|
||||
extern "C" int lprintf(char *format, ...);
|
||||
|
||||
// Main.cpp
|
||||
extern char *romname;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue