summaryrefslogtreecommitdiff
path: root/Source/Core
AgeCommit message (Expand)Author
2025-11-19Merge pull request #14127 from jordan-woyak/movie-cpu-thread-guardJordan Woyak
2025-11-19Core: Allow CPUManager::SetStepping to be called from the CPU thread so a cal...Jordan Woyak
2025-11-19Core: Remove unused HostMessageID enum members.Jordan Woyak
2025-11-18RetroAchievements - Android login callbackLillyJadeKatrin
2025-11-18Common: Treat DirectIOFile as unable to create SAF filesJosJuice
2025-11-18DolphinQt/QtUtils: Simplify RunOnObject and eliminate Common::Event race.Jordan Woyak
2025-11-18Common: Introduce a OneShotEvent class. Unlike Common::Event, OneShotEvent is...Jordan Woyak
2025-11-18Common/Functional: Add InvokerOf template which can convert function pointers...Jordan Woyak
2025-11-18Common/ScopeGuard: Fix move constructor.Jordan Woyak
2025-11-18Merge pull request #13748 from Dentomologist/autoupdatechecker_delete_old_upd...JosJuice
2025-11-17Bluetooth/RealtekFirmwareLoader: Add Mercusys MA530 to list.Jordan Woyak
2025-11-17JitArm64: Call GetImm before BindToRegister in subfcxJosJuice
2025-11-17Movie: Replace a blocking RunOnCPUThread call with a CPUThreadGuard.Jordan Woyak
2025-11-16AchievementManager - Add Android to user agentLillyJadeKatrin
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 #13922 from TryTwo/imgui_add_default_fontJosJuice
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-15Common/BitField: Silence two warnings:Jordan Woyak
2025-11-15VideoCommon/FramebufferManager: Silence warning:Jordan Woyak