- 01 Jan, 2022 1 commit
-
-
ameerj authored
-
- 31 Dec, 2021 1 commit
-
-
bunnei authored
core/hid: Fix controller type validation
-
- 30 Dec, 2021 2 commits
- 29 Dec, 2021 1 commit
-
-
bunnei authored
Increase boost requirement to 1.78.0
-
- 28 Dec, 2021 6 commits
-
-
Matías Locatti authored
-
Matías Locatti authored
-
bunnei authored
- Updates our svcSetHeapSize with latest HOS, furthermore allowing heap size to properly be extended/shrunk. - Validated with tests https://github.com/Atmosphere-NX/Atmosphere/blob/master/tests/TestSvc/source/test_set_heap_size.cpp.
-
bunnei authored
vk_texture_cache: Fix invalidated pointer access
-
bunnei authored
core: hle: kernel: Implement SetMemoryPermission.
-
bunnei authored
emit_glasm_context_get_set: Fix GetAttribute return value type.
-
- 25 Dec, 2021 2 commits
- 24 Dec, 2021 3 commits
-
-
bunnei authored
blit_image: Remove unused function
-
ameerj authored
-
ameerj authored
The vulkan ImageView held a reference to its source image for rescale status checking. This pointer is sometimes invalidated when the texture cache slot_images container is resized. To avoid an invalid pointer dereference, the ImageView now holds a reference to the container itself.
-
- 23 Dec, 2021 3 commits
-
-
bunnei authored
- Not seen in any games yet, but validated with kernel tests.
-
bunnei authored
- This was added with firmware 11.0.0 (https://switchbrew.org/wiki/11.0.0). - X18 is OR'd by kernel with 1, to make sure it is odd.
-
bunnei authored
main: Fix wake lock (prevent sleep) in Flatpak
-
- 22 Dec, 2021 10 commits
-
-
Matías Locatti authored
Liu's finding, this allows to build yuzu on VS 2022. Ignore at will.
-
Fernando S authored
hle: kernel: svc: GetInfo: Fix error checking with IdleTickCount.
-
Fernando S authored
Convert all legacy attributes to generic attributes
-
liushuyu authored
-
liushuyu authored
... by using the XDP system
-
bunnei authored
Vulkan: Fix Primitive Restart and implement Logical Operations
-
bunnei authored
build: enable VA-API on FreeBSD
-
bunnei authored
- Enforce tha the supplied handle is invalid, not valid. - This gets Witcher 3 booting.
-
bunnei authored
main: Make separate render window fullscreen toggle on the monitor it resides in
-
bunnei authored
Allow overriding SCM version info
-
- 21 Dec, 2021 4 commits
-
-
bunnei authored
service/hid: Improve console motion accuracy
-
bunnei authored
dist/XDG: add more file associations
-
Andrew Udvare authored
-
Andrew Udvare authored
If the build is from a non-repository, these functions will return empty. This patch allows using defines to CMake to set version info such as -DGIT_BRANCH=master.
-
- 20 Dec, 2021 1 commit
-
-
bunnei authored
core: hle: Remove global HLE lock.
-
- 19 Dec, 2021 4 commits
-
-
bunnei authored
kernel: Manually destroy the current process during shut down
-
ameerj authored
-
ameerj authored
Toggling borderless fullscreen on the separate render window made it fullscreen on the monitor which the main yuzu window resided in. This change allows the render window to go fullscreen on the monitor it resides in, independent of the main window location.
-
ameerj authored
Avoids a memory leak.
-
- 18 Dec, 2021 2 commits