summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-01-17Update based on feedbackAndrew Pilley
2024-01-17android: Save overlay data while using emulation fragmentt895
This should have been fully embraced before but the items within the popup menu and the adjust controls dialog fell through. This ensures that everything related to the overlay is saved during emulation and can't be lost during a crash.
2024-01-17nvnflinger: ensure display abandonment considers all layers and future layersLiam
2024-01-17Allow -u to accept a username string in addition to index, and suppress the ↵Andrew Pilley
User selector even if settings requires it to be shown for one instance only.
2024-01-16Merge pull request #12380 from flodavid/save-profileNarr the Reg
Save configuration profile name used by players
2024-01-16renderer_vulkan: recreate swapchain when frame size changesLiam
2024-01-16core: hid: Disable special features before disconnecting the controllersNarr the Reg
2024-01-15service: set: Implement stubbed functionsNarr the Reg
2024-01-15service: set: Refractor setting serviceNarr the Reg
2024-01-15service: hid: Fully implement abstract vibrationNarr the Reg
2024-01-16Fix typos in masterViktor Szépe
2024-01-16Merge remote-tracking branch 'origin/master' into typos3Viktor Szépe
2024-01-15Fix typos in arrays.xmlViktor Szépe
2024-01-15Fix one more typoViktor Szépe
2024-01-15Fix more typosViktor Szépe
2024-01-15service: nfc: Create backup when none existNarr the Reg
2024-01-15Merge pull request #12681 from t895/stick-togglesliamwhite
android: Fix overlay toggle ordering
2024-01-15Merge pull request #12677 from GPUCode/whyy-moddersliamwhite
core: Support multiple modules per patcher
2024-01-15Merge pull request #12665 from german77/proofliamwhite
service: acc: Only save profiles when profiles have changed
2024-01-15Merge pull request #12659 from liamwhite/audio-memoryCharles Lombardo
audio: fetch process object from handle table
2024-01-15Merge pull request #12652 from liamwhite/huge-pile-of-spirv-spaghettiCharles Lombardo
shader_recompiler: emulate 8-bit and 16-bit storage writes with cas loop
2024-01-15Merge pull request #12612 from liamwhite/fs-pidCharles Lombardo
fsp-srv: use program registry for SetCurrentProcess
2024-01-15Merge pull request #12611 from liamwhite/resource-management-is-hardCharles Lombardo
kernel: fix resource management issues
2024-01-15Merge pull request #12610 from liamwhite/reply-and-dont-receiveCharles Lombardo
server_manager: respond to session close correctly
2024-01-15android: Fix overlay toggle orderingt895
2024-01-15core: Support multiple modules per patcherGPUCode
2024-01-13Merge pull request #12667 from t895/version-infoliamwhite
android: Show version name instead of build hash in about fragment
2024-01-13android: Show version name instead of git hash in the about fragmentt895
2024-01-13android: Clean up git commands in build.gradlet895
2024-01-13android: Move ktlintCheck to yuzu-verifyt895
2024-01-13service: acc: Only save profiles when profiles have changedgerman77
2024-01-13loader: fix homebrew nro registrationLiam
2024-01-12kernel: optimize page free on shutdownLiam
2024-01-12kernel: fix debugger and process list lifetimeLiam
2024-01-12kernel: fix page leak on process terminationLiam
2024-01-12audio: fetch process object from handle tableLiam
2024-01-12Merge pull request #12605 from german77/abstractliamwhite
service: hid: Create abstracted pad structure
2024-01-11service: hid: Create abstracted pad structuregerman77
2024-01-11shader_recompiler: emulate 8-bit and 16-bit storage writes with cas loopLiam
2024-01-11fsp-srv: use program registry for SetCurrentProcessLiam
2024-01-11shader_recompiler: fix Offset operand usage for non-OpImage*GatherLiam
2024-01-10android: Fix added driver patht895
While this didn't break anything, the extra separator was unnecessary
2024-01-10android: Add button to use global driver valuet895
2024-01-10android: Reload driver data on importing user datat895
2024-01-10android: Rework driver fragmentt895
Applies settings upon selection and uses a new Driver model to represent the information in-view. Also switches from an async diff list to a plain one.
2024-01-10android: Refactor DriverAdapter to use AbstractSingleSelectionListt895
2024-01-10android: Create generic single selection list adaptert895
2024-01-10android: Refactor recycler view adapters to use AbstractListAdaptert895
2024-01-10android: Create generic list adapter for basic listst895
Simplifies basic setup for lists
2024-01-10android: Refactor async diff adapters to use AbstractDiffAdaptert895