aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-07-07"Merge Tagged PR 1340"mainline-0-305yuzubot
2020-07-07"Merge Tagged PR 1703"yuzubot
2020-07-06change shortcut context for other hotkeys with file open dialogAmeer
2020-07-06Fix ss crash on game menu, fix ss on windowed modeAmeer
2020-07-04Merge pull request #4194 from ReinUsesLisp/fix-shader-cacheFernando Sahmkow
shader_cache: Fix use-after-free and orphan invalidation cache entries
2020-07-04Fix merge conflicts?Ameer
2020-07-04Fix for always firing triggers on some controllers, trigger threshold more ↵Ameer
universal
2020-07-04Merge pull request #4218 from ogniK5377/opus-externalRodrigo Locatti
externals: Track opus as submodule instead of using conan
2020-07-03Address lioncash feedback: Log formatting, extern const PadButtonArray, ↵Ameer
little touch ups
2020-07-02Merge pull request #4175 from ReinUsesLisp/read-bufferbunnei
gl_buffer_cache: Copy to buffers created as STREAM_READ before downloading
2020-07-02Merge pull request #3924 from ogniK5377/GetKeyCodeMapbunnei
Implement GetKeyCodeMap & GetKeyCodeMap2
2020-07-02Revert "cmake: fix fmt linking"bunnei
2020-07-02Merge pull request #4206 from RealJohnGalt/linkfixbunnei
cmake: fix fmt linking
2020-07-02Merge pull request #4193 from ogniK5377/GetIndirectLayerConsumerHandle-stubbunnei
am: Stub GetIndirectLayerConsumerHandle
2020-07-02Merge pull request #4192 from ogniK5377/acc-ListOpenContextStoredUsers-stubbunnei
acc: ListOpenContextStoredUsers partial stub
2020-07-02Fix unnecessary diffsAmeer
2020-07-02Add LR triggers as axes, half press to initiate a press, add GC axis id in ↵Ameer
config, clarify some code blocks for better readability
2020-07-02Merge pull request #4082 from Morph1984/mirror-once-clampRodrigo Locatti
maxwell_to_gl: Implement MirrorOnceClampOGL wrap mode using GL_MIRROR_CLAMP_EXT
2020-07-01shader_cache: Fix use-after-free and orphan invalidation cache entriesReinUsesLisp
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.
2020-07-01Reset adapter state on init, fixes errors relating driver hang from ↵Ameer
unexpected unplug
2020-07-01Merge pull request #4217 from lioncash/prototypeDavid
key_manager: Make use of canonical deleted operator=
2020-07-01externals: Track opus as submodule instead of using conanDavid Marcec
Supersedes #4068 see for details.
2020-07-01Merge pull request #4208 from jbeich/freebsdLC
common: unbreak build on BSDs
2020-07-01key_manager: Correct casing of instance()Lioncash
Our codebase uppercases member function names.
2020-07-01key_manager: Delete move operationsLioncash
Prevents the singleton from being moved from.
2020-07-01key_manager: Make use of canonical deleted operator=Lioncash
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.
2020-07-01Merge pull request #3967 from FearlessTobi/keys-singletonDavid
crypto: Make KeyManager a singleton class
2020-06-30Merge pull request #4153 from ogniK5377/prepo-multibufbunnei
prepo: : Don't read extra buffer from report unless passed
2020-06-30Merge pull request #4063 from FreddyFunk/game-version-in-titlebunnei
Add game version to window title
2020-06-30Merge pull request #4166 from VolcaEM/quickstart-faqbunnei
Add "Open Quickstart Guide" and "FAQ" buttons to the Help menu
2020-06-30common: switch to nullptr for sysctl's empty new valueJan Beich
2020-06-30Address feedback regarding increments, const vars, and general cleanupAmeer
2020-06-30Merge pull request #4176 from ReinUsesLisp/compatible-formatsFernando Sahmkow
texture_cache: Check format compatibility before copying
2020-06-30Merge pull request #4157 from ReinUsesLisp/unified-turingFernando Sahmkow
gl_device: Enable NV_vertex_buffer_unified_memory on Turing devices
2020-06-30fix implicit conversion of size_t type to intAmeer
2020-06-30maxwell_to_gl: Implement MirrorOnceClampOGL using GL_MIRROR_CLAMP_EXTMorph
Like MirrorOnceBorder, this requires the GL_EXT_texture_mirror_clamp extension. This extension is unfortunately not available on Intel's drivers (both Windows proprietary and Linux Mesa). Use GL_MIRROR_CLAMP_TO_EDGE as a fallback if the extension is unavailable.
2020-06-30Merge pull request #4191 from Morph1984/vertex-formatsRodrigo Locatti
maxwell_to_gl/vk: Reorder vertex formats
2020-06-30macro: Add support for "middle methods" on the code cache (#4112)David
Macro code is just uploaded sequentially from a starting address, however that does not mean the entry point for the macro is at that address. This PR adds preliminary support for executing macros in the middle of our cached code.
2020-06-29Merge pull request #4182 from Kewlan/fullscreen-hotkey-fixbunnei
hotkeys: Fix issues caused when changing the fullscreen hotkey
2020-06-29common: add sysconf() fallbackJan Beich
src/common/memory_detect.cpp:15:10: fatal error: 'sys/sysinfo.h' file not found #include <sys/sysinfo.h> ^~~~~~~~~~~~~~~
2020-06-29maxwell_to_gl: Rename VertexType() to VertexFormat()Morph
2020-06-29cmake: fix fmt linkingJohn Galt
On gcc/ld, and clang/lld, fmt::v6 symbols are excluded, so linking fails. This fixes the issue. Note: This was included in the FindBoost changes I shared with BlinkHawk, however only they were merged. I'm not sure if it was missed, or if there was an issue with this part of the change.
2020-06-29Merge pull request #4140 from ReinUsesLisp/validation-layersRodrigo Locatti
renderer_vulkan: Update validation layer name and test before enabling
2020-06-28Merge pull request #3955 from FernandoS27/prometheus-2bbunnei
Remake Kernel Scheduling, CPU Management & Boot Management (Prometheus)
2020-06-28ldr: Cleanup NRO & NRR structsDavid Marcec
2020-06-28Merge pull request #4026 from VolcaEM/ldrDavid
ldr: Update NRR/NRO structs
2020-06-28Merge pull request #4184 from VolcaEM/patch-9David
grc: Update function table
2020-06-28Merge pull request #4185 from VolcaEM/patch-10David
lbl: Update function table
2020-06-28Merge pull request #4186 from VolcaEM/patch-11David
ldn: Update function table
2020-06-28Merge pull request #4187 from VolcaEM/patch-12David
mig: Update function table