Windows fixes

More Windows fixes
This commit is contained in:
doctaweed
2020-08-26 18:59:06 -06:00
parent 8927bd976d
commit 33e522ea52
54 changed files with 513 additions and 270 deletions
+3 -3
View File
@@ -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
}
}