mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
1.35a psp bugfix release
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@300 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
aefb65bc6a
commit
c6196c0f01
14 changed files with 72 additions and 34 deletions
|
@ -212,6 +212,7 @@ char *psp_get_status_line(void)
|
|||
/* alt logging */
|
||||
#define LOG_FILE "log.txt"
|
||||
|
||||
#ifndef LPRINTF_STDIO
|
||||
typedef struct _log_entry
|
||||
{
|
||||
char buff[256];
|
||||
|
@ -219,6 +220,7 @@ typedef struct _log_entry
|
|||
} log_entry;
|
||||
|
||||
static log_entry *le_root = NULL;
|
||||
#endif
|
||||
|
||||
void lprintf_f(const char *fmt, ...)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue