idle loop hack, psp bugfix, plat debug str

git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@566 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2008-08-06 20:04:23 +00:00
parent 8add01a3a4
commit 7443ecd958
7 changed files with 21 additions and 5 deletions

View file

@ -719,6 +719,11 @@ void emu_forcedFrame(int opts)
currentConfig.EmuOpt = eo_old;
}
void emu_platformDebugCat(char *str)
{
// nothing
}
static void simpleWait(int thissec, int lim_time)
{
struct timeval tval;