summaryrefslogtreecommitdiff
path: root/Source/Android/jni/MainAndroid.cpp
AgeCommit message (Expand)Author
2025-01-10Merge pull request #13030 from JosJuice/android-wait-for-surface-in-runAdmiral H. Curtiss
2024-11-15GDBStub: Signal Breakpoint Changes To Hostmitaclaw
2024-11-03VideoBackendBase: Clarify function nameDentomologist
2024-10-23Host: Rename `JitCacheInvalidation`mitaclaw
2024-10-19DolphinQt: JIT Widget Refreshmitaclaw
2024-10-18JitCache: Add WipeBlockProfilingData Functionmitaclaw
2024-10-04Partially revert "Revert "Audit uses of IsRunning and GetState""JosJuice
2024-08-21Android: Wait for surface in RunJosJuice
2024-07-28MainAndroid: Thread Correctness In WriteJitBlockLogDumpmitaclaw
2024-07-27MainAndroid: Use JNI_FALSE instead of static_cast<jboolean>(false)mitaclaw
2024-06-26Revert "Audit uses of IsRunning and GetState"JosJuice
2024-06-22Merge pull request #12828 from JosJuice/unify-state-variables-2Admiral H. Curtiss
2024-06-21Audit uses of IsRunning and GetStateJosJuice
2024-06-21Core: Store current state in less placesJosJuice
2024-05-31TAS Input: Enable hotkeys and controller input when Input has focusDentomologist
2024-05-03Core::SetState: Avoid Global System Accessormitaclaw
2024-05-01Core::IsRunning: Avoid Global System Accessormitaclaw
2024-04-13Merge pull request #12691 from mitaclaw/jit-profiling-restorationAdmiral H. Curtiss
2024-04-09JitCache: Software Profiling Restorationmitaclaw
2024-04-08Core::GetState: Avoid Global System Accessormitaclaw
2024-03-31Merge pull request #12645 from mitaclaw/ppc-symbols-signalAdmiral H. Curtiss
2024-03-28DolphinQt: A Ubiquitous Signal For When Symbols Changemitaclaw
2024-03-23Core: Remove RunAsCPUThreadmitaclaw
2024-03-22Merge pull request #12606 from mitaclaw/state-global-systemAdmiral H. Curtiss
2024-03-22Merge pull request #12620 from mitaclaw/jit-interface-cpu-thread-guardAdmiral H. Curtiss
2024-03-18Core: Avoid (Some) Global System Accessormitaclaw
2024-03-17Merge pull request #12616 from mitaclaw/dvd-interface-cpu-thread-guardAdmiral H. Curtiss
2024-03-08DVDInterface: Modernize With CPUThreadGuardmitaclaw
2024-03-04JitInterface::ClearCache: Modernize With CPUThreadGuardmitaclaw
2024-03-01BootManager: Avoid Global System Accessormitaclaw
2024-03-01State: Avoid Global System Accessormitaclaw
2024-01-31Migrate SConfig::bWii to System.Admiral H. Curtiss
2023-11-25Android: Remove HostThreadLocks that are no longer neededJosJuice
2023-06-21Android: Declare host thread when generating analytics IDJosJuice
2023-06-19Merge pull request #11935 from nitanmarcel/patch-1JosJuice
2023-06-13Use getCacheDir if getExternalCacheDir returns null.Marcel Alexandru Nitan
2023-06-12Android: Add HostThreadLock where necessaryJosJuice
2023-06-12Android: And Lock and Unlock wrappers to HostThreadLockJosJuice
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