- 03 Apr, 2021 1 commit
-
-
bunnei authored
arm_dynarmic: Increase size of code cache
-
- 02 Apr, 2021 5 commits
- 01 Apr, 2021 3 commits
-
-
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
-
- 31 Mar, 2021 1 commit
-
-
bunnei authored
ISelfController: Stub SetAlbumImageTakenNotificationEnabled
-
- 30 Mar, 2021 6 commits
-
-
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
-
- 29 Mar, 2021 1 commit
-
-
bunnei authored
nvdrv: Pass device fd and handle device create methods for device opening and closing
-
- 28 Mar, 2021 2 commits
- 27 Mar, 2021 5 commits
- 26 Mar, 2021 1 commit
-
-
Narr the Reg authored
-
- 25 Mar, 2021 3 commits
-
-
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
-
- 24 Mar, 2021 4 commits
-
-
bunnei authored
gl_device: unblock async shaders on other Unix systems
-
Jan Beich authored
Mesa is the primary OpenGL provider on all FreeDesktop systems. For example, iris is used on Intel GPU + FreeBSD by default.
-
MerryMage authored
-
bunnei authored
core: arm_dynarmic: Ensure JIT state is saved/restored on page table changes.
-
- 23 Mar, 2021 1 commit
-
-
bunnei authored
Fix cancelation of getExistingDirectory dialog
-
- 22 Mar, 2021 3 commits
-
-
Chloe Marcec authored
Wee also report the correct "big page size" now in GetVARegions & fix up the struct for IoctlAllocAsEx
-
LC authored
gl_device: Block async shaders on AMD and Intel
-
LC authored
externals/libusb/CMakeLists: Add /utf-8 compile option for MSVC
-
- 21 Mar, 2021 2 commits
-
-
bunnei authored
- We re-create the JIT here without preserving any state.
-
lat9nq authored
Currently, the Windows versions of the Intel OpenGL driver and the AMD proprietary OpenGL driver do not properly support (or in fact degrade) when asynchronous shader compilation is enabled. This blocks specifically those drivers from using this feature. This affects AMDGPU-PRO on Linux, and AMD's and Intel's OpenGL drivers on Windows.
-
- 20 Mar, 2021 2 commits
-
-
ivan-boikov authored
-
bunnei authored
IApplicationDisplayService: Stub GetIndirectLayerImageMap
-