Charles Lombardo
Charles Lombardo
Update dependencies Remove unused build type "relWithVersionCode" Differentiate build types by launcher name and app id. 
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)
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...
**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...
Fixes an issue where the navigation rail would appear "underneath" display cutouts. Closes #3990