- 17 Sep, 2022 2 commits
- 16 Sep, 2022 7 commits
-
-
Kyle K authored
Helps if you have multiple build folders. There are other, dark ways to hide extra build folders from git, but this is better. See: https://github.com/citra-emu/citra/pull/6130
-
Morph authored
core/CMakeLists.txt: Remove duplicate files.
-
Morph authored
common: Use PROJECT_SOURCE_DIR to find CMakeModules
-
Morph authored
yuzu qt: Add option to create Windows crash dumps
-
Morph authored
ci,linux: Support Patreon releases
-
Morph authored
audio_device: Make AudioDeviceName constructor constexpr
-
Kyle Kienapfel authored
colorful theme has been default theme for awhile. having colorful theme try and grab icons from other theme doesn't work on Linux. Also adding two additional icons, info is to hint to the user that they should hit verify after pasting in a token, sync is to show that the verification is occurring.
-
- 15 Sep, 2022 9 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
-
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
-
- 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 4 commits
-
-
bunnei authored
Fix Cmake warning for CMP0077
-
bunnei authored
CMake: explicitly link mbedcrypto for yuzu-room
-
SachinVin authored
-
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 2 commits
-
-
Narr the Reg authored
-
Narr the Reg authored
-