summaryrefslogtreecommitdiff
path: root/Source/Core
AgeCommit message (Expand)Author
2025-09-17Merge pull request #13874 from sepalani/bitcast-ptrJMC47
2025-09-16Merge pull request #13848 from JoshuaVandaele/USBDevicePickerJMC47
2025-09-16Merge pull request #13941 from jordan-woyak/opcode-conceptsJMC47
2025-09-16Merge pull request #13935 from iwubcode/matrix_invertedJMC47
2025-09-16Merge pull request #13934 from jordan-woyak/stacked-settings-style-cleanupJMC47
2025-09-16Merge pull request #13917 from cristian64/center_dialogsJMC47
2025-09-16Merge pull request #13895 from iwubcode/update_shader_assetJMC47
2025-09-16Merge pull request #13892 from JosJuice/retroachievements-hookableeventJMC47
2025-09-16Merge pull request #13889 from iwubcode/texture_and_sampler_assetJMC47
2025-09-16Merge pull request #13864 from Dentomologist/branchwatch_extract_shared_funct...JMC47
2025-09-16Merge pull request #13863 from Dentomologist/enhancements_tab_fix_selection_o...JMC47
2025-09-16Merge pull request #13852 from Sintendo/jitarm64-subfcxJosJuice
2025-09-16Merge pull request #13905 from JosJuice/arm64emitter-shift-4JosJuice
2025-09-13VideoCommon/OpcodeDecoding: Replace enable_if with concepts.Jordan Woyak
2025-09-13Merge pull request #13930 from Dentomologist/retroachievements_avoid_leaderbo...JMC47
2025-09-09DolphinQt: Clean up some of the style sheet hacks in StackedSettingsWindow.Jordan Woyak
2025-09-08Fix broken imgui text in Metal backend.TryTwo
2025-09-07DolphinQt: Center dialogs on top-level parent window.cristian64
2025-09-07Core: support inverting a 4x4 matrixiwubcode
2025-09-07RealtekFirmwareLoader: Fix shadowed variable warningJoshua Vandaƫle
2025-09-05RetroAchievements: Avoid uninitialized memory accessDentomologist
2025-09-02Jit: Use `dcbz()` emitter for `dcbz_l` instead of interpreter fallbackMartino Fontana
2025-09-02Jit64: `dcbz`, use VMOVAPS with YMM registers on AVX CPUsMartino Fontana
2025-09-02x64Emitter: Support YMM registersMartino Fontana
2025-09-01Settings: Open file dialogs at user pathDentomologist
2025-08-31DolphinQt/Styles/Dark: Adjust progress barAdmiral H. Curtiss
2025-08-31DolphinQt/Styles/Dark: Fix inconsistent formattingAdmiral H. Curtiss
2025-08-31Merge pull request #13899 from SuperSamus/patch-cheats-osdTilka
2025-08-30PatchEngine: OSD message showing number of enabled patches and cheatsMartino Fontana
2025-08-30Merge pull request #13910 from Tilka/ubTilka
2025-08-30IOS/WD: fix wrong BitSet ctor being calledTillmann Karras
2025-08-30CoreTiming: set default overclock factors to 1.0Tillmann Karras
2025-08-30VI: set default overclock factor to 1.0Tillmann Karras
2025-08-30Merge pull request #13902 from Tilka/fix_color_clampTilka
2025-08-30Merge pull request #13912 from jordan-woyak/simplify-saturating-castTilka
2025-08-30Merge pull request #13911 from Dentomologist/gamelist_gridview_sortingTilka
2025-08-28Merge pull request #13825 from jordan-woyak/dont-count-playtime-while-suspendedJMC47
2025-08-27MathUtil: Simplify SaturatingCast implementation with std::cmp_less/cmp_great...Jordan Woyak
2025-08-27GameList: Use List View's sorting for Grid ViewDentomologist
2025-08-25CodeWidgets: Show code approval in Hardcore modeDentomologist
2025-08-24AchievementManager: Use HookableEvent instead of std::function callbacksJosJuice
2025-08-24Cheats: Refresh active code after editing it.TryTwo
2025-08-24Arm64Emitter: Replace shifting size by 4 with IntLog2 minus 3JosJuice
2025-08-24VideoSW: fix clamping after vertex color interpolationTillmann Karras
2025-08-23VideoCommon: update material asset to support render state properties, suppor...iwubcode
2025-08-23VideoBackends / VideoCommon: rename member variables in RenderState to be con...iwubcode
2025-08-23Merge pull request #13893 from TryTwo/PR_Slider_FixesTilka
2025-08-23ActionReplay: Fixup #13764Martino Fontana
2025-08-23VideoCommon: fix -Wmismatched-tags warningTillmann Karras
2025-08-22Merge pull request #13869 from TryTwo/ImGui_UpdatesJMC47