Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

8 lines
277 B
Plaintext

For the 'xbox' feature, it defaults to targeting Xbox Series X|S. To set it to Xbox One,
create a custom triplet from x64-windows with the addition of the following:
if (PORT STREQUAL "directxtex")
set(DIRECTXTEX_XBOX_CONSOLE_TARGET "xboxone")
endif()