Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-10 | android: Fix added driver path | t895 | |
While this didn't break anything, the extra separator was unnecessary | |||
2024-01-10 | android: Add button to use global driver value | t895 | |
2024-01-10 | android: Reload driver data on importing user data | t895 | |
2024-01-10 | android: Rework driver fragment | t895 | |
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-10 | android: Refactor DriverAdapter to use AbstractSingleSelectionList | t895 | |
2024-01-10 | android: Create generic single selection list adapter | t895 | |
2024-01-10 | android: Refactor recycler view adapters to use AbstractListAdapter | t895 | |
2024-01-10 | android: Create generic list adapter for basic lists | t895 | |
Simplifies basic setup for lists | |||
2024-01-10 | android: Refactor async diff adapters to use AbstractDiffAdapter | t895 | |
2024-01-10 | android: Create generic adapter and viewholder | t895 | |
Eliminates repeated code associated with every async differ list | |||
2024-01-09 | Merge pull request #12609 from liamwhite/wrong-name-again | Narr the Reg | |
vi: minor cleanups | |||
2024-01-08 | Fix typos in src/core (#12625) | Viktor Szépe | |
* Fix typos in src/core * Fix typo correction * Fix indentation of MemoryStateNames * Fix indent | |||
2024-01-07 | vi: connect vsync event handle lifetime to application display service interface | Liam | |
2024-01-07 | vi: fix name of nvnflinger | Liam | |
2024-01-07 | Merge pull request #12608 from szepeviktor/typos | liamwhite | |
Fix typos in video_core | |||
2024-01-07 | Merge pull request #12606 from german77/npad_close | liamwhite | |
service: hid: Delete shared memory handle when unused | |||
2024-01-07 | Merge pull request #12600 from german77/npad-impl | liamwhite | |
service: hid: Hook interface implementations | |||
2024-01-07 | Merge pull request #12599 from german77/settings | liamwhite | |
service: set: Use official names | |||
2024-01-07 | Fix "Propietary" typo elsewhere | Viktor Szépe | |
2024-01-07 | Fix typos in video_core | Viktor Szépe | |
2024-01-07 | service: hid: Delete shared memory handle when unused | german77 | |
2024-01-07 | Merge pull request #12560 from GayPotatoEmma/master | Charles Lombardo | |
android: add basic support for google game dashboard | |||
2024-01-07 | Merge pull request #12601 from german77/rocket | liamwhite | |
service: hid: Make sure there's an active aruid handle | |||
2024-01-07 | Merge pull request #12576 from t895/total-save-manager | liamwhite | |
android: Re-add global save manager | |||
2024-01-06 | service: hid: Make sure there's an active aruid handle | german77 | |
2024-01-06 | service: hid: Implement GetLastActiveNpad | german77 | |
2024-01-06 | service: hid: Implement AssigningSingleOnSlSrPress | german77 | |
2024-01-06 | service: hid: Implement SetNpadSystemExtStateEnabled | german77 | |
2024-01-06 | service: set: Rename files | german77 | |
2024-01-06 | service: hid: Implement CaptureButtonAssignment | german77 | |
2024-01-06 | Merge pull request #12596 from german77/hid_qlaunch | liamwhite | |
service: hid: Add functions needed by QLaunch | |||
2024-01-06 | service: set: Use official names | german77 | |
2024-01-06 | service: hid: Add functions needed by Qlaunch | Narr the Reg | |
2024-01-06 | service: hid: Handle pending delete | Narr the Reg | |
2024-01-05 | hid_core: Move hid to it's own subproject | Narr the Reg | |
2024-01-04 | Merge pull request #12437 from ameerj/gl-amd-fixes | liamwhite | |
OpenGL: Fixes and workaround updates for AMD | |||
2024-01-04 | Merge pull request #12575 from t895/inconsistent-settings-application | liamwhite | |
frontend_common: config: Only write setting related to opened config file | |||
2024-01-04 | Merge pull request #12571 from t895/apply-orientation-on-start | liamwhite | |
android: Expose more orientation options | |||
2024-01-04 | Merge pull request #12570 from t895/generic-config-pain | liamwhite | |
frontend_common: config: Move WriteIntegerSetting definition to header | |||
2024-01-04 | Merge pull request #12558 from t895/zip-storage-method | liamwhite | |
android: Disable compression for zip exports | |||
2024-01-04 | Merge pull request #12557 from merryhime/termination-ipi | liamwhite | |
KThread: Send termination interrupt to all cores a thread has affinity to | |||
2024-01-04 | android: Re-add global save manager | t895 | |
Reworked to correctly collect and import/export saves that could exist in either /nand/user/save/000...000/<user id> or /nand/user/save/account/<user id raw string> | |||
2024-01-03 | android: Save global config synchronously in onCloseGameFoldersFragment | t895 | |
Could cause multiple global saves at once that went untracked previously | |||
2024-01-03 | frontend_common: config: Only write setting related to opened config file | t895 | |
If we tried to write a switchable setting to config that was not using global in the global config instance, we could write the per-game setting accidentally. This ensures that we always use the global setting for global config and the currently applied setting for custom config. | |||
2024-01-03 | android: Don't save settings on config destruction | t895 | |
Android doesn't have a proper way of destroying its config object so it's best to stick to the built-in methods to control saving config | |||
2024-01-03 | android: Update orientation on emulation fragment start | t895 | |
2024-01-03 | android: Expose all orientation locking options | t895 | |
2024-01-03 | service: hid: Remove data races when handling shared memory | Narr the Reg | |
2024-01-03 | service: hid: Implement NpadResource and NpadData | Narr the Reg | |
2024-01-04 | android: add basic support for google game dashboard | Emma | |