summaryrefslogtreecommitdiff
path: root/Source
AgeCommit message (Expand)Author
2025-11-17Android: Convert CompressCallback to KotlinSimonx22
2025-11-17Bluetooth/RealtekFirmwareLoader: Add Mercusys MA530 to list.Jordan Woyak
2025-11-17Merge pull request #14131 from Simonx22/android/stereo-float-settingsJordan Woyak
2025-11-17Android: Convert BooleanSupplier to KotlinSimonx22
2025-11-17Android: Convert stereo settings to floats to match C++ definitionsSimonx22
2025-11-17Merge pull request #14106 from Simonx22/android/dependency-updates-11102544758JosJuice
2025-11-17Merge pull request #14097 from Simonx22/android/network-helper-kotlinJosJuice
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-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