summaryrefslogtreecommitdiff
path: root/Source/Android/jni/MainAndroid.cpp
AgeCommit message (Expand)Author
2023-06-12Android: Move host thread lock to a separate fileJosJuice
2023-06-11VideoBackends:Vulkan: Allow loading custom drivers on AndroidRobin Kertels
2023-06-02Core: Assert that only the Host thread may call PauseAndLock().Admiral H. Curtiss
2023-03-26JitInterface: Refactor to class, move to System.Admiral H. Curtiss
2023-03-11Merge pull request #11385 from JosJuice/android-input-overhaulJosJuice
2023-03-10HW/DVDInterface: Refactor to class.Admiral H. Curtiss
2023-03-07Android: Change how the overlay controller setting worksJosJuice
2023-03-03Android: Stop extracting pre-defined controller INIsJosJuice
2023-03-03Android: Remove old motion input implementationJosJuice
2023-03-03ControllerInterface/Android: Rip out ButtonManagerJosJuice
2023-02-28Jit: Don't use a second stackJosJuice
2023-01-31Cleanup headersScott Mansell
2023-01-31Move Presenting, Dumping and ImGui out of RendererScott Mansell
2022-12-27Android: Make more meticulous use of DeleteLocalRefJosJuice
2022-10-03Android: Use input override system for touch controlsJosJuice
2022-08-06Add Discord presence ioctlv to /dev/dolphinInvoxiPlayGames
2022-07-19Android: Call WiimoteReal::InitAdapterClass before controller initJosJuice
2022-07-17Require frontend to initialize controllersJosJuice
2022-03-10GCAdapter: Defer initialization until MainWindow::InitControllersPokechu22
2022-02-23Merge pull request #10405 from JosJuice/android-no-boot-timeoutJMC47
2022-02-18Port Wiimote source settings to the new config systemJosJuice
2022-01-29Android: Get rid of the boot timeoutJosJuice
2022-01-22Merge pull request #10369 from Simonx22/android-online-system-update-2JMC47
2022-01-21NativeLibrary: Add function to start system menuOatmealDome
2022-01-14Fix static initialisation order fiasco issue for Version variablesLéo Lam
2022-01-09Treewide: Remove unused inclusions of <cinttypes>Pokechu22
2021-12-25Calls to File::SetUserPath() no longer need to manually append directory sepa...Admiral H. Curtiss
2021-11-22Core/Boot: Refactor storage of boot-to-savestate data into a separate class.Admiral H. Curtiss
2021-10-30Android: Allow starting game with Riivolution patches from the GUIJosJuice
2021-10-15Turn MAX_LOGLEVEL into a true constant (and fix self-comparison warning)Léo Lam
2021-09-21Android: Don't rely on onPause for pausing before destroying surfaceJosJuice
2021-09-21Android: Remove state from EmulationStateJosJuice
2021-09-21Android: Remove mSurface from EmulationStateJosJuice
2021-07-13Core: Add GBA host interfaceBonta
2021-07-08Android: Avoid crash on early panic alertJosJuice
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-05-27Implement Cursor Locking and new input focus checks for itFiloppi
2021-03-27Set console's default language/country/region based on computer settingsJosJuice
2021-03-04Android: Remove #ifdef __cplusplus checksJosJuice
2021-01-27msbuild: bundle all dolphin "core" code into single libraryShawn Hoffman
2021-01-27Android: Move InstallWAD to a new WiiUtils classJosJuice
2020-11-30Android: Add "Generate a New Statistics Identity"Ryan Meredith
2020-11-09Android: Remove unnecessary ANativeWindow_release callJosJuice
2020-11-09Android: Fix rotating EmulationActivity after boot failsJosJuice
2020-11-09Android: Finish EmulationActivity from C++JosJuice
2020-11-07Android: Don't name unused JNIEnv/jobject/jclass parametersJosJuice
2020-11-07Android: Fix jobject/jclass warningsJosJuice
2020-11-06Fix dereferencing nullptr BootParametersJosJuice
2020-10-21Android: Show how long ago each savestate was createdJosJuice
2020-10-21Merge pull request #8893 from JosJuice/android-jni-declarationsLéo Lam