8 lines
277 B
Plaintext
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()
|