summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-11fsp-srv: use program registry for SetCurrentProcessLiam
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
2024-01-04Merge pull request #12570 from t895/generic-config-painliamwhite
frontend_common: config: Move WriteIntegerSetting definition to header
2024-01-04Merge pull request #12568 from t895/actions-buttonliamwhite
actions: android: Allow for manually triggering Android builds
2024-01-04Merge pull request #12558 from t895/zip-storage-methodliamwhite
android: Disable compression for zip exports
2024-01-04Merge pull request #12557 from merryhime/termination-ipiliamwhite
KThread: Send termination interrupt to all cores a thread has affinity to
2024-01-04Merge pull request #12549 from german77/npadresourceliamwhite
service: hid: Implement NpadResource and NpadData
2024-01-04android: Re-add global save managert895
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-03android: Save global config synchronously in onCloseGameFoldersFragmentt895
Could cause multiple global saves at once that went untracked previously
2024-01-03frontend_common: config: Only write setting related to opened config filet895
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-03android: Don't save settings on config destructiont895
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-03android: Update orientation on emulation fragment startt895
2024-01-03android: Expose all orientation locking optionst895
2024-01-03service: hid: Remove data races when handling shared memoryNarr the Reg
2024-01-03service: hid: Implement NpadResource and NpadDataNarr the Reg
2024-01-04android: add basic support for google game dashboardEmma
2024-01-03frontend_common: config: Move WriteIntegerSetting definition to headert895
Fixes a compiler error where the compiler could not see the definition of the method in qt_config and others.
2024-01-03actions: android: Prevent resolving tag commit to PR linkt895
2024-01-03actions: android: Resolve PR commits to linkt895
2024-01-03actions: android: Move trigger logic to be yuzu-android specifict895
2024-01-02android: Add internal option to disable compression for zip exportst895
Disables compression for user data and save exports
2024-01-02KThread: Send termination interrupt to all cores a thread has affinity toMerry
KThread::RequestTerminate may run from a thread which is not the CurrentCore, and thus masking this out is erroneous.
2024-01-02Merge pull request #12554 from german77/directconnectliamwhite
yuzu: Use displayed port on direct connect
2024-01-02yuzu: Use displayed port on direct connectNarr the Reg
2024-01-02Merge pull request #12551 from t895/dpad-save-fixliamwhite
android: Fix dpad position saving