summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/jni (follow)
Commit message (Expand)AuthorAgeFilesLines
* android: Don't show custom driver button on mali and x86Charles Lombardo2023-06-211-0/+20
* android: Remove PiP reliance on fragmentAbandoned Cart2023-06-141-0/+13
* android: settings: Disable force_max_clock by default.bunnei2023-06-132-4/+4
* android: settings: Add reactive flushing as a default-disabled setting.bunnei2023-06-132-0/+8
* android: Add update supportNarr the Reg2023-06-121-4/+82
* android: Fix screen orientation & blurriness.bunnei2023-06-111-20/+0
* android: Add proper homebrew checkCharles Lombardo2023-06-101-1/+19
* android: renderer_vulkan: Fix crash with surface recreation.bunnei2023-06-031-0/+1
* android: Fix presentation layout on foldable and tablet devices.bunnei2023-06-031-3/+18
* android: Various fixes for CI.bunnei2023-06-039-45/+61
* android: config: Expose VSync as a configurable setting.bunnei2023-06-031-8/+5
* android: GPU: Enable async presentation, increase frames in flight.bunnei2023-06-031-1/+3
* android: config: Use default anisotropic filtering.bunnei2023-06-031-1/+4
* android: settings: Use mailbox vsync by default.bunnei2023-06-032-2/+5
* android: video_core: Disable problematic compute shaders.bunnei2023-06-032-2/+4
* android: vulkan: Recreate surface after suspension & adapt to async. presentation.bunnei2023-06-033-11/+4
* android: config: Enable asynchronous presentation by default on Android.bunnei2023-06-032-0/+8
* android: Implement gamepad inputgerman772023-06-032-0/+102
* android: video_core: Add support for disk shader cache. (#64)bunnei2023-06-034-4/+50
* android: config: Change docked mode and GPU accuracy to favor performance on Android.bunnei2023-06-032-5/+9
* android: Initialize account managergerman772023-06-031-0/+5
* android: Convert NativeLibrary to KotlinCharles Lombardo2023-06-031-35/+30
* android: Remove LocalBroadcastManagerCharles Lombardo2023-06-031-2/+0
* android: Implement amiibo reading from nfc tagNarr the Reg2023-06-034-2/+40
* android: Convert keyboard applet to kotlin and refactorCharles Lombardo2023-06-031-8/+8
* android: Implement basic software keyboard applet.bunnei2023-06-038-19/+462
* android: config: Disable shader cache by default on Android.bunnei2023-06-031-0/+4
* build: only enable adrenotools on arm64Liam2023-06-032-1/+8
* android: frontend: settings: Add graphics debugging.bunnei2023-06-031-6/+13
* android: jni: Ensure system is only initialized once.bunnei2023-06-032-5/+6
* android: frontend: Cleanup framerate counter.bunnei2023-06-031-1/+1
* android: vulkan: Implement adrenotools turbo mode.bunnei2023-06-032-1/+8
* android: native: Add support for custom Vulkan driver loading.bunnei2023-06-035-44/+107
* android: Add motion sensorNarr the Reg2023-06-031-11/+9
* android: Hook jni input properlyNarr the Reg2023-06-033-62/+60
* android: frontend: Implement game grid view. (#9)bunnei2023-06-032-71/+148
* android: frontend: Integrate key installation for SAF.bunnei2023-06-031-1/+1
* android: jni: Add function to reload keys.bunnei2023-06-032-2/+12
* android: Implement SAF support & migrate to SDK 31. (#4)bunnei2023-06-034-64/+112
* android: Harden emulation shutdown when loader fails.bunnei2023-06-031-6/+12
* android: jni: native: Add lock around HaltEmulation, tighten run loop.bunnei2023-06-031-1/+3
* android: jni: native: Refactor locking for is_running.bunnei2023-06-031-8/+21
* android: jni: native: Remove unnecessary atomic for is_running.bunnei2023-06-031-6/+5
* android: jni: native: Tighten up emulation start/stop signaling.bunnei2023-06-031-58/+64
* android: jni: native: Consolidate emulation state into EmulationSession singleton.bunnei2023-06-031-67/+164
* android: Frontend: Fix rendering aspect ratio & add a setting for it.bunnei2023-06-032-1/+4
* android: Integrate settings frontend with yuzu & remove unused code.bunnei2023-06-035-2/+833
* android: Minimize frontend & convert to yuzu.bunnei2023-06-032-66/+66
* android: Minimal JNI for yuzu.bunnei2023-06-037-0/+640