- 08 Jul, 2020 5 commits
- 07 Jul, 2020 5 commits
-
-
merry authored
cpu_interrupt_handler: Remove #pragma once from .cpp file
-
MerryMage authored
-
bunnei authored
Port citra-emu/citra#5364: ".github: add a new issue template"
-
bunnei authored
vulkan: Use VK_EXT_extended_dynamic_state when available
-
bunnei authored
configuration: Fix hotkeys that open file dialog in windowed mode
-
- 06 Jul, 2020 4 commits
- 05 Jul, 2020 2 commits
-
-
MerryMage authored
-
Fernando Sahmkow authored
shader_cache: Fix use-after-free and orphan invalidation cache entries
-
- 04 Jul, 2020 4 commits
-
-
bunnei authored
GC Adapter Implementation
-
Ameer authored
-
Ameer authored
-
Rodrigo Locatti authored
externals: Track opus as submodule instead of using conan
-
- 03 Jul, 2020 8 commits
-
-
Ameer authored
-
bunnei authored
gl_buffer_cache: Copy to buffers created as STREAM_READ before downloading
-
bunnei authored
Implement GetKeyCodeMap & GetKeyCodeMap2
-
bunnei authored
Revert "cmake: fix fmt linking"
-
bunnei authored
-
bunnei authored
cmake: fix fmt linking
-
bunnei authored
am: Stub GetIndirectLayerConsumerHandle
-
bunnei authored
acc: ListOpenContextStoredUsers partial stub
-
- 02 Jul, 2020 3 commits
-
-
Ameer authored
-
Ameer authored
Add LR triggers as axes, half press to initiate a press, add GC axis id in config, clarify some code blocks for better readability
-
Rodrigo Locatti authored
maxwell_to_gl: Implement MirrorOnceClampOGL wrap mode using GL_MIRROR_CLAMP_EXT
-
- 01 Jul, 2020 9 commits
-
-
ReinUsesLisp authored
This fixes some cases where entries could have been removed multiple times reading freed memory. To address this issue this commit removes duplicates from entries marked for removal and sorts out the removal process to fix another use-after-free situation. Another issue fixed in this commit is orphan invalidation cache entries. Previously only the entries that were invalidated in the current operations had its entries removed. This led to more use-after-free situations when these entries were actually invalidated but referenced an object that didn't exist.
-
Ameer authored
-
David authored
key_manager: Make use of canonical deleted operator=
-
David Marcec authored
Supersedes #4068 see for details.
-
LC authored
common: unbreak build on BSDs
-
Lioncash authored
Our codebase uppercases member function names.
-
David authored
cmake: unbreak YUZU_USE_QT_WEB_ENGINE without YUZU_USE_BUNDLED_QT
-
Lioncash authored
Prevents the singleton from being moved from.
-
Lioncash authored
operator= typically returns a reference, it's not void. While we're at it, we can correct the parameter formatting to adhere to the codebase.
-