Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-07 | IApplicationFunctions: Update to 11.x | Morph | |
2021-04-07 | IDebugFunctions: Update to 12.x | Morph | |
2021-04-07 | ICommonStateGetter: Update to 12.x | Morph | |
2021-04-07 | IGlobalStateController: Update to 12.x | Morph | |
2021-04-07 | IHomeMenuFunctions: Update to 12.x | Morph | |
2021-04-06 | Merge pull request #6146 from lat9nq/vp9_empty_memcpy | bunnei | |
vp9: Avoid memcpy with null pointers | |||
2021-04-05 | vp9: Avoid memcpy with null pointers | lat9nq | |
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> | |||
2021-04-04 | Merge pull request #6141 from lat9nq/cfg_gphcs_stack_use | LC | |
configure_graphics: Prevent stack-use-after-scope | |||
2021-04-04 | configure_graphics: Prevent stack-use-after-scope | lat9nq | |
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. | |||
2021-04-04 | Merge pull request #6139 from Morph1984/cmake-fix-build | Morph | |
ci: Fix MSVC build with CMake 3.20.0 | |||
2021-04-04 | ci: Fix MSVC build with CMake 3.20.0 | Morph | |
2021-04-03 | Merge pull request #6127 from german77/udpSingleConnection | bunnei | |
InputCommon: Improve UDP communications | |||
2021-04-02 | Merge pull request #6132 from MerryMage/code_size | bunnei | |
arm_dynarmic: Increase size of code cache | |||
2021-04-02 | Merge pull request #6131 from german77/rightjoyconSLSR | Morph | |
HID: Fix SL and SR buttons for right joycon | |||
2021-04-02 | arm_dynarmic: Increase size of code cache | MerryMage | |
2021-04-02 | HID: Fix SL and SR buttons for right joycon | german77 | |
2021-04-01 | Merge pull request #6129 from degasus/cmake_libzip | bunnei | |
externals/cmake: Fix case spelling of libzip. | |||
2021-04-01 | Merge pull request #6128 from bunnei/update-dynarmic-2 | bunnei | |
externals: dynarmic: Update to latest rev. to increase code size. | |||
2021-04-02 | externals: Fix case spelling of libzip. | Markus Wick | |
CMake is case senstive, so Libzip vs LIBZIP was a bug. Upstream calls themself libzip, so let's pick this naming. | |||
2021-04-01 | externals: dynarmic: Update to latest rev. to increase code size. | bunnei | |
- The current limits are being hit in yuzu with some games. - This should fix the slowdowns in newer updates for Super Smash Bros. Ultimate. | |||
2021-04-01 | Merge pull request #6106 from MerryMage/nullptr-jit | bunnei | |
[test] arm_dynarmic: Always have a 'valid' jit instance | |||
2021-03-30 | Merge pull request #6126 from ↵ | bunnei | |
Morph1984/stub-SetAlbumImageTakenNotificationEnabled ISelfController: Stub SetAlbumImageTakenNotificationEnabled | |||
2021-03-30 | Use a single connection for UDP server, make connection test longer and ↵ | german77 | |
check all pads instead of only the first one | |||
2021-03-30 | Merge pull request #5927 from ameerj/astc-compute | Rodrigo Locatti | |
video_core: Accelerate ASTC texture decoding using compute shaders | |||
2021-03-30 | Merge pull request #6116 from german77/userArgument | bunnei | |
yuzu/main: Add user command line argument | |||
2021-03-30 | ISelfController: Stub SetAlbumImageTakenNotificationEnabled | Morph | |
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. | |||
2021-03-30 | Merge pull request #6124 from jbeich/vulkan+opengl | bunnei | |
vulkan_common: enable OpenGL interop on other Unices | |||
2021-03-29 | Merge pull request #6109 from german77/gestureID | bunnei | |
HID: Initialize correctly the gesture finger_id and filter invalid inputs | |||
2021-03-30 | vulkan_common: enable OpenGL interop on other Unices | Jan Beich | |
2021-03-29 | Merge pull request #6102 from ogniK5377/fd-pass | bunnei | |
nvdrv: Pass device fd and handle device create methods for device opening and closing | |||
2021-03-28 | Merge pull request #6118 from MerryMage/dynarmic | bunnei | |
externals: Update dynarmic to c28f13af | |||
2021-03-28 | Merge pull request #6115 from bunnei/fix-kernel-init | bunnei | |
hle: kernel: Initialize preemption task after schedulers. | |||
2021-03-27 | externals: Update dynarmic to c28f13af | MerryMage | |
AVX-512 bugfixes | |||
2021-03-27 | yuzu/main: Add user command line argument | german77 | |
2021-03-27 | Merge pull request #6114 from Morph1984/friend-log | bunnei | |
service: friend: Change logging class from ACC to Friend | |||
2021-03-27 | hle: kernel: Initialize preemption task after schedulers. | bunnei | |
- Fixes a startup crash that occurs if CoreTiming tries to preempt before kernel initialization completes. | |||
2021-03-27 | service: friend: Change logging class from ACC to Friend | Morph | |
2021-03-26 | HID: Initialize correctly the gesture finger_id and filter invalid results | Narr the Reg | |
2021-03-25 | astc_decoder: Refactor for style and more efficient memory use | ameerj | |
2021-03-25 | nvdrv: Pass device fd and handle device create methods for device opening ↵ | Chloe Marcec | |
and closing 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 | |||
2021-03-24 | Merge pull request #6101 from ogniK5377/alloc-as-ex | bunnei | |
nvdrv: Change InitializeEx to AllocAsEx | |||
2021-03-24 | Merge pull request #6108 from jbeich/freebsd-async-shaders | bunnei | |
gl_device: unblock async shaders on other Unix systems | |||
2021-03-24 | gl_device: unblock async shaders on other Unix systems | Jan Beich | |
Mesa is the primary OpenGL provider on all FreeDesktop systems. For example, iris is used on Intel GPU + FreeBSD by default. | |||
2021-03-24 | arm_dynarmic: Always have a 'valid' jit instance | MerryMage | |
2021-03-23 | Merge pull request #6100 from bunnei/arm-fix | bunnei | |
core: arm_dynarmic: Ensure JIT state is saved/restored on page table changes. | |||
2021-03-22 | Merge pull request #6092 from ivan-boikov/cancel-dir-select | bunnei | |
Fix cancelation of getExistingDirectory dialog | |||
2021-03-22 | nvdrv: Change InitializeEx to AllocAsEx | Chloe Marcec | |
Wee also report the correct "big page size" now in GetVARegions & fix up the struct for IoctlAllocAsEx | |||
2021-03-21 | Merge pull request #6095 from lat9nq/async-shader-block | LC | |
gl_device: Block async shaders on AMD and Intel | |||
2021-03-21 | Merge pull request #6078 from Morph1984/libusb-utf8 | LC | |
externals/libusb/CMakeLists: Add /utf-8 compile option for MSVC | |||
2021-03-21 | core: arm_dynarmic: Ensure JIT state is saved/restored on page table changes. | bunnei | |
- We re-create the JIT here without preserving any state. |