- 02 Oct, 2022 3 commits
-
-
bunnei authored
service: vi: Retrieve vsync event once per display
-
liamwhite authored
MacroHLE: Add MultidrawIndirect HLE Macro.
-
Fernando Sahmkow authored
-
- 01 Oct, 2022 8 commits
-
-
bunnei authored
ldn: Implement "local wireless" networked multiplayer
-
liamwhite authored
Migrate deploy-linux.sh from lat9nq's repo.
-
Narr the Reg authored
Fix "controller.colors_state.right" being "left"
-
bunnei authored
Align index buffe size when vertex_buffer_unified_memory enable
-
bunnei authored
-
Zwip-Zwap Zapony authored
-
Mai authored
Update translations (2022-10-01)
-
The yuzu Community authored
-
- 30 Sep, 2022 1 commit
-
-
bunnei authored
video_core: Modify astc texture decode error fill value
-
- 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 3 commits
-
-
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.
-
Morph authored
The display vsync event can only be retrieved once per display. Returns VI::ResultPermissionDenied if we attempt to retrieve the vsync event for the same display. Prevents games such as .hack//G.U. Last Recode from consuming all the handles in the handle table by spamming vsync event retrievals and allows it to go in game.
-
Morph authored
-
- 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 6 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.
-