feat(gx): set native projection matrix in d3d backend

This commit is contained in:
fallenoak 2023-03-12 23:49:48 -05:00 committed by GitHub
parent 8d36078606
commit 91baaebd5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 41 additions and 0 deletions

View file

@ -41,6 +41,11 @@ if(WHOA_SYSTEM_WIN)
WIN32_LEAN_AND_MEAN
)
# Make DirectXMath boring
add_definitions(
-D_XM_NO_INTRINSICS_
)
# Lua uses various "unsafe" C functions
add_definitions(
-D_CRT_SECURE_NO_WARNINGS