diff options
Diffstat (limited to 'vcpkg/ports/directxtex/xboxusage')
| -rw-r--r-- | vcpkg/ports/directxtex/xboxusage | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vcpkg/ports/directxtex/xboxusage b/vcpkg/ports/directxtex/xboxusage new file mode 100644 index 0000000..c0287b2 --- /dev/null +++ b/vcpkg/ports/directxtex/xboxusage @@ -0,0 +1,7 @@ +
+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()
|