Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
common: remove "yuzu:" prefix from thread names
|
|
service: nfp: Fix errors to pass unit testing
|
|
errors while connecting to API) (#8999)
Co-authored-by: Kyle Kienapfel <Docteh@users.noreply.github.com>
|
|
vulkan: automatically use larger staging buffer sizes when possible
|
|
shader_recompiler: add extended LDC to GLASM backend
|
|
macro_jit_x64: cancel exit for taken branch
|
|
macro_jit_x64: fix miscompilation of bit extraction operations
|
|
|
|
|
|
|
|
core: nfp: Rewrite implementation to remove direct access from the frontend
|
|
|
|
fixes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
service: vi: Retrieve vsync event once per display
|
|
MacroHLE: Add MultidrawIndirect HLE Macro.
|
|
|
|
|
|
ldn: Implement "local wireless" networked multiplayer
|
|
Fix "controller.colors_state.right" being "left"
|
|
Align index buffe size when vertex_buffer_unified_memory enable
|
|
|
|
|
|
video_core: Modify astc texture decode error fill value
|
|
service: hid: Partially implement palma controller
|
|
yuzu: Silence some clang warnings
|
|
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.
|
|
|
|
|
|
|
|
cmake: fix git detection
|
|
|