- 20 Sep, 2022 2 commits
- 19 Sep, 2022 1 commit
-
-
bunnei authored
astc: Enable parallel CPU astc decoding
-
- 17 Sep, 2022 6 commits
-
-
bunnei authored
core: implement HwOpus GetWorkBufferSizeForMultiStreamEx
-
bunnei authored
core: nfp: Implement amiibo encryption
-
bunnei authored
[Coretiming/NVNFlinger] Improve multi-core vsync timing, and core timing accuracy
-
bunnei authored
audio_core: Mark several member functions as const
-
bunnei authored
GIT: Modify .gitignore to ignore wildcard for build directories
-
bunnei authored
UI: move icons from default into colorful theme.
-
- 16 Sep, 2022 21 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
-
FengChen authored
-
Morph authored
audio_device: Make AudioDeviceName constructor constexpr
-
Morph authored
Given the issues with GPU accelerated ASTC decoding with NVIDIA's latest drivers, parallelize astc decoding on the CPU. Uses half the available threads in the system for astc decoding.
-
Lioncash authored
This is just being copied and isn't modified at all.
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
These two don't modify member state.
-
Lioncash authored
This doesn't modify member state. We can also mark the parameter of AppendError as const as well, since it isn't modified.
-
Lioncash authored
This doesn't modify instance state.
-
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.
-
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
-