mirror of
https://github.com/open-goal/jak-project
synced 2026-06-15 06:31:22 -04:00
Windows fixes
More Windows fixes
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
* DONE!
|
||||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
#include <io.h>
|
||||
#include <cstring>
|
||||
#include "common/common_types.h"
|
||||
#include "game/sce/libscf.h"
|
||||
@@ -13,7 +13,7 @@
|
||||
#include "kscheme.h"
|
||||
#include "ksocket.h"
|
||||
#include "klisten.h"
|
||||
|
||||
#include "Windows.h"
|
||||
using namespace ee;
|
||||
|
||||
// Level to load on boot
|
||||
@@ -135,7 +135,7 @@ void KernelCheckAndDispatch() {
|
||||
SendAck();
|
||||
}
|
||||
|
||||
usleep(1000); // todo - remove this
|
||||
Sleep(1000); // todo - remove this
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user