summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-11-17maxwell3d: full HLE for multi-layer clearsLiam
2022-11-16maxwell3d: HLE multi-layer clear macroLiam
2022-11-15configure_profile_manager: Cleanup reference/pointer usagelat9nq
Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com> Co-authored-by: Mai M. <mathew1800@gmail.com>
2022-11-15configure_profile_manager: Remove profile picture borderlat9nq
The border adds its own width at least on Linux which causes the icon to be offset by 1px, and cropped by 2px on the bottom and right sides.
2022-11-15configure_profile_manager: Use a custom dialog for deletionlat9nq
A hopefully more informative dialog that most importantly notifies the user that their saves will be deleted with the user profile. cpm: Only keep track of UI elements that we need cpm: Remove unused forward declarations cpm: Add missing include
2022-11-14Merge pull request #9243 from german77/resultbunnei
core: Update result module
2022-11-14core: Update result moduleNarr the Reg
2022-11-12Merge pull request #9225 from liamwhite/debugger-instanceliamwhite
Debugger improvements
2022-11-12Ignore ARM for core countMatías Locatti
2022-11-12Merge pull request #9226 from Kelebek1/regs_regressionbunnei
[video_core] Fix a couple regs regressions
2022-11-11Merge pull request #9224 from liamwhite/services-arent-processesbunnei
service_thread: remove explicit KProcess
2022-11-12Merge pull request #9231 from goldenx86/corecountMai
Add CPU core count to log files
2022-11-11Add CPU core count to log filesMatías Locatti
2022-11-11Merge pull request #9204 from vonchenplus/dma_copy_1d_random_crashliamwhite
video_core: Fix dma copy 1D random crash
2022-11-11Merge pull request #9133 from FearlessTobi/compat-improvementsliamwhite
yuzu/compatdb: Improve compatibility submission system
2022-11-11yuzu/main: Change to 8_GiB instead of magic numberTobias
Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com>
2022-11-11Merge pull request #9167 from vonchenplus/tessliamwhite
video_core: Fix few issues in Tess stage
2022-11-10Merge pull request #9223 from goldenx86/threadcountbunnei
Add CPU thread count to log files
2022-11-11Fix regs regression with OpenGL two-sided stencil, and re-add data ↵Kelebek1
invalidation reg
2022-11-11ir/texture_pass: Use host_info instead of querying Settings::values (#9176)Morph
2022-11-10Merge pull request #9198 from liamwhite/arm64bunnei
Initial ARM64 support
2022-11-11Merge pull request #9180 from Docteh/remove_stuffMai
UI: split up strings relating to content removal
2022-11-11Merge pull request #9217 from HidroSaphire/patch-1Mai
Add break statement in default cases
2022-11-10gdbstub: add ams monitor commandsLiam
2022-11-10debugger: allow more than one connection attempt per sessionLiam
2022-11-10Merge pull request #9192 from german77/i_had_to_copy_each_one_againbunnei
yuzu: Change QtKeyToSwitchKey switch case to array
2022-11-10Me likesMatías Locatti
Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com>
2022-11-10service_thread: remove explicit KProcessLiam
2022-11-10yuzu/compatdb: Rework compatibility submission systemFearlessTobi
Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com>
2022-11-10Add CPU thread count to log filesMatías Locatti
2022-11-11video_core: Fix dma copy 1D random crashFengChen
2022-11-09kernel/svc_types: refreshLiam
2022-11-09Merge pull request #9182 from liamwhite/services-are-processesbunnei
kernel: assign KProcess to service threads
2022-11-09Initial ARM64 supportLiam
2022-11-09Add break statement in default casesEnrico Mancuso
According to the contributing page (https://github.com/yuzu-emu/yuzu/wiki/Contributing) the default cases should have a break statement default: // Yes, even break for the last case break;
2022-11-09Merge pull request #9215 from liamwhite/swordfightFernando S
Ensure correctness of atomic store ordering
2022-11-09Ensure correctness of atomic store orderingLiam
2022-11-07video_core: Fix few issues in Tess stageFengChen
2022-11-06service_thread: fix deletionLiam
2022-11-06yuzu: Change QtKeyToSwitchKey switch case to arraygerman77
2022-11-06video_core:Fix vmm kinds size errorFengChen
2022-11-06Merge pull request #9163 from vonchenplus/draw_errorFernando S
video_core: Fix drawing trigger mechanism regression
2022-11-05Merge pull request #9173 from bunnei/kern-update-15liamwhite
Kernel: Various updates for FW 15.0.x
2022-11-05core: hle: kernel: Address review comments.Liam
2022-11-05Merge pull request #9189 from vonchenplus/stupidMorph
video_core: Fix scaling graphical regressions for multiple games
2022-11-05video_core: Fix scaling graphical regressions for multiple gamesFengChen
2022-11-04UI: split up strings relating to content removalKyle Kienapfel
Requested by Italian translator (Fs00 in Discord) "Remove Installed Game %1?" "Error Removing %1" I didn't press for translated strings, so have a taste direct from deepl Rimuovere il contenuto del gioco installato? Rimuovere l'aggiornamento del gioco installato? Rimuovere il DLC del gioco installato?
2022-11-04Merge pull request #9181 from jbeich/freebsd-qt-parityMai
Qt: enable recent Linux features on BSDs
2022-11-04Merge pull request #9178 from jbeich/freebsd-includeMai
network: unbreak on BSDs due to missing include
2022-11-04service_thread: register service threads to the logical owner processLiam