Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Xbox Series: new macro HL_XBS, directx adapt #613

Merged
merged 5 commits into from
Aug 30, 2023

Commits on Aug 11, 2023

  1. Add support for Xbox Series: new macro HL_XBS, directx adapt

    This commit add a new target platform to hashlink : Xbox Series (console), aka Scarlett. Defined with macro `HL_XBS`.
    It does not contain Xbox specific features, except for some adaptation in DirectX12, but will allow the use of hashlink (instead of hashlink C) on the target platform.
    
    Use with `-lib heaps`, add `-lib directx -D dx12 -D usesys` and definitions of `haxe.AudioTypes`, `haxe.GameController`, `haxe.System`.
    
    - Tested on game with GDK version 230303, where 2D display are ok with Heaps.io
    - Known issues:
      - Support only 1920x1080 resolution + 60 FPS, but not yet 2k / 4k / 120 FPS.
      - The `dx12.getRequiredIntermediateSize` return size+offset for HL_XBS, which is a tmp fix for `dx12.updateSubResource` error when `first != 0`
    yuxiaomao committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    a9ac8a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    47eb19b View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Update .gitignore

    ncannasse committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    e62cfc1 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Update main.c

    ncannasse committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    4b609ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    772df6c View commit details
    Browse the repository at this point in the history