aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Ava/UI/Helpers/BitmapArrayValueConverter.cs
AgeCommit message (Collapse)Author
2023-06-01UI: Fix empty homebrew icon (#5189)Ac_K
* UI: Fix empty homebrew icon We currently don't check the icon size when we read it from the homebrew data. That could cause issues at UI side since the buffer isn't null but empty. Extra check have been added UI side too. (I cleaned up some files during my research too) Fixes #5188 * Remove additional check * Remove unused using
2023-04-27Move solution and projects to srcTSR Berry