mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
feat(gx): set native projection matrix in d3d backend
This commit is contained in:
parent
8d36078606
commit
91baaebd5b
3 changed files with 41 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue