- 19 Dec, 2021 1 commit
-
-
ameerj authored
Avoids a memory leak.
-
- 18 Dec, 2021 8 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
-
- 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 11 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
-
Narr the Reg authored
-
Narr the Reg authored
common/input: Avoid numerous large copies of CallbackStatus
-
- 14 Dec, 2021 9 commits
-
-
Narr the Reg authored
input/SDL: Update SDL hints
-
Valeri authored
SDL_HINT_JOYSTICK_HIDAPI_SWITCH_HOME_LED is no longer needed thanks to new default in SDL 2.0.18. SDL_HINT_JOYSTICK_HIDAPI_XBOX is reported to cause conflicts with native driver Xbox driver on Linux, and Xbox controllers don't benefit from hidapi anyways.
-
liushuyu authored
-
liushuyu authored
... this would resolve some edge-cases where multiple devices are present and ffmpeg is unable to auto-supply the hw surfaces
-
bunnei authored
input_poller/input_mapping: Silence several -Wdocumentation warnings
-
Lioncash authored
CallbackStatus instances aren't the cheapest things to copy around (relative to everything else), given that they're currently 520 bytes in size and are currently copied numerous times when callbacks are invoked. Instead, we can pass the status by const reference to avoid all the copying.
-
Morph authored
We currently do not make use of these fields, remove them for now.
-
Lioncash authored
Given these return void, these can be omitted.
-
Lioncash authored
-