| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
You're not allowed to just show toasts on any thread you want.
|
|
`or` is the bitwise or operator.
Fixes file pickers in the settings not saving your choice.
|
|
|
|
Android: Handle game shutdown in onTitleChanged
|
|
Android: Remove GPU driver from per-game settings
|
|
|
|
|
|
Android: Hide Infinity Base in MenuFragment when not relevant
|
|
Use getCacheDir if getExternalCacheDir returns null.
|
|
|
|
|
|
A switch case fallthrough was overlooked when translating from Java to
Kotlin.
|
|
|
|
Android: Check file name extensions locale-independently
|
|
Implement loading custom drivers on Android
|
|
A very minor bug that became more obvious when this code was translated
to Kotlin.
|
|
|
|
... using libadrenotools
|
|
|
|
|
|
|
|
|
|
Since the ThemeProvider interface changed `fun getThemeId()` to `var themeId`, I had to adjust how it was used in the EmulationActivity. Similar case for `fun getConfiguredControllerType()`.
|