summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-17JitArm64: Call GetImm before BindToRegister in subfcxJosJuice
2025-11-17Movie: Replace a blocking RunOnCPUThread call with a CPUThreadGuard.Jordan Woyak
2025-11-16Android Achievements - Hardcore disablesLillyJadeKatrin
2025-11-16Add login to achievement settingsLillyJadeKatrin
2025-11-16AchievementManager - Add Android to user agentLillyJadeKatrin
2025-11-16Add Achievements submenu to Android settingsLillyJadeKatrin
2025-11-16Merge pull request #14023 from JosJuice/android-overlay-okJosJuice
2025-11-16Merge pull request #13689 from JosJuice/lock-core-any-threadJosJuice
2025-11-16Merge pull request #12134 from JosJuice/jit-constpropJosJuice
2025-11-16Merge pull request #14124 from JosJuice/android-dont-delete-resourcesJordan Woyak
2025-11-16Android: Convert NativeLibrary to KotlinSimonx22
2025-11-16Android: Ship Sys/Resources/JosJuice
2025-11-16Merge pull request #13922 from TryTwo/imgui_add_default_fontJosJuice
2025-11-16Merge pull request #14104 from Simonx22/android/remove-extract-native-libsJosJuice
2025-11-16Memmap: Fix populating m_logical_page_mappingsJosJuice
2025-11-16JitArm64: Replace dirty flag and partially replace RegType enumJosJuice
2025-11-16JitArm64: Don't store immediate values in register cacheJosJuice
2025-11-16Jit64: Don't store immediate values in register cacheJosJuice
2025-11-16Jit: Update constant propagation during instructionJosJuice
2025-11-16JitArm64: Make FlushRegisters unlock condition more robustJosJuice
2025-11-16JitArm64: Pass index to more Arm64GPRCache functionsJosJuice
2025-11-16Jit: Move rlwimix to ConstantPropagationJosJuice
2025-11-16Jit: Move srawx to ConstantPropagationJosJuice
2025-11-16Jit: Move srwx to ConstantPropagationJosJuice
2025-11-16Jit: Move slwx to ConstantPropagationJosJuice
2025-11-16Jit: Move divwx to ConstantPropagationJosJuice
2025-11-16Jit: Move divwux to ConstantPropagationJosJuice
2025-11-16Jit: Move subfic to ConstantPropagationJosJuice
2025-11-16Jit: Move subfx to ConstantPropagationJosJuice
2025-11-16Jit: Move multiplication by 0 optimization to ConstantPropagationJosJuice
2025-11-16Jit: Move mullwx, mulhwx, mulhwux to ConstantPropagationJosJuice
2025-11-16Jit: Move mulli to ConstantPropagationJosJuice
2025-11-16Jit: Move addicx to ConstantPropagationJosJuice
2025-11-16Jit: Move srawix to ConstantPropagationJosJuice
2025-11-16Jit: Move rlwinmx and rlwnmx to ConstantPropagationJosJuice
2025-11-16Jit: Move negx to ConstantPropagationJosJuice
2025-11-16Jit: Move cntlzwx to ConstantPropagationJosJuice
2025-11-16Jit: Move extsXx to ConstantPropagationJosJuice
2025-11-16Jit: Move addx to ConstantPropagationJosJuice
2025-11-16Jit: Move boolX to ConstantPropagationJosJuice
2025-11-16Jit: Move addix to ConstantPropagationJosJuice
2025-11-16Jit: Move reg_imm to ConstantPropagationJosJuice
2025-11-16Jit: Extract immediate handling to separate ConstantPropagation classJosJuice
2025-11-16JitArm64: Add function for setting constant overflowJosJuice
2025-11-16Jit64: Extract handling of immediate RcJosJuice
2025-11-16Android: Rate limit refreshInputOverlay calls from slidersJosJuice
2025-11-16Android: Treat EmulationActivity dialog dismiss the same as OKJosJuice
2025-11-16Merge pull request #13992 from JosJuice/android-register-for-activity-resultJosJuice
2025-11-15Common/BitField: Silence two warnings:Jordan Woyak
2025-11-15VideoCommon/FramebufferManager: Silence warning:Jordan Woyak