- 16 Sep, 2022 6 commits
-
-
Lioncash authored
-
Lioncash authored
These functions don't modify class state, so we can mark them as such
-
Lioncash authored
These don't affect class state, so we can mark them as such.
-
Lioncash authored
This function doesn't modify the passed in buffer, so we can make that explicit.
-
Lioncash authored
Simplifies the indexing code a little bit.
-
Lioncash authored
These functions don't modify the passed in audio buffers, so we can signify that in the interface.
-
- 15 Sep, 2022 7 commits
-
-
bunnei authored
Remove pause callbacks from coretiming
-
bunnei authored
qt_themes: Update sd card icon
-
liamwhite authored
audio_core: Amend documentation comment tags
-
Narr the Reg authored
UI: Fix link to TAS help page
-
Lioncash authored
Resolves a wackload of -Wdocumentation warnings due to mismatching tags and whatnot.
-
Mai authored
common: do not link to xbyak on non-amd64 architectures
-
Kyle Kienapfel authored
Tools -> TAS -> Configure TAS Thanks to Rei on discord for the fix. Basically: openExternalLinks is a checkbox in Qt Creator
-
- 14 Sep, 2022 1 commit
-
-
Narr the Reg authored
compressor: Remove unneeded casts in ApplyCompressorEffect
-
- 13 Sep, 2022 6 commits
-
-
liushuyu authored
-
Lioncash authored
Provides equivalent behavior while being significantly smaller.
-
Lioncash authored
These functions don't modify the parameters.
-
Lioncash authored
Same behavior, but also silences a -Wcast-qual warning, since the second cast casts away const.
-
Kelebek1 authored
-
Mai authored
input_common: Increase mapping timer from 2.5 seconds to 4 seconds
-
- 12 Sep, 2022 4 commits
- 11 Sep, 2022 1 commit
-
-
german77 authored
-
- 10 Sep, 2022 3 commits
- 09 Sep, 2022 1 commit
-
-
lat9nq authored
video_core: add option for pessimistic flushing
-
- 08 Sep, 2022 3 commits
-
-
bunnei authored
Fix Cmake warning for CMP0077
-
bunnei authored
CMake: explicitly link mbedcrypto for yuzu-room
-
Kyle Kienapfel authored
Doesn't appear to effect anything regular, but in both Linux and Windows builds it looks like our project has all the libraries available for linking. If this feature is turned off, there is only one thing that quit working, when linking yuzu-room it couldn't find a function called mbedtls_base64_decode mbedtls is split into three libraries for some reason: mbedtls mbedx509 mbedcrypto mbedtls_base64_decode is in mbedcrypto
-
- 06 Sep, 2022 3 commits
-
-
Narr the Reg authored
-
Narr the Reg authored
-
bunnei authored
(shader/pipeline)_cache: Raise shader/pipeline cache version
-
- 05 Sep, 2022 2 commits
-
-
bunnei authored
input_common: sdl: Always check for motion on reconnect
-
Narr the Reg authored
-
- 04 Sep, 2022 2 commits
-
-
Vamsi Krishna authored
-
Kelebek1 authored
-
- 03 Sep, 2022 1 commit
-
-
Narr the Reg authored
-