- 02 Oct, 2022 9 commits
- 29 Sep, 2022 2 commits
- 28 Sep, 2022 1 commit
-
-
bunnei authored
yuzu: Silence some clang warnings
-
- 27 Sep, 2022 1 commit
-
-
Morph authored
core/loader: Return nullptr if file is nullptr
-
- 26 Sep, 2022 1 commit
-
-
lat9nq authored
Recent versions of Docker appear to cause the Qt linuxdeploy plugin to throw a boost file copy error. This switches from linuxdeploy to a script of mine I've been working on for a while.
-
- 25 Sep, 2022 3 commits
-
-
Merry authored
-
bunnei authored
cmake: fix git detection
-
Narr the Reg authored
-
- 24 Sep, 2022 5 commits
-
-
bunnei authored
Do not try to pause core timing from the audio thread when using single-core
-
Morph authored
chore: fix some typos
-
Morph authored
yuzu: sort input profiles by name
-
Morph authored
ci/linux: Use AppRun.sh to start AppImage
-
Morph authored
yuzu qt: Add option to disable startup Vulkan check
-
- 23 Sep, 2022 5 commits
-
-
Narr the Reg authored
-
Morph authored
sockets: Make fd member variable protected
-
Morph authored
audio_renderer: Make GetCommandBuffer() take a u32
-
Morph authored
audio_manager: Minor cleanup related changes
-
Andrea Pappacoda authored
Fix some typos reported by Lintian
-
- 22 Sep, 2022 2 commits
- 21 Sep, 2022 8 commits
-
-
Narr the Reg authored
-
Lioncash authored
This function is only ever called with unsigned types, and all of the other interface functions take session_id as a u32, so this makes the class a little more consistent.
-
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.
-
- 20 Sep, 2022 1 commit
-
-
lat9nq authored
The current AppRun is more difficult to update. This script still uses the old version of AppImageKit-checkrt, but now we use the shell script version so we can set our own environment variables as the application starts up. This specific version searches for and sets the correct root CA file to prevent SSL errors in yuzu.
-
- 19 Sep, 2022 2 commits
-
-
bunnei authored
astc: Enable parallel CPU astc decoding
-
lat9nq authored
The startup check apparently confuses other programs when yuzu launches 2 processes and then quickly closes one of them. Though this isn't really our issues it's also not a big deal for me to add an option to work around that issue.
-