- Apr 07, 2021
- Apr 05, 2021
-
-
lat9nq authored
Avoid sending null pointer to memcpy as reported by Undefined Behaviour Sanitizer. Replaces the std::memcpy calls in SpliceVectors with std::copy calls. Opting to replace all the memcpy's with copy's. Co-authored-by:
LC <mathew1800@gmail.com>
-
- Apr 04, 2021
-
-
LC authored
configure_graphics: Prevent stack-use-after-scope
-
lat9nq authored
Address Sanitizer reports stack-use-after-scope on line 231 `vulkan_devices.push_back(QString::fromStdString(name));`. Instead of using a pointer, copy the string into a std::string and use that, instead.
-
Morph authored
ci: Fix MSVC build with CMake 3.20.0
-
Morph authored
-
bunnei authored
InputCommon: Improve UDP communications
-
- Apr 03, 2021
-
-
bunnei authored
arm_dynarmic: Increase size of code cache
-
- Apr 02, 2021
- Apr 01, 2021
-
-
Markus Wick authored
CMake is case senstive, so Libzip vs LIBZIP was a bug. Upstream calls themself libzip, so let's pick this naming.
-
bunnei authored
- The current limits are being hit in yuzu with some games. - This should fix the slowdowns in newer updates for Super Smash Bros. Ultimate.
-
bunnei authored
[test] arm_dynarmic: Always have a 'valid' jit instance
-
- Mar 31, 2021
- Mar 30, 2021
-
-
Rodrigo Locatti authored
video_core: Accelerate ASTC texture decoding using compute shaders
-
bunnei authored
yuzu/main: Add user command line argument
-
Morph authored
This service call sets an internal flag whether a notification is shown when an image is captured. Currently we do not support capturing images via the capture button, so this can be stubbed for now.
-
bunnei authored
vulkan_common: enable OpenGL interop on other Unices
-
bunnei authored
HID: Initialize correctly the gesture finger_id and filter invalid inputs
-
Jan Beich authored
-
- Mar 29, 2021
-
-
bunnei authored
nvdrv: Pass device fd and handle device create methods for device opening and closing
-
- Mar 28, 2021
- Mar 27, 2021
- Mar 26, 2021
-
-
Narr the Reg authored
-
- Mar 25, 2021
-
-
ameerj authored
-
Chloe Marcec authored
We pass the fd to the ioctl as well as alert the device when it's opened or closed to allow for fd unique actions to take place
-
bunnei authored
nvdrv: Change InitializeEx to AllocAsEx
-
- Mar 24, 2021