summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/jni (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12920 from t895/jni-commonliamwhite2024-02-0913-1071/+159
|\
| * android: Run OnEmulationStarted frontend callback in another threadt8952024-02-081-1/+3
| * android: Move JNI setup and helpers to commont8952024-02-0812-1070/+156
* | android: Add thermal throttling overlayt8952024-02-091-0/+2
|/
* am: retrieve main applet creation info from frontendLiam2024-01-302-10/+32
* am: re-namespace frontend applets to frontend directoryLiam2024-01-303-14/+14
* Merge pull request #12826 from t895/system-driver-versionliamwhite2024-01-282-1/+35
|\
| * android: Show system driver informationt8952024-01-282-1/+35
* | android: Multi-program app switchingt8952024-01-284-8/+41
|/
* Address review comments and fix compilation problemsFearlessTobi2024-01-252-13/+14
* Merge pull request #12777 from t895/firmware-warningliamwhite2024-01-251-7/+14
|\
| * android: Add key checkt8952024-01-251-0/+6
| * frontend_common: Consistently use referencest8952024-01-251-7/+8
* | android: Fix waiting for driver install on startupt8952024-01-251-0/+1
* | android: Add current driver vendor to FPS overlayt8952024-01-251-0/+5
|/
* Merge pull request #12738 from t895/lock-drawerCharles Lombardo2024-01-221-0/+1
|\
| * android: Port "Lock drawer" feature from Citrat8952024-01-221-0/+1
* | android: Add options to verify installed contentt8952024-01-221-0/+37
|/
* android: Add addon delete buttont8952024-01-203-14/+98
* frontend_common: Add content manager utility functionst8952024-01-196-66/+93
* Merge pull request #12380 from flodavid/save-profileNarr the Reg2024-01-171-1/+1
|\
| * Save profile name usedflodavid2024-01-081-1/+1
* | Merge remote-tracking branch 'origin/master' into typos3Viktor Szépe2024-01-161-5/+5
|\ \
| * \ Merge pull request #12612 from liamwhite/fs-pidCharles Lombardo2024-01-151-3/+3
| |\ \
| | * | fsp-srv: use program registry for SetCurrentProcessLiam2024-01-111-3/+3
| | |/
| * / service: hid: Create abstracted pad structuregerman772024-01-121-2/+2
| |/
* / Fix more typosViktor Szépe2024-01-161-1/+1
|/
* Merge pull request #12576 from t895/total-save-managerliamwhite2024-01-071-0/+16
|\
| * android: Re-add global save managert8952024-01-041-0/+16
* | hid_core: Move hid to it's own subprojectNarr the Reg2024-01-051-3/+3
* | android: Don't save settings on config destructiont8952024-01-042-7/+0
|/
* android: Migrate in-game overlay settings to init8952023-12-308-0/+262
* frontend_common: config: Refactor WriteSetting to stricter typest8952023-12-301-2/+3
* android: Migrate theme settings to init8952023-12-301-0/+5
* android: Prevent editing non-savable settings in per-game settingst8952023-12-121-0/+9
* android: Adjust variable name format for native configt8952023-12-121-6/+6
* android: Add game dir entries to FilesystemProvidert8952023-12-123-5/+46
* android: Add JNI initialization information for Game classt8952023-12-122-0/+64
* android: Add per-game driverst8952023-12-123-0/+24
* android: Add per-game settingst8952023-12-121-10/+36
* android: Add Game propertiest8952023-12-125-10/+172
* android: Refactor settings to expose more optionst8952023-12-121-74/+52
* core: Use single instance of profile managergerman772023-12-102-6/+2
* android: Don't reload filesystem on update installt8952023-12-021-3/+0
* Merge pull request #12074 from GPUCode/yuwu-on-the-metalliamwhite2023-11-301-0/+8
|\
| * android: show current backend in fps overlayLiam2023-11-251-0/+8
* | android: Multi directory UIt8952023-11-286-4/+132
|/
* general: Remove iniht8952023-11-211-1/+1
* config: Unify config handling under frontend_commont8952023-11-2110-910/+138
* android: Disable PiP by defaultt8952023-11-151-1/+1
* android: Hide loading animation on first framet8952023-11-104-4/+13
* Merge pull request #11972 from t895/fps-counter-adjustmentsliamwhite2023-11-062-9/+3
|\
| * android: Always update FPS counterCharles Lombardo2023-11-042-9/+3
* | android: Don't reload log/system after loading firmware/backupCharles Lombardo2023-11-042-9/+14
|/
* android: Adjust log lifecycleCharles Lombardo2023-11-011-4/+5
* android: Use yuzu logging systemCharles Lombardo2023-11-012-0/+32
* android: Initialize filesystem components during application startCharles Lombardo2023-10-312-9/+14
* android: Implement applet launcherCharles Lombardo2023-10-311-0/+45
* android: Fix resolving android URIs in native codeCharles Lombardo2023-10-301-4/+4
* android: Refactor game metadata collection to new fileCharles Lombardo2023-10-303-44/+113
* android: Use header for EmulationSessionCharles Lombardo2023-10-303-406/+392
* vk_present_manager: recreate surface on any surface lossLiam2023-10-031-1/+0
* Merge pull request #11604 from t895/only-install-nspliamwhite2023-09-281-4/+0
|\
| * android: Remove ability to install xci filesCharles Lombardo2023-09-271-4/+0
* | Merge pull request #11603 from t895/consolidate-installsCharles Lombardo2023-09-271-0/+22
|\ \ | |/ |/|
| * android: Consolidate installers to one fragmentCharles Lombardo2023-09-261-0/+22
* | android: Fix case bug for installing game contentCharles Lombardo2023-09-261-5/+7
|/
* android: Properly update emulation surfaceCharles Lombardo2023-09-191-7/+7
* Merge pull request #11492 from lat9nq/c-numeric-conversionsliamwhite2023-09-161-1/+1
|\
| * android/config: Remove uncaught usage of stoullat9nq2023-09-131-1/+1
* | android: Remove settings interface specifically for audio muteCharles Lombardo2023-09-151-12/+0
* | android: Return the correct status code on emulation stopCharles Lombardo2023-09-151-2/+3
* | android: Don't reinitialize settings on emulation startCharles Lombardo2023-09-151-3/+0
|/
* am: Implement UserChannel parametersFearlessTobi2023-09-101-0/+1
* android: Separate emulation states from emulation mutexCharles Lombardo2023-08-301-4/+2
* android: Game loading/shutting down indicatorsCharles Lombardo2023-08-303-0/+32
* android: Implement paired settingsCharles Lombardo2023-08-301-1/+14
* android: Expose interface for getting settings from native codeCharles Lombardo2023-08-307-40/+308
* Merge pull request #11356 from lat9nq/console-mode-pgliamwhite2023-08-272-2/+5
|\
| * native: Use Docked Mode helperlat9nq2023-08-231-1/+1
| * config-android: Translate console mode settinglat9nq2023-08-231-1/+4
* | android: jni: ensure NCAs from loaded filepath are registered in manual content providerLiam2023-08-231-0/+44
|/
* Merge pull request #10839 from lat9nq/pgc-plusliamwhite2023-08-021-7/+12
|\
| * config-android: Update memory layout member namelat9nq2023-07-211-1/+1
| * android-config: Update enum labelslat9nq2023-07-211-4/+4
| * (android)config: Clang formatlat9nq2023-07-211-2/+5
| * android-config: Adapt settings reworklat9nq2023-07-211-4/+6
* | general: reduce use of dynamic_castLiam2023-07-221-1/+1
|/
* android: define [[maybe_unused]] (const) autoAbandoned Cart2023-06-231-41/+43
* android: Parameter types from Android StudioAbandoned Cart2023-06-231-4/+5
* Merge pull request #10811 from 8bitDream/pip_muteliamwhite2023-06-233-252/+64
|\
| * android: Refactor native and corresponding variablesAbandoned Cart2023-06-221-2/+2
| * Fix JNI and expose mute settings to AndroidAbandoned Cart2023-06-223-252/+64
* | android: Log settingsGPUCode2023-06-221-0/+1
|/
* 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