summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-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-29maxwell_to_gl: Rename VertexType() to VertexFormat()Morph
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-28Merge pull request #4196 from ogniK5377/nrr-nro-fixesbunnei
ldr: Cleanup NRO & NRR structs
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
2020-06-28Merge pull request #4188 from VolcaEM/patch-13David
mm: Update function table
2020-06-28Merge pull request #4189 from VolcaEM/patch-14David
ncm: Update function table
2020-06-28Merge pull request #4190 from VolcaEM/patch-15David
nfc: Update function table
2020-06-28Merge pull request #4183 from VolcaEM/patch-8David
friend: Update function table
2020-06-28maxwell_to_vk: Reorder vertex formats and add A2B10G10R10 for all types ↵Morph
except float
2020-06-28maxwell_to_gl: Add 32 bit component sizes to (un)signed scaled formatsMorph
Add 32 bit component sizes to (un)signed scaled formats and group (un)signed normalized, scaled, and integer formats together.
2020-06-27Core/Common: Address Feedback.Fernando Sahmkow
2020-06-27NvFlinger: Clang Format.Fernando Sahmkow
2020-06-27Build System: Fix GCC & MINGW Build.Fernando Sahmkow
2020-06-27SVC: Implement 32-bits wrappers and update Dynarmic.Fernando Sahmkow
2020-06-27SVC: Add GetCurrentProcessorNumber32, CreateTransferMemory32, ↵Fernando Sahmkow
SetMemoryAttribute32
2020-06-27ARM: Update Dynarmic and Setup A32 according to latest interface.Fernando Sahmkow
2020-06-27SVC: Add GetThreadPriority32 & SetThreadPriority32Fernando Sahmkow
2020-06-27ArmDynarmic32: Setup CNTPCT correctlyFernando Sahmkow
2020-06-27Audio: Correct buffer release for host timing.Fernando Sahmkow
2020-06-27Common/Kernel: Corrections and small bug fixing.Fernando Sahmkow
2020-06-27Services/NvFlinger: Do vSync in a sepparate thread on Multicore.Fernando Sahmkow
2020-06-27Externals: Update Dynarmic.Fernando Sahmkow
2020-06-27Common/NativeClockx86: Reduce native clock accuracy further.Fernando Sahmkow
2020-06-27Tests/CoreTiming: Correct host timing tests.Fernando Sahmkow
2020-06-27ARMDynarmicInterface: Correct GCC Build Errors.Fernando Sahmkow
2020-06-27Common/AtomicOps: Correct GCC Intrinsic argument ordering.Fernando Sahmkow
2020-06-27Kernel: Correct Host Context on Threads and Scheduler.Fernando Sahmkow
2020-06-27YuzuQT: Hide Speed UI on Multicore.Fernando Sahmkow
2020-06-27Clang Format.Fernando Sahmkow
2020-06-27ARMInterface/Externals: Update dynarmic and fit to latest version.Fernando Sahmkow
2020-06-27ARMInterface: Correct rebase errors.Fernando Sahmkow
2020-06-27CoreTiming: Correct rebase bugs and other miscellaneous things.Fernando Sahmkow