Jan Beich
c1bbc77b7c
cmake: stop linking against QGL after 01a3b4f0de
6 years ago
David
db7181fb16
Merge pull request #4217 from lioncash/prototype
key_manager: Make use of canonical deleted operator=
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
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
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
Rodrigo Locatti
1711fe29f2
Merge pull request #4140 from ReinUsesLisp/validation-layers
renderer_vulkan: Update validation layer name and test before enabling
6 years ago
bunnei
58f337e105
Merge pull request #3955 from FernandoS27/prometheus-2b
Remake Kernel Scheduling, CPU Management & Boot Management (Prometheus)
6 years ago
bunnei
8f4ce08e75
Merge pull request #4196 from ogniK5377/nrr-nro-fixes
ldr: Cleanup NRO & NRR structs
6 years ago
David Marcec
3804c6d1c0
ldr: Cleanup NRO & NRR structs
6 years ago
David
1989977382
Merge pull request #4026 from VolcaEM/ldr
ldr: Update NRR/NRO structs
6 years ago
David
33e9b11261
Merge pull request #4184 from VolcaEM/patch-9
grc: Update function table
6 years ago
David
475c9a1e3c
Merge pull request #4185 from VolcaEM/patch-10
lbl: Update function table
6 years ago
David
a6374c177a
Merge pull request #4186 from VolcaEM/patch-11
ldn: Update function table
6 years ago
David
7b1dba2f84
Merge pull request #4187 from VolcaEM/patch-12
mig: Update function table
6 years ago
David
3d5f77c3cf
Merge pull request #4188 from VolcaEM/patch-13
mm: Update function table
6 years ago
David
4abb01de75
Merge pull request #4189 from VolcaEM/patch-14
ncm: Update function table
6 years ago
David
9b9504bb8d
Merge pull request #4190 from VolcaEM/patch-15
nfc: Update function table
6 years ago
David
48090dcdba
Merge pull request #4183 from VolcaEM/patch-8
friend: Update function table
6 years ago
Morph
3a3949183e
maxwell_to_vk: Reorder vertex formats and add A2B10G10R10 for all types except float
6 years ago
Morph
4c3146aeb4
maxwell_to_gl: Add 32 bit component sizes to (un)signed scaled formats
Add 32 bit component sizes to (un)signed scaled formats and group (un)signed normalized, scaled, and integer formats together.
6 years ago
Fernando Sahmkow
94a51e6b21
Core/Common: Address Feedback.
6 years ago
Fernando Sahmkow
7818e2ee11
NvFlinger: Clang Format.
6 years ago
Fernando Sahmkow
8ef375e772
Build System: Fix GCC & MINGW Build.
6 years ago
Fernando Sahmkow
8cd81eb66f
SVC: Implement 32-bits wrappers and update Dynarmic.
6 years ago
Fernando Sahmkow
146bbc6189
SVC: Add GetCurrentProcessorNumber32, CreateTransferMemory32, SetMemoryAttribute32
6 years ago
Fernando Sahmkow
fd631d72a6
ARM: Update Dynarmic and Setup A32 according to latest interface.
6 years ago
Fernando Sahmkow
75db328166
SVC: Add GetThreadPriority32 & SetThreadPriority32
6 years ago
Fernando Sahmkow
a7be2fac83
ArmDynarmic32: Setup CNTPCT correctly
6 years ago
Fernando Sahmkow
78a23536d4
Audio: Correct buffer release for host timing.
6 years ago
Fernando Sahmkow
24e0d393e2
Common/Kernel: Corrections and small bug fixing.
6 years ago
Fernando Sahmkow
fda5651072
Services/NvFlinger: Do vSync in a sepparate thread on Multicore.
6 years ago
Fernando Sahmkow
3a6e6b2348
Externals: Update Dynarmic.
6 years ago
Fernando Sahmkow
74c9ad1976
Common/NativeClockx86: Reduce native clock accuracy further.
6 years ago
Fernando Sahmkow
4df46e0525
Tests/CoreTiming: Correct host timing tests.
6 years ago
Fernando Sahmkow
af0999c735
ARMDynarmicInterface: Correct GCC Build Errors.
6 years ago