- 23 Sep, 2022 1 commit
-
-
Morph authored
audio_manager: Minor cleanup related changes
-
- 21 Sep, 2022 6 commits
-
-
Lioncash authored
Moves the include into the cpp file to lessen header dependencies.
-
Lioncash authored
We can just use a local here to get rid of a second cast.
-
Lioncash authored
Prevents unnecessary reallocations in the event the captured variables are larger than the internal std::function buffer.
-
Lioncash authored
Allows us to get rid of some unnecessary forward declarations and includes.
-
Lioncash authored
This isn't used, so it can be removed.
-
Lioncash authored
This isn't used by the class, so this can be removed for the time being.
-
- 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 5 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.
-