playing around with clipping; fix ps2 build

This commit is contained in:
aap
2021-02-11 16:39:14 +01:00
parent 5c95300890
commit 14dab85dca
4 changed files with 113 additions and 15 deletions

View File

@@ -246,12 +246,8 @@ project "ps2test"
files { "tools/ps2test/*.cpp",
"tools/ps2test/vu/*.dsm",
"tools/ps2test/*.h" }
linkoptions '$(PS2SDK)/ee/startup/crt0.o'
linkoptions { '-mno-crt0', "-T$(PS2SDK)/ee/startup/linkfile" }
libdirs { "$(PS2SDK)/ee/lib" }
links { "librw" }
-- "c -lc" is a hack because we need -lc twice for some reason
links { "c -lc", "kernel", "mf" }
--project "ps2rastertest"
-- kind "ConsoleApp"