Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-20 | Merge pull request #12719 from t895/sort-search | liamwhite | |
android: Sort recently added/played games by time | |||
2024-01-20 | Merge pull request #12715 from t895/remove-addons | liamwhite | |
android: Add uninstall addon button | |||
2024-01-20 | Merge pull request #12660 from german77/better-vibration | liamwhite | |
service: hid: Fully implement abstract vibration | |||
2024-01-20 | Merge pull request #12701 from liamwhite/flinger-layer-issues | liamwhite | |
vi: check layer state before opening or closing | |||
2024-01-20 | android: Sort recently added/played games by time | t895 | |
2024-01-19 | frontend_common: Add documentation for content_mananger | t895 | |
2024-01-19 | android: Add addon delete button | t895 | |
Required some refactoring of retrieving patches in order for the frontend to pass the right information to ContentManager for deletion. | |||
2024-01-19 | android: Use callback to update progress bar dialogs | t895 | |
2024-01-19 | frontend_common: Add content manager utility functions | t895 | |
Creates utility functions to remove/install DLC, updates, and base game content | |||
2024-01-19 | Merge pull request #12713 from shinra-electric/mvk-127 | liamwhite | |
macOS: Bump MoltenVK to v1.2.7 | |||
2024-01-19 | Bump MoltenVK to v1.2.7 | shinra-electric | |
2024-01-19 | Merge pull request #12687 from german77/amiibo-lock | liamwhite | |
core: hid: Disable special features before disconnecting the controllers | |||
2024-01-19 | Merge pull request #12695 from anpilley/user-arguments-v2 | liamwhite | |
Allow -u to accept a username string in addition to index | |||
2024-01-19 | Merge pull request #12709 from german77/npad-disc | liamwhite | |
service: hid: Clear controller status when aruid is no longer used | |||
2024-01-19 | service: hid: Clear controller status when aruid is no longer used | Narr the Reg | |
2024-01-18 | Merge pull request #12678 from german77/settings_impl | liamwhite | |
service: set: Implement stubbed functions | |||
2024-01-18 | Merge pull request #12683 from german77/amiibo-dump | liamwhite | |
service: nfc: Create backup when none exist | |||
2024-01-18 | Merge pull request #12644 from liamwhite/vkspec-image-offset | liamwhite | |
shader_recompiler: fix Offset operand usage for non-OpImage*Gather | |||
2024-01-18 | Merge pull request #12702 from german77/android-input | Charles Lombardo | |
input_common: Add android input engine | |||
2024-01-17 | input_common: Add android input engine | Narr the Reg | |
2024-01-17 | Merge pull request #12699 from t895/overlay-saving | liamwhite | |
android: Save overlay data while using emulation fragment | |||
2024-01-17 | vi: check layer state before opening or closing | Liam | |
2024-01-17 | Update based on feedback | Andrew Pilley | |
2024-01-17 | android: Save overlay data while using emulation fragment | t895 | |
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-17 | nvnflinger: ensure display abandonment considers all layers and future layers | Liam | |
2024-01-17 | Allow -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-17 | Merge pull request #12689 from liamwhite/remove-format | liamwhite | |
ci: remove format dep from mainline step2 | |||
2024-01-16 | ci: remove format dep from mainline step2 | Liam | |
2024-01-16 | Merge pull request #12380 from flodavid/save-profile | Narr the Reg | |
Save configuration profile name used by players | |||
2024-01-16 | core: hid: Disable special features before disconnecting the controllers | Narr the Reg | |
2024-01-15 | service: set: Implement stubbed functions | Narr the Reg | |
2024-01-15 | service: set: Refractor setting service | Narr the Reg | |
2024-01-15 | service: hid: Fully implement abstract vibration | Narr the Reg | |
2024-01-15 | Merge pull request #12686 from szepeviktor/typos3 | liamwhite | |
Fix more typos | |||
2024-01-16 | Fix typos in master | Viktor Szépe | |
2024-01-16 | Merge remote-tracking branch 'origin/master' into typos3 | Viktor Szépe | |
2024-01-15 | Fix typos in arrays.xml | Viktor Szépe | |
2024-01-15 | Fix one more typo | Viktor Szépe | |
2024-01-15 | Fix more typos | Viktor Szépe | |
2024-01-15 | service: nfc: Create backup when none exist | Narr the Reg | |
2024-01-15 | Merge pull request #12681 from t895/stick-toggles | liamwhite | |
android: Fix overlay toggle ordering | |||
2024-01-15 | Merge pull request #12680 from t895/format-mainline | liamwhite | |
ci: Remove format step from mainline builds | |||
2024-01-15 | Merge pull request #12677 from GPUCode/whyy-modders | liamwhite | |
core: Support multiple modules per patcher | |||
2024-01-15 | Merge pull request #12665 from german77/proof | liamwhite | |
service: acc: Only save profiles when profiles have changed | |||
2024-01-15 | Merge pull request #12659 from liamwhite/audio-memory | Charles Lombardo | |
audio: fetch process object from handle table | |||
2024-01-15 | Merge pull request #12652 from liamwhite/huge-pile-of-spirv-spaghetti | Charles Lombardo | |
shader_recompiler: emulate 8-bit and 16-bit storage writes with cas loop | |||
2024-01-15 | Merge pull request #12612 from liamwhite/fs-pid | Charles Lombardo | |
fsp-srv: use program registry for SetCurrentProcess | |||
2024-01-15 | Merge pull request #12611 from liamwhite/resource-management-is-hard | Charles Lombardo | |
kernel: fix resource management issues | |||
2024-01-15 | Merge pull request #12610 from liamwhite/reply-and-dont-receive | Charles Lombardo | |
server_manager: respond to session close correctly | |||
2024-01-15 | android: Fix overlay toggle ordering | t895 | |