MerryMage
d6c3391232
cpu_interrupt_handler: Remove #pragma once from .cpp file
6 years ago
bunnei
a7305d4344
Merge pull request #4198 from FearlessTobi/port-5364
Port citra-emu/citra#5364 : ".github: add a new issue template"
6 years ago
bunnei
2c57273505
Merge pull request #4150 from ReinUsesLisp/dynamic-state-impl
vulkan: Use VK_EXT_extended_dynamic_state when available
6 years ago
bunnei
4e619dd432
Merge pull request #4258 from ameerj/master
configuration: Fix hotkeys that open file dialog in windowed mode
6 years ago
Ameer
7751abe77b
change shortcut context for other hotkeys with file open dialog
6 years ago
Ameer
087255371b
Revert inadvertent dynarmic update
6 years ago
Ameer
e12d73f7f8
Fix ss crash on game menu, fix ss on windowed mode
6 years ago
Fernando Sahmkow
b2997e5402
Merge pull request #4194 from ReinUsesLisp/fix-shader-cache
shader_cache: Fix use-after-free and orphan invalidation cache entries
6 years ago
bunnei
d0d42ce894
Merge pull request #4137 from ameerj/master
GC Adapter Implementation
6 years ago
Ameer
5c4f797cab
Fix merge conflicts?
6 years ago
Ameer
e081fb0718
Fix for always firing triggers on some controllers, trigger threshold more universal
6 years ago
Rodrigo Locatti
08a0a98e5d
Merge pull request #4218 from ogniK5377/opus-external
externals: Track opus as submodule instead of using conan
6 years ago
Ameer
670614dbf4
Address lioncash feedback: Log formatting, extern const PadButtonArray, little touch ups
6 years ago
bunnei
8df4d1186d
Merge pull request #4175 from ReinUsesLisp/read-buffer
gl_buffer_cache: Copy to buffers created as STREAM_READ before downloading
6 years ago
bunnei
4ed74651e2
Merge pull request #3924 from ogniK5377/GetKeyCodeMap
Implement GetKeyCodeMap & GetKeyCodeMap2
6 years ago
bunnei
e91cff74aa
Merge pull request #4230 from yuzu-emu/revert-4206-linkfix
Revert "cmake: fix fmt linking"
6 years ago
bunnei
7186ddb29a
Revert "cmake: fix fmt linking"
6 years ago
bunnei
90d6711f4a
Merge pull request #4206 from RealJohnGalt/linkfix
cmake: fix fmt linking
6 years ago
bunnei
b9821beecc
Merge pull request #4193 from ogniK5377/GetIndirectLayerConsumerHandle-stub
am: Stub GetIndirectLayerConsumerHandle
6 years ago
bunnei
67a6a89822
Merge pull request #4192 from ogniK5377/acc-ListOpenContextStoredUsers-stub
acc: ListOpenContextStoredUsers partial stub
6 years ago
Ameer
33c08afba9
Fix unnecessary diffs
6 years ago
Ameer
12e679c39c
Add LR triggers as axes, half press to initiate a press, add GC axis id in config, clarify some code blocks for better readability
6 years ago
Rodrigo Locatti
d6569215b3
Merge pull request #4082 from Morph1984/mirror-once-clamp
maxwell_to_gl: Implement MirrorOnceClampOGL wrap mode using GL_MIRROR_CLAMP_EXT
6 years ago
ReinUsesLisp
308feff898
shader_cache: Fix use-after-free and orphan invalidation cache entries
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.
6 years ago
Ameer
34e6084c8d
Reset adapter state on init, fixes errors relating driver hang from unexpected unplug
6 years ago
David
db7181fb16
Merge pull request #4217 from lioncash/prototype
key_manager: Make use of canonical deleted operator=
6 years ago
David Marcec
2961282fae
externals: Track opus as submodule instead of using conan
Supersedes #4068 see for details.
6 years ago
LC
ebc54570f3
Merge pull request #4208 from jbeich/freebsd
common: unbreak build on BSDs
6 years ago
Lioncash
1e362da176
key_manager: Correct casing of instance()
Our codebase uppercases member function names.
6 years ago
David
a0f52b40b1
Merge pull request #4209 from jbeich/webengine
cmake: unbreak YUZU_USE_QT_WEB_ENGINE without YUZU_USE_BUNDLED_QT
6 years ago
Lioncash
93f1d9435d
key_manager: Delete move operations
Prevents the singleton from being moved from.
6 years ago
Lioncash
e67ab9a1b7
key_manager: Make use of canonical deleted operator=
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.
6 years ago
David
9d2a0f5f1a
Merge pull request #3967 from FearlessTobi/keys-singleton
crypto: Make KeyManager a singleton class
6 years ago
bunnei
7a7942741f
Merge pull request #4153 from ogniK5377/prepo-multibuf
prepo: : Don't read extra buffer from report unless passed
6 years ago
bunnei
a23a2102e8
Merge pull request #4063 from FreddyFunk/game-version-in-title
Add game version to window title
6 years ago
bunnei
660954c6de
Merge pull request #4166 from VolcaEM/quickstart-faq
Add "Open Quickstart Guide" and "FAQ" buttons to the Help menu
6 years ago
Jan Beich
f3c5dda382
common: switch to nullptr for sysctl's empty new value
6 years ago
Ameer
0c6128cc3a
Address feedback regarding increments, const vars, and general cleanup
6 years ago
Fernando Sahmkow
ba11aa4c74
Merge pull request #4176 from ReinUsesLisp/compatible-formats
texture_cache: Check format compatibility before copying
6 years ago
Fernando Sahmkow
1e93bc33c0
Merge pull request #4157 from ReinUsesLisp/unified-turing
gl_device: Enable NV_vertex_buffer_unified_memory on Turing devices
6 years ago
Ameer
ed72085227
fix implicit conversion of size_t type to int
6 years ago
Morph
9e0fd0beb0
maxwell_to_gl: Implement MirrorOnceClampOGL using GL_MIRROR_CLAMP_EXT
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.
6 years ago
Rodrigo Locatti
c78f246ebf
Merge pull request #4191 from Morph1984/vertex-formats
maxwell_to_gl/vk: Reorder vertex formats
6 years ago
David
ac1a57c28a
macro: Add support for "middle methods" on the code cache ( #4112 )
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.
6 years ago
bunnei
a21d49c9fe
Merge pull request #4182 from Kewlan/fullscreen-hotkey-fix
hotkeys: Fix issues caused when changing the fullscreen hotkey
6 years ago
Jan Beich
f4e850aefa
cmake: depend on WebEngine with system Qt
CMake Error at src/yuzu/CMakeLists.txt:7 (add_executable):
Target "yuzu" links to target "Qt5::WebEngineCore" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
6 years ago
Jan Beich
3c13a49cbf
common: add sysconf() fallback
src/common/memory_detect.cpp:15:10: fatal error: 'sys/sysinfo.h' file not found
#include <sys/sysinfo.h>
^~~~~~~~~~~~~~~
6 years ago
Morph
e2fb93cb46
maxwell_to_gl: Rename VertexType() to VertexFormat()
6 years ago
John Galt
1eacbe69be
cmake: fix fmt linking
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.
6 years ago
Rodrigo Locatti
1711fe29f2
Merge pull request #4140 from ReinUsesLisp/validation-layers
renderer_vulkan: Update validation layer name and test before enabling
6 years ago