- Sep 16, 2022
- Sep 15, 2022
-
-
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
-
Lioncash authored
These member functions don't modify any internal state.
-
Lioncash authored
These are used as read-only arrays, so we can make the data read-only and available at compile-time. Now constructing an AudioDevice no longer needs to initialize some tables
-
Kyle Kienapfel authored
Tools -> TAS -> Configure TAS Thanks to Rei on discord for the fix. Basically: openExternalLinks is a checkbox in Qt Creator
-
- Sep 14, 2022
-
-
Narr the Reg authored
compressor: Remove unneeded casts in ApplyCompressorEffect
-
- Sep 13, 2022
-
-
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
-
- Sep 12, 2022
- Sep 11, 2022
-
-
german77 authored
-
- Sep 10, 2022
- Sep 09, 2022
-
-
lat9nq authored
video_core: add option for pessimistic flushing
-
- Sep 08, 2022
-
-
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
-
- Sep 06, 2022
-
-
Narr the Reg authored
-
Narr the Reg authored
-
bunnei authored
(shader/pipeline)_cache: Raise shader/pipeline cache version
-
- Sep 05, 2022
-
-
bunnei authored
input_common: sdl: Always check for motion on reconnect
-
Narr the Reg authored
-
lat9nq authored
-
lat9nq authored
Uses fmt::print as opposed to std::fprintf. Adds a missing return. static's a single-use function. Initializes structs as opposed to std::memset where possible. Fixes CMake linkage. Co-authored-by:
Lioncash <mathew1800@gmail.com> mini_dump: Use a namespace Co-authored-by:
Lioncash <mathew1800@gmail.com>
-
lat9nq authored
ci/windows: Enable crash dumps on MinGW builds
-