summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-12Merge pull request #12642 from t895/adapter-refactorliamwhite
android: Refactor list adapters
2024-01-11Merge pull request #12653 from liamwhite/once-moreCharles Lombardo
ci: fix file mode check in format script
2024-01-11ci: fix file mode check in format scriptLiam
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
2024-01-10android: Create generic adapter and viewholdert895
Eliminates repeated code associated with every async differ list
2024-01-10Merge pull request #12639 from liamwhite/format-oopsCharles Lombardo
ci: fix format task
2024-01-10ci: fix format taskLiam
2024-01-09Merge pull request #12634 from lat9nq/apple-intl-2liamwhite
externals: Update txdb_to_nx
2024-01-09externals: Update txdb_to_nxlat9nq
Includes a fix lat9nq/tzdb_to_nx@1e82342 that fixes a build issue on Mac OS.
2024-01-09Merge pull request #12609 from liamwhite/wrong-name-againNarr the Reg
vi: minor cleanups
2024-01-09Merge pull request #12622 from liamwhite/formatliamwhite
ci: make verify format workflow output more helpful
2024-01-08Fix typos in src/core (#12625)Viktor Szépe
* Fix typos in src/core * Fix typo correction * Fix indentation of MemoryStateNames * Fix indent
2024-01-08ci: make verify format workflow output more helpfulLiam
2024-01-08general: fix trailing whitespaceLiam
2024-01-07vi: connect vsync event handle lifetime to application display service interfaceLiam
2024-01-07vi: fix name of nvnflingerLiam
2024-01-07Merge pull request #12608 from szepeviktor/typosliamwhite
Fix typos in video_core
2024-01-07Merge pull request #12606 from german77/npad_closeliamwhite
service: hid: Delete shared memory handle when unused
2024-01-07Merge pull request #12600 from german77/npad-implliamwhite
service: hid: Hook interface implementations
2024-01-07Merge pull request #12599 from german77/settingsliamwhite
service: set: Use official names
2024-01-07Fix "Propietary" typo elsewhereViktor Szépe
2024-01-07Fix typos in video_coreViktor Szépe
2024-01-07service: hid: Delete shared memory handle when unusedgerman77
2024-01-07Merge pull request #12560 from GayPotatoEmma/masterCharles Lombardo
android: add basic support for google game dashboard
2024-01-07Merge pull request #12601 from german77/rocketliamwhite
service: hid: Make sure there's an active aruid handle
2024-01-07Merge pull request #12576 from t895/total-save-managerliamwhite
android: Re-add global save manager
2024-01-06service: hid: Make sure there's an active aruid handlegerman77
2024-01-06service: hid: Implement GetLastActiveNpadgerman77
2024-01-06service: hid: Implement AssigningSingleOnSlSrPressgerman77
2024-01-06service: hid: Implement SetNpadSystemExtStateEnabledgerman77
2024-01-06service: set: Rename filesgerman77
2024-01-06service: hid: Implement CaptureButtonAssignmentgerman77
2024-01-06Merge pull request #12596 from german77/hid_qlaunchliamwhite
service: hid: Add functions needed by QLaunch
2024-01-06Merge pull request #12593 from german77/pending-deleteliamwhite
service: hid: Handle pending delete
2024-01-06service: set: Use official namesgerman77
2024-01-06service: hid: Add functions needed by QlaunchNarr the Reg
2024-01-06service: hid: Handle pending deleteNarr the Reg
2024-01-06Merge pull request #12582 from german77/hid-coreNarr the Reg
hid_core: Move hid to it's own subproject
2024-01-05hid_core: Move hid to it's own subprojectNarr the Reg
2024-01-04Merge pull request #12437 from ameerj/gl-amd-fixesliamwhite
OpenGL: Fixes and workaround updates for AMD
2024-01-04Merge pull request #12575 from t895/inconsistent-settings-applicationliamwhite
frontend_common: config: Only write setting related to opened config file
2024-01-04Merge pull request #12571 from t895/apply-orientation-on-startliamwhite
android: Expose more orientation options