summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #12721 from t895/card-elevationGravatar liamwhite2024-01-201-3/+3
|\ | | | | android: Use elevated card style for home setting card
| * android: Use elevated card style for home setting cardGravatar t8952024-01-201-3/+3
| |
* | Merge pull request #12719 from t895/sort-searchGravatar liamwhite2024-01-201-2/+2
|\ \ | | | | | | android: Sort recently added/played games by time
| * | android: Sort recently added/played games by timeGravatar t8952024-01-201-2/+2
| |/
* | Merge pull request #12715 from t895/remove-addonsGravatar liamwhite2024-01-2033-424/+912
|\ \ | | | | | | android: Add uninstall addon button
| * | frontend_common: Add documentation for content_manangerGravatar t8952024-01-191-0/+53
| | |
| * | android: Add addon delete buttonGravatar t8952024-01-1917-82/+305
| | | | | | | | | | | | Required some refactoring of retrieving patches in order for the frontend to pass the right information to ContentManager for deletion.
| * | android: Use callback to update progress bar dialogsGravatar t8952024-01-1910-121/+236
| | |
| * | frontend_common: Add content manager utility functionsGravatar t8952024-01-1912-221/+318
| |/ | | | | | | Creates utility functions to remove/install DLC, updates, and base game content
* | Merge pull request #12660 from german77/better-vibrationGravatar liamwhite2024-01-2031-448/+905
|\ \ | | | | | | service: hid: Fully implement abstract vibration
| * | service: hid: Fully implement abstract vibrationGravatar Narr the Reg2024-01-1531-448/+905
| | |
* | | Merge pull request #12701 from liamwhite/flinger-layer-issuesGravatar liamwhite2024-01-206-15/+42
|\ \ \ | |_|/ |/| | vi: check layer state before opening or closing
| * | vi: check layer state before opening or closingGravatar Liam2024-01-174-12/+27
| | |
| * | nvnflinger: ensure display abandonment considers all layers and future layersGravatar Liam2024-01-173-3/+15
| | |
* | | Bump MoltenVK to v1.2.7Gravatar shinra-electric2024-01-191-1/+1
| | |
* | | Merge pull request #12687 from german77/amiibo-lockGravatar liamwhite2024-01-191-0/+1
|\ \ \ | | | | | | | | core: hid: Disable special features before disconnecting the controllers
| * | | core: hid: Disable special features before disconnecting the controllersGravatar Narr the Reg2024-01-161-0/+1
| | |/ | |/|
* | | Merge pull request #12695 from anpilley/user-arguments-v2Gravatar liamwhite2024-01-194-4/+40
|\ \ \ | | | | | | | | Allow -u to accept a username string in addition to index
| * | | Update based on feedbackGravatar Andrew Pilley2024-01-171-2/+2
| | | |
| * | | Allow -u to accept a username string in addition to index, and suppress the ↵Gravatar Andrew Pilley2024-01-174-4/+40
| | |/ | |/| | | | | | | User selector even if settings requires it to be shown for one instance only.
* | | Merge pull request #12709 from german77/npad-discGravatar liamwhite2024-01-191-0/+7
|\ \ \ | | | | | | | | service: hid: Clear controller status when aruid is no longer used
| * | | service: hid: Clear controller status when aruid is no longer usedGravatar Narr the Reg2024-01-191-0/+7
| |/ /
* | | Merge pull request #12678 from german77/settings_implGravatar liamwhite2024-01-1817-651/+850
|\ \ \ | | | | | | | | service: set: Implement stubbed functions
| * | | service: set: Implement stubbed functionsGravatar Narr the Reg2024-01-158-64/+232
| | | |
| * | | service: set: Refractor setting serviceGravatar Narr the Reg2024-01-1514-588/+619
| | |/ | |/|
* | | Merge pull request #12683 from german77/amiibo-dumpGravatar liamwhite2024-01-181-1/+4
|\ \ \ | | | | | | | | service: nfc: Create backup when none exist
| * | | service: nfc: Create backup when none existGravatar Narr the Reg2024-01-151-1/+4
| | | |
* | | | Merge pull request #12644 from liamwhite/vkspec-image-offsetGravatar liamwhite2024-01-182-23/+55
|\ \ \ \ | | | | | | | | | | shader_recompiler: fix Offset operand usage for non-OpImage*Gather
| * | | | shader_recompiler: fix Offset operand usage for non-OpImage*GatherGravatar Liam2024-01-112-23/+55
| | | | |
* | | | | Merge pull request #12702 from german77/android-inputGravatar Charles Lombardo2024-01-186-0/+136
|\ \ \ \ \ | | | | | | | | | | | | input_common: Add android input engine
| * | | | | input_common: Add android input engineGravatar Narr the Reg2024-01-176-0/+136
| | |_|_|/ | |/| | |
* / | | | android: Save overlay data while using emulation fragmentGravatar t8952024-01-172-7/+4
|/ / / / | | | | | | | | | | | | 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.
* | | | Merge pull request #12380 from flodavid/save-profileGravatar Narr the Reg2024-01-167-12/+55
|\ \ \ \ | |_|_|/ |/| | | Save configuration profile name used by players
| * | | Save profile name usedGravatar flodavid2024-01-087-12/+55
| | | | | | | | | | | | | | | | | | | | - Save the profile name in global config - Read the profile name when reading the global config
* | | | Fix typos in masterGravatar Viktor Szépe2024-01-162-5/+5
| | | |
* | | | Merge remote-tracking branch 'origin/master' into typos3Gravatar Viktor Szépe2024-01-16135-1286/+4999
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge pull request #12681 from t895/stick-togglesGravatar liamwhite2024-01-151-2/+2
| |\ \ \ | | | | | | | | | | android: Fix overlay toggle ordering
| | * | | android: Fix overlay toggle orderingGravatar t8952024-01-151-2/+2
| | | | |
| * | | | Merge pull request #12677 from GPUCode/whyy-moddersGravatar liamwhite2024-01-156-79/+154
| |\ \ \ \ | | | | | | | | | | | | core: Support multiple modules per patcher
| | * | | | core: Support multiple modules per patcherGravatar GPUCode2024-01-156-79/+154
| | |/ / /
| * | | | Merge pull request #12665 from german77/proofGravatar liamwhite2024-01-153-3/+21
| |\ \ \ \ | | | | | | | | | | | | service: acc: Only save profiles when profiles have changed
| | * | | | service: acc: Only save profiles when profiles have changedGravatar german772024-01-133-3/+21
| | | |_|/ | | |/| |
| * | | | Merge pull request #12659 from liamwhite/audio-memoryGravatar Charles Lombardo2024-01-158-35/+85
| |\ \ \ \ | | | | | | | | | | | | audio: fetch process object from handle table
| | * | | | audio: fetch process object from handle tableGravatar Liam2024-01-128-35/+85
| | |/ / /
| * | | | Merge pull request #12652 from liamwhite/huge-pile-of-spirv-spaghettiGravatar Charles Lombardo2024-01-153-8/+86
| |\ \ \ \ | | | | | | | | | | | | shader_recompiler: emulate 8-bit and 16-bit storage writes with cas loop
| | * | | | shader_recompiler: emulate 8-bit and 16-bit storage writes with cas loopGravatar Liam2024-01-113-8/+86
| | |/ / /
| * | | | Merge pull request #12612 from liamwhite/fs-pidGravatar Charles Lombardo2024-01-1520-274/+364
| |\ \ \ \ | | | | | | | | | | | | fsp-srv: use program registry for SetCurrentProcess
| | * | | | loader: fix homebrew nro registrationGravatar Liam2024-01-131-6/+6
| | | | | |
| | * | | | fsp-srv: use program registry for SetCurrentProcessGravatar Liam2024-01-1120-272/+362
| | | |_|/ | | |/| |
| * | | | Merge pull request #12611 from liamwhite/resource-management-is-hardGravatar Charles Lombardo2024-01-1515-138/+212
| |\ \ \ \ | | | | | | | | | | | | kernel: fix resource management issues