- 06 Jul, 2020 1 commit
-
-
CrazyMax authored
also, in case of failed to get of the basic version, we will try get it from application update.
-
- 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 11 commits
-
-
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.
-
David authored
crypto: Make KeyManager a singleton class
-
bunnei authored
prepo: : Don't read extra buffer from report unless passed
-
bunnei authored
Add game version to window title
-
- 30 Jun, 2020 10 commits
-
-
bunnei authored
Add "Open Quickstart Guide" and "FAQ" buttons to the Help menu
-
Jan Beich authored
-
Ameer authored
-
Fernando Sahmkow authored
texture_cache: Check format compatibility before copying
-
Fernando Sahmkow authored
gl_device: Enable NV_vertex_buffer_unified_memory on Turing devices
-
Ameer authored
-
Morph authored
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.
-
Rodrigo Locatti authored
maxwell_to_gl/vk: Reorder vertex formats
-
David authored
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.
-
bunnei authored
hotkeys: Fix issues caused when changing the fullscreen hotkey
-
- 29 Jun, 2020 3 commits
-
-
Jan Beich authored
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?
-
Jan Beich authored
src/common/memory_detect.cpp:15:10: fatal error: 'sys/sysinfo.h' file not found #include <sys/sysinfo.h> ^~~~~~~~~~~~~~~
-
Morph authored
-