Charles Lombardo

Results 26 issues of Charles Lombardo

Update dependencies Remove unused build type "relWithVersionCode" Differentiate build types by launcher name and app id. ![image](https://github.com/yuzu-emu/yuzu/assets/14132249/b5af6b71-ca2e-40e9-a58c-d2dd2adb6c6a)

Fixes an issue where we try to resolve file extension from URIs. Sometimes the URI will not contain the file name at all and instead a string of numbers. Here...

Some work I forgot to merge since I got caught up with the launch

Instead of fiddling with detecting gradle build types or environment variables, you can set an `autoVersioned` property to "true" in your `local.properties` file and get the appropriate `autoVersion` versionCode. Otherwise...

This change is [](https://reviewable.io/reviews/citra-emu/citra/7431)

canary-merge

Input mapping is finally here and we have a lot to cover! Here's what's new - Connecting and disconnecting each controller - Changing each controller's type between Pro Controller, Left...

android-merge

**Description:** The navigation rail applies start insets based on the system bars. This results in the rail appearing behind display cutouts. **Expected behavior:** Apply start insets based on the display...

bug
Widget: NavigationRail

Fixes an issue where the navigation rail would appear "underneath" display cutouts. Closes #3990