Skip to content

Commit

Permalink
Merged XAudio 2.8 into mainline Desktop solution
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Dec 11, 2024
1 parent 20d9de7 commit 919851d
Show file tree
Hide file tree
Showing 11 changed files with 141 additions and 584 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: microsoft/setup-msbuild@6fb02220983dee41ce7ae257b6f4d8f9bf5ed4ce # v2.0.0

- if: matrix.platform != 'ARM64'
name: Build
name: Build (Windows 8.1)
working-directory: ${{ github.workspace }}
run: msbuild /m /p:Configuration=${{ matrix.build_type }} /p:Platform=${{ matrix.platform }} ./DirectXTK_Desktop_${{ matrix.vs }}.sln

Expand All @@ -52,7 +52,7 @@ jobs:
run: msbuild /m /p:Configuration=${{ matrix.build_type }} /p:Platform=${{ matrix.platform }} ./DirectXTK_Windows10_2022.sln

- if: matrix.platform != 'ARM64'
name: 'Build (Spectre)'
name: 'Build (Windows 8.1 w/ Spectre)'
working-directory: ${{ github.workspace }}
run: msbuild /m /p:SpectreMitigation=Spectre /p:Configuration=${{ matrix.build_type }} /p:Platform=${{ matrix.platform }} ./DirectXTK_Desktop_${{ matrix.vs }}.sln

Expand Down
206 changes: 0 additions & 206 deletions Audio/DirectXTKAudio_Desktop_2019_Win8.vcxproj

This file was deleted.

56 changes: 0 additions & 56 deletions Audio/DirectXTKAudio_Desktop_2019_Win8.vcxproj.filters

This file was deleted.

Loading

0 comments on commit 919851d

Please sign in to comment.