mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-03-26 22:02:38 +01:00
bugfix, fd leak
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@86 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
@@ -402,7 +402,7 @@ int mmuunhack(void)
|
||||
/* misc */
|
||||
void spend_cycles(int c)
|
||||
{
|
||||
usleep(c/*/200*/);
|
||||
usleep(c/200);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user