idle loop hack, psp bugfix, plat debug str

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@566 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2008-08-06 20:04:23 +00:00
parent a7efb231fe
commit fcf94fcc20
10 changed files with 39 additions and 15 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;