aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Ava/Common/ApplicationHelper.cs
AgeCommit message (Collapse)Author
2023-05-17ava: Fix crash when extracting sections from NCA with no data section (#5002)Mary
Tested against Omega Strickers.
2023-05-05UI: Fix sections extraction (#4820)Ac_K
* UI: Fix sections extraction There is currently an issue when the update NCA doesn't contains the section we want to extract, this is fixed by adding a check. I have fixed the inverted handler of ExeFs/Logo introduced in #4755. Fixes #4521 * Addresses feedback
2023-04-27Move solution and projects to srcTSR Berry