- 22 Dec, 2021 2 commits
- 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 9 commits
-
-
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.
-
Fernando S authored
video_core: Refactoring post A.R.T. merge
-
bunnei authored
game_list: Add persistent setting for the favorites row expanded state
-
bunnei authored
- This was added early on as a hack to protect against some concurrency issues. - It's not clear that this serves any purpose anymore, and if it does, individual components should be fixed rather than using a global recursive mutex.
-
- 17 Dec, 2021 3 commits
-
-
vperus authored
MSVC supplied with VS2022 generates "warning C4189: 'CALIBRATION_THRESHOLD': local variable is initialized but not referenced" which is treated as an error. Circumvent it by moving constexpr variable directly into body of lambda function.
-
Andrew Udvare authored
-
Andrew Udvare authored
Enable SDL_THREADS and SDL_ATOMIC Also set SDL_WAYLAND=OFF due to build issue Closes #7572
-
- 16 Dec, 2021 8 commits
-
-
Narr the Reg authored
-
bunnei authored
Update video core popup
-
Matías Locatti authored
-
Matías Locatti authored
-
bunnei authored
Fix blit image/view not compatible
-
liushuyu authored
... to avoid leaving variable undefined in the current scope
-
liushuyu authored
-
liushuyu authored
-
- 15 Dec, 2021 9 commits
-
-
bunnei authored
yuzu/main: Fix host memory byte units. GB to GiB
-
bunnei authored
Revert "video_core/codecs: refactor ffmpeg searching and handling in cmake"
-
bunnei authored
-
Wunkolo authored
I have `134850146304` bytes of ram and Yuzu was saying that I had `125.59 GB` of ram. But `125.59` is actually the amount of gi**bi**bytes I have. In gi**ga**bytes I would have `134.9`. Additionally, I changed the `1024 / 1024 / 1024` here into the `_GiB` user-literals that I added a while ago(#6519). https://www.wolframalpha.com/input/?i=134850146304+bytes
-
bunnei authored
video_core/codecs: refactor ffmpeg searching and handling in cmake
-
Mai M authored
common/cpu_detect: Remove CPU family and model
-
Mai M authored
maxwell_to_vk: Add ASTC_2D_8X5_UNORM
-
Mai M authored
qt_software_keyboard: Fix out of bounds array access
-
Ghost authored
core/hid: Fix faulty analog triggers
-