Merge pull request #575 from wheremyfoodat/hle-dsp
HLE DSP: Fix source resetting
This commit is contained in:
2
.github/workflows/MacOS_Build.yml
vendored
2
.github/workflows/MacOS_Build.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
|||||||
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
|
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
|
||||||
|
|
||||||
- name: Install bundle dependencies
|
- name: Install bundle dependencies
|
||||||
run: brew install dylibbundler imagemagick
|
run: brew install --overwrite python@3.12 && brew install dylibbundler imagemagick
|
||||||
|
|
||||||
- name: Run bundle script
|
- name: Run bundle script
|
||||||
run: ./.github/mac-bundle.sh
|
run: ./.github/mac-bundle.sh
|
||||||
|
|||||||
2
.github/workflows/Qt_Build.yml
vendored
2
.github/workflows/Qt_Build.yml
vendored
@@ -67,7 +67,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install bundle dependencies
|
- name: Install bundle dependencies
|
||||||
run: |
|
run: |
|
||||||
brew install dylibbundler imagemagick
|
brew install --overwrite python@3.12 && brew install dylibbundler imagemagick
|
||||||
|
|
||||||
- name: Install qt
|
- name: Install qt
|
||||||
run: brew install qt && which macdeployqt
|
run: brew install qt && which macdeployqt
|
||||||
|
|||||||
@@ -627,5 +627,6 @@ namespace Audio {
|
|||||||
rateMultiplier = 1.f;
|
rateMultiplier = 1.f;
|
||||||
|
|
||||||
buffers = {};
|
buffers = {};
|
||||||
|
currentSamples.clear();
|
||||||
}
|
}
|
||||||
} // namespace Audio
|
} // namespace Audio
|
||||||
|
|||||||
Reference in New Issue
Block a user