summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | 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
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #13066 from t895/touch-fixGravatar liamwhite2024-02-183-5/+23
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | 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
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #13054 from t895/lifecycle-utilsGravatar liamwhite2024-02-1720-630/+331
|\ \ \ \ \ \ \
| * | | | | | | android: Create lifecycle utility to simplify common StateFlow operationsGravatar t8952024-02-1720-630/+331
|/ / / / / / /
* | | | | | | Merge pull request #13050 from t895/marquee-helperGravatar liamwhite2024-02-1731-265/+166
|\ \ \ \ \ \ \
| * | | | | | | 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
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #13040 from Kelebek1/timezone_shutdownGravatar liamwhite2024-02-172-0/+5
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | 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
| |/ / / /
* | | | | Merge pull request #13011 from liamwhite/vi-ipcGravatar Narr the Reg2024-02-1630-1193/+1227
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | 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
| * | | | vi: extract typesGravatar Liam2024-02-148-69/+79
|/ / / /
* | | | Merge pull request #12996 from german77/settings-ipcGravatar liamwhite2024-02-146-174/+1189
|\ \ \ \
| * | | | service: set: Migrate ISettingsServer to new interfaceGravatar german772024-02-136-174/+1189
| | |_|/ | |/| |
* | | | Merge pull request #12993 from liamwhite/am-rewrite-part1Gravatar Narr the Reg2024-02-14117-4098/+4232
|\ \ \ \