summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | core: hid: Remove driver errors from logGravatar german772024-02-181-1/+5
* | | | | | Merge pull request #13067 from t895/xbox-automap-invertGravatar liamwhite2024-02-181-3/+4
|\ \ \ \ \ \
| * | | | | | android: Flip AB/XY for xbox controllers during auto-mappingGravatar t8952024-02-181-3/+4
* | | | | | | Merge pull request #13032 from german77/qlauncherGravatar liamwhite2024-02-187-9/+48
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | service: erpt: Implement SubmitContextGravatar Narr the Reg2024-02-161-1/+11
| * | | | | | service: caps: Implement GetAlbumFIleListGravatar Narr the Reg2024-02-162-1/+13
| * | | | | | service: am: Fix GetMainAppletAvailableUsers for user creationGravatar Narr the Reg2024-02-163-7/+6
| * | | | | | service: am: Add QLaunch launcherGravatar Narr the Reg2024-02-161-0/+18
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #13064 from t895/auto-map-failGravatar liamwhite2024-02-181-2/+8
|\ \ \ \ \ \
| * | | | | | android: Only do first startup automapping if nothing has been mappedGravatar t8952024-02-181-2/+8
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #13049 from Leystryku/masterGravatar liamwhite2024-02-185-4/+30
|\ \ \ \ \ \
| * | | | | | service: Change unique_ptr to make_unique in GetCacheStorageMaxGravatar Leystryku2024-02-181-1/+1
| * | | | | | file_sys: Formatting changes and use unique_ptr in GetCacheStorageMaxGravatar Leystryku2024-02-181-6/+6
| * | | | | | file_sys: Fix nacp field cache_storage_max_index datatypeGravatar Leystryku2024-02-182-10/+7
| * | | | | | service: Add proper GetCacheStorageMax implementation to IApplicationFunctionsGravatar Leystryku2024-02-183-7/+17
| * | | | | | fsp: Add FlushAccessLogOnSdCard stubGravatar Leystryku2024-02-182-2/+10
| * | | | | | service: Add GetCacheStorageMax stub to IApplicationFunctionsGravatar Leystryku2024-02-182-1/+12
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #13065 from t895/cancel-button-failGravatar liamwhite2024-02-181-1/+2
|\ \ \ \ \ \
| * | | | | | android: Show cancel button for the content install noticeGravatar t8952024-02-181-1/+2
| | |/ / / / | |/| | | |
* / | | | | android: Map touches to touchscreenGravatar t8952024-02-183-5/+23
|/ / / / /
* | | | | Merge pull request #13047 from anpilley/import-firmwareGravatar liamwhite2024-02-174-4/+163
|\ \ \ \ \
| * | | | | Add check for corrupted firmware files after install.Gravatar Andrew Pilley2024-02-182-3/+25
| * | | | | >.> spellingGravatar Andrew Pilley2024-02-181-1/+1
| * | | | | cleanup by clang-format.Gravatar Andrew Pilley2024-02-181-15/+21
| * | | | | Improve behavior when one or more firmware files can't be deleted.Gravatar Andrew Pilley2024-02-181-6/+9
| * | | | | Merge branch 'yuzu-emu:master' into import-firmwareGravatar Andrew Pilley2024-02-1742-2241/+1912
| |\| | | |
| * | | | | Implement In-app firmware installation.Gravatar Andrew Pilley2024-02-173-2/+130
| | |_|/ / | |/| | |
* | | | | android: Create lifecycle utility to simplify common StateFlow operationsGravatar t8952024-02-1720-630/+331
* | | | | android: Use extension functions for view visibility and text marqueeGravatar t8952024-02-1731-265/+166
* | | | | Merge pull request #13052 from t895/serializable-stuffGravatar liamwhite2024-02-172-42/+53
|\ \ \ \ \
| * | | | | android: Move CoreErrorDialogFragment to its own fileGravatar t8952024-02-172-42/+53
| | |_|/ / | |/| | |
* | | | | Merge pull request #13051 from german77/cheatmissGravatar liamwhite2024-02-171-2/+2
|\ \ \ \ \
| * | | | | dmnt: cheats: Fix valid address rangeGravatar german772024-02-171-2/+2
| | |_|/ / | |/| | |
* | | | | Merge pull request #13034 from t895/map-all-the-inputsGravatar liamwhite2024-02-17101-1201/+5998
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | android: Input mappingGravatar t8952024-02-1783-989/+5706
| * | | | hid_core: Prevent crash if we try to iterate through empty color devices listGravatar t8952024-02-161-0/+3
| * | | | hid_core: Use dedicated "port" for android's input overlayGravatar t8952024-02-162-1/+11
| * | | | config: Reset per-game profile name on load if emptyGravatar t8952024-02-163-0/+3
| * | | | android: Allow SettingsItems to use String or StringResGravatar t8952024-02-1617-214/+278
| |/ / /
* | | | Merge pull request #13017 from liamwhite/suspensionGravatar Narr the Reg2024-02-174-32/+43
|\ \ \ \
| * | | | kernel: add and enable system suspend typeGravatar Liam2024-02-144-32/+43
| | |/ / | |/| |
* | | | Close reference to TimeZoneBinary on game closeGravatar Kelebek12024-02-172-0/+5
| |/ / |/| |
* | | Merge pull request #13016 from german77/set-interface2Gravatar liamwhite2024-02-1612-1048/+685
|\ \ \
| * | | service: set: Migrate ISystemSettingsServer to new IPCGravatar Narr the Reg2024-02-1412-1048/+685
| |/ /
* | | vi: rewrite IApplicationDisplayServiceGravatar Liam2024-02-143-309/+228
* | | vi: rewrite ISystemDisplayServiceGravatar Liam2024-02-142-148/+92
* | | vi: rewrite IManagerDisplayServiceGravatar Liam2024-02-142-61/+28
* | | vi: rewrite IHOSBinderDriverGravatar Liam2024-02-145-49/+53
* | | vi: rewrite IApplicationRootService, IManagerRootService, ISystemRootServiceGravatar Liam2024-02-1412-90/+145
* | | vi: split into implementation filesGravatar Liam2024-02-1418-924/+1059