summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-01-22kernel: target invalidate to given processLiam
2024-01-22device_memory_manager: fix ScratchBuffer indexingLiam
2024-01-22Merge pull request #12579 from FernandoS27/smmuliamwhite
Core: Implement Device Mapping & GPU SMMU
2024-01-22android: Add to launcher buttont895
2024-01-22Merge pull request #12739 from t895/debug-keystoreCharles Lombardo
android: Provide debug.keystore for debug and relWithDebInfo builds
2024-01-22Merge pull request #12738 from t895/lock-drawerCharles Lombardo
android: Port "Lock drawer" feature from Citra
2024-01-22Merge pull request #12736 from t895/verify-contentsCharles Lombardo
android: Add verify contents buttons
2024-01-21android: Provide debug.keystore for debug and relWithDebInfo buildst895
Allows devs to share debug builds with testers without uninstalling the previous build
2024-01-21android: Port "Lock drawer" feature from Citrat895
2024-01-21frontend_common: Remove default value for installer callbackst895
We never used these without callbacks and these will break without them in their current state. I could write the default value to return false always but that's unnecessary for now.
2024-01-21Merge pull request #12734 from german77/enable-appletliamwhite
service: hid: Implement EnableAppletForInput
2024-01-21Merge pull request #12735 from german77/disable-vibrationliamwhite
core: hid: Allow to disable vibration
2024-01-21android: Add options to verify installed contentt895
2024-01-21core: hid: Allow to disable vibrationNarr the Reg
2024-01-21frontend_common: Move integrity verification to content_managert895
2024-01-21service: hid: Implement EnableAppletForInputNarr the Reg
2024-01-21Merge pull request #12733 from german77/settings_servicesCharles Lombardo
service: set: Don't allow invalid mii author id
2024-01-21service: set: Don't allow invalid mii author idgerman77
2024-01-20android: Sync translationst895
2024-01-20android: Change "Clear" to "Use global setting" for per-game settingst895
2024-01-20Merge pull request #12688 from liamwhite/wl-present-fixliamwhite
renderer_vulkan: recreate swapchain when frame size changes
2024-01-20Merge pull request #12724 from merryhime/fs-u8str-overloadsliamwhite
fs/file: Explicitly convert std::u8string to std::filesystem::path
2024-01-20Merge pull request #12721 from t895/card-elevationliamwhite
android: Use elevated card style for home setting card
2024-01-20Merge pull request #12719 from t895/sort-searchliamwhite
android: Sort recently added/played games by time
2024-01-20Merge pull request #12715 from t895/remove-addonsliamwhite
android: Add uninstall addon button
2024-01-20Merge pull request #12660 from german77/better-vibrationliamwhite
service: hid: Fully implement abstract vibration
2024-01-20Merge pull request #12701 from liamwhite/flinger-layer-issuesliamwhite
vi: check layer state before opening or closing
2024-01-20fs/file: Explicitly convert std::u8string to std::filesystem::pathMerry
2024-01-20android: Use elevated card style for home setting cardt895
2024-01-20android: Sort recently added/played games by timet895
2024-01-19frontend_common: Add documentation for content_manangert895
2024-01-19android: Add addon delete buttont895
Required some refactoring of retrieving patches in order for the frontend to pass the right information to ContentManager for deletion.
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-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