- 30 Dec, 2021 4 commits
-
-
ameerj authored
-
ameerj authored
some drivers have a bug bitwise converting floating point cbuf values to uint variables. This adds a workaround for these drivers to make all cbufs uint and convert to floating point as needed.
-
ameerj authored
-
ameerj authored
Works around an nvidia driver bug, where casting the integer attributes to float and back to an integer always returned 0.
-
- 25 Dec, 2021 1 commit
-
-
ameerj authored
-
- 24 Dec, 2021 2 commits
- 23 Dec, 2021 1 commit
-
-
bunnei authored
main: Fix wake lock (prevent sleep) in Flatpak
-
- 22 Dec, 2021 9 commits
-
-
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 14 commits
-
-
Jan Beich authored
-
Jan Beich authored
-
Morph authored
core/hid: Cancel any vibration after the test
-
Morph authored
core: loader: kip: Minimal changes to fix KIP loading.
-
bunnei authored
[Patch v2] externals/ffmpeg: refactor ffmpeg searching and handling in cmake
-
bunnei authored
externals/CMakeLists: fix detection/init of Switch controllers in SDL 2.0.18
-
bunnei authored
[input_common] Fixed thread hang
-
bunnei authored
- Allows us to boot KIP (kernal apps), useful for testing the kernel.
-
vonchenplus authored
-
Fernando Sahmkow authored
-
Fernando S authored
video_core: Refactoring post A.R.T. merge
-
vonchenplus authored
-
vonchenplus authored
-
Feng Chen authored
-