mipmap allocation for ps2 rasters

This commit is contained in:
aap
2017-08-18 19:28:01 +02:00
parent 7280647085
commit 75435b8934
7 changed files with 946 additions and 205 deletions

View File

@@ -146,3 +146,12 @@ project "ps2test"
links { "librw" }
-- "c -lc" is a hack because we need -lc twice for some reason
links { "c -lc", "kernel", "mf" }
project "ps2rastertest"
kind "ConsoleApp"
targetdir (Bindir)
removeplatforms { "*gl3", "*d3d9" }
files { "tools/ps2rastertest/*.cpp" }
includedirs { "." }
libdirs { Libdir }
links { "librw" }