aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-19android: Use callback to update progress bar dialogst895
2024-01-19frontend_common: Add content manager utility functionst895
Creates utility functions to remove/install DLC, updates, and base game content
2024-01-19Merge pull request #12713 from shinra-electric/mvk-127liamwhite
macOS: Bump MoltenVK to v1.2.7
2024-01-19Bump MoltenVK to v1.2.7shinra-electric
2024-01-19Merge pull request #12687 from german77/amiibo-lockliamwhite
core: hid: Disable special features before disconnecting the controllers
2024-01-19Merge pull request #12695 from anpilley/user-arguments-v2liamwhite
Allow -u to accept a username string in addition to index
2024-01-19Merge pull request #12709 from german77/npad-discliamwhite
service: hid: Clear controller status when aruid is no longer used
2024-01-19service: hid: Clear controller status when aruid is no longer usedNarr the Reg
2024-01-18Merge pull request #12678 from german77/settings_implliamwhite
service: set: Implement stubbed functions
2024-01-18Merge pull request #12683 from german77/amiibo-dumpliamwhite
service: nfc: Create backup when none exist
2024-01-18Merge pull request #12644 from liamwhite/vkspec-image-offsetliamwhite
shader_recompiler: fix Offset operand usage for non-OpImage*Gather
2024-01-18device_memory_manager: use unique_lock for updateLiam
2024-01-18nvhost_vic: use map erase by keyLiam
2024-01-18nvdrv: clean up preallocationLiam
2024-01-18nvdrv: use correct names for interface factoryLiam
2024-01-18nvdrv: use static typing for SessionId, smmu Asid typesLiam
2024-01-18Core: Invert guest memory depandancyFernando Sahmkow
2024-01-18Core: Make sure GPU Dirty Managers ae shared by all processes.Fernando Sahmkow
2024-01-18Core: Eliminate core/memory dependancies.Fernando Sahmkow
2024-01-18SMMU: Fix Right Shift UB.Fernando Sahmkow
2024-01-18SMMU: Fix 8Gb layout.Fernando Sahmkow
2024-01-18Core: Clang format and other small issues.Fernando Sahmkow
2024-01-18SMMU: Fix software rendering and cleanupFernando Sahmkow
2024-01-18SMMU: Add continuity tracking optimization.Fernando Sahmkow
2024-01-18SMMU: Simplify and remove old code.Fernando Sahmkow
2024-01-18SMMU: Add Android compatibilityFernando Sahmkow
2024-01-18GPU-SMMU: Estimate game leak and preallocate device region.Fernando Sahmkow
2024-01-18GPU SMMU: Expand to 34 bitsFernando Sahmkow
2024-01-18SMMU: Fix Unregister on MultiAddressFernando Sahmkow
2024-01-18SMMU: Implement physical memory mirroringFernando Sahmkow
2024-01-18SMMU: Initial adaptation to video_core.Fernando Sahmkow
2024-01-18SMMU: Implement backing CPU page protect/unprotectFernando Sahmkow
2024-01-18NVDRV: Implement sessions and initial implementation of SMMUFernando Sahmkow
2024-01-18Core: Initial implementation of device memory mappingFernando Sahmkow
2024-01-18Merge pull request #12702 from german77/android-inputCharles Lombardo
input_common: Add android input engine
2024-01-17input_common: Add android input engineNarr the Reg
2024-01-17Merge pull request #12699 from t895/overlay-savingliamwhite
android: Save overlay data while using emulation fragment
2024-01-17vi: check layer state before opening or closingLiam
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-17Merge pull request #12689 from liamwhite/remove-formatliamwhite
ci: remove format dep from mainline step2
2024-01-16ci: remove format dep from mainline step2Liam
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