From 49fde59232bef4c459d9d97680ea0372010a1219 Mon Sep 17 00:00:00 2001 From: erorcun Date: Sun, 26 Jul 2020 18:08:17 +0300 Subject: [PATCH] Updated PS2 port (markdown) --- PS2-port.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PS2-port.md b/PS2-port.md index 49a2aae..6ecaca9 100644 --- a/PS2-port.md +++ b/PS2-port.md @@ -7,4 +7,5 @@ Here is what would have to be done for the whole thing: - reverse VU0 triangle collisions (not strictly necessary) - implement cleanup in CStreaming - implement CMemoryHeap (probably not strictly necessary) -- probably a bunch of debugging stuff for sanity? \ No newline at end of file +- probably a bunch of debugging stuff for sanity? +- we currently assume `not _WIN32 == POSIX`, implement POSIX macros to differentiate it \ No newline at end of file