- 04 Apr, 2022 3 commits
-
-
lat9nq authored
TSan reported a race between thread 36 and thread 34, a read at :225 and a write at :225 respectively. Make total_proces_running_time_ticks atomic to avoid this race.
-
lat9nq authored
TSan reported a race at :258 and :803, so make current_process an atomic pointer.
-
lat9nq authored
TSan reports a race between the main thread and T37 during IsLockedByCurrentThread and when it's set at the end of Lock(), respectively. Set owner_thread to an atomic pointer to fix it. Co-authored-by: bunnei <bunneidev@gmail.com>
-
- 03 Apr, 2022 4 commits
- 02 Apr, 2022 13 commits
-
-
merry authored
-
merry authored
-
Merry authored
-
Merry authored
-
merry authored
audio_core: remove time stretcher
-
Morph authored
configure_hotkeys: Make first column stretch and not last column
-
Morph authored
configure_per_game_addons: Stretch first column and not last
-
Morph authored
fix: typos
-
merry authored
-
merry authored
Also configure minimum width of columns to be 150px.
-
Andrea Pappacoda authored
-
merry authored
This provides more sensible column widths.
-
Morph authored
This is a hack to keep the foreground (websession) web applet open in games using these such as Super Mario 3D All-Stars.
-
- 01 Apr, 2022 6 commits
-
-
Andrea Pappacoda authored
Also drop the SoundTouch dependency
-
Fernando S authored
GPU Garbage Collection: Fix regressions.
-
Mai M authored
configure_debug: Fix typo
-
Mai M authored
build: cleanup installation of yuzu and yuzu-cmd
-
Mai M authored
Update translations (2022-04-01)
-
The yuzu Community authored
-
- 31 Mar, 2022 7 commits
-
-
Fernando S authored
codec: Fix GPU decoder detection on Windows and a memory leak
-
Fernando Sahmkow authored
-
Fernando S authored
nvhost_ctrl: Only mark EventState::Busy as BadParameter
-
german77 authored
-
bunnei authored
Vulkan: Use 3D helpers for MSAA scaling on NV drivers 510+
-
bunnei authored
service: hid: Signal event on AcquireNpadStyleSetUpdateEventHandle
-
bunnei authored
Kernel Memory Updates (Part 7): Various fixes to code memory (Skyline support)
-
- 30 Mar, 2022 2 commits
-
-
Narr the Reg authored
-
bunnei authored
yuzu: Only override fullscreen setting if gamepath or argument is provided
-
- 29 Mar, 2022 5 commits