1
0
Fork 0
mirror of https://github.com/PabloMK7/citra.git synced 2025-05-04 18:49:48 +02:00
citra/src
Pengfei Zhu 19617f7edb
dsp_interface: Move sink to the last in member list ()
So that it is destructed first. Otherwise, the TimeStretcher will be destructed before the Sink, which might cause segfaults when the Sink tries to read data from the TimeStretcher afterwards.
2021-09-20 22:40:36 +05:30
..
android Update Gradle 2020-12-29 13:29:02 -06:00
audio_core dsp_interface: Move sink to the last in member list () 2021-09-20 22:40:36 +05:30
citra Merge pull request from FearlessTobi/port-1064-3948 2021-04-23 22:58:08 -07:00
citra_qt Corrected the path to the headbar icon () 2021-06-22 18:16:31 +08:00
common Replace &vec[0] with vec.data() 2021-07-14 17:01:14 +08:00
core core.h: remove nodiscard for SendSignal () 2021-09-06 21:27:11 +05:30
dedicated_room Fix: fatal error CVT1100 when compiling manifest file () 2020-06-20 13:50:33 -05:00
input_common input_common: Fix libusb include on Arch 2021-04-24 17:26:09 -04:00
network fix(net): prevent gibberish padding on linux 2021-03-30 08:55:58 -04:00
tests tests: Fix warning about comparison between signed and unsigned () 2020-12-05 22:20:50 +01:00
video_core Add Get(Inv)WindowResolution shader functions () 2021-07-24 12:35:33 -05:00
web_service Merge pull request from FearlessTobi/port-1064-3948 2021-04-23 22:58:08 -07:00
.clang-format add java to .clang-format 2019-02-22 16:29:19 -06:00
CMakeLists.txt Use GitHub Actions as CI service () 2020-11-12 06:21:35 +01:00