summaryrefslogtreecommitdiff
path: root/Source
AgeCommit message (Expand)Author
2025-06-10MainWindow - Avoid excessive emulation state changesLillyJadeKatrin
2025-06-09VideoCommon: fix regression where scenes with expanded lines or points would ...iwubcode
2025-06-09AutoUpdateChecker: Delete old Updater.log fileDentomologist
2025-06-09Merge pull request #13658 from jordan-woyak/vk-present-done-raceJMC47
2025-06-09Merge pull request #13738 from Tilka/convert_bannerJMC47
2025-06-09Merge pull request #13702 from CostPerUnit/masterJMC47
2025-06-08Merge pull request #13737 from LillyJadeKatrin/retroachievements-gamecube-bul...JMC47
2025-06-08Merge pull request #13719 from LillyJadeKatrin/retroachievements-wii-menu-fixJMC47
2025-06-08Merge pull request #13676 from LillyJadeKatrin/retroachievements-allowlist-te...JMC47
2025-06-08AudioCommon: Re-add missing includesJosJuice
2025-06-07Merge pull request #12836 from JosJuice/opensles-buffer-sizeJMC47
2025-06-08Merge pull request #13727 from JoshuaVandaele/fmt-11.2.0-localtime-deprecTilka
2025-06-07Merge pull request #13665 from jordan-woyak/dark-mode-filterJordan Woyak
2025-06-07Merge pull request #13522 from tygyh/Enforce-overriding-destructor-style-Core...Jordan Woyak
2025-06-07Merge pull request #13023 from tygyh/Replace-ties-with-structured-bindingsJordan Woyak
2025-06-07Merge pull request #13454 from tygyh/Use-constants-DolphinQt-FifoAnalyzerJordan Woyak
2025-06-07Merge pull request #13544 from tygyh/DolphinNoGUI-Replace-deprecated-signal-h...Jordan Woyak
2025-06-07Merge pull request #13697 from tygyh/AudioCommon/Remove-unused-includesJordan Woyak
2025-06-07Merge pull request #13698 from tygyh/AudioCommon/Remove-unused-qualifiers-and...Jordan Woyak
2025-06-07QtUtils/ImageConverter: simplifyTillmann Karras
2025-06-07InputCommon: Update to use SDL3 and bump the SDL submodule in Externals to re...Jordan Woyak
2025-06-07DolphinQt: Replace widespread SetQWidgetWindowDecorations calls with an event...Jordan Woyak
2025-06-07Merge pull request #13386 from iwubcode/resource_manager_systemJMC47
2025-06-07Merge pull request #13740 from JoshuaVandaele/bsod-fix-i-hopeJMC47
2025-06-07Merge pull request #13710 from TryTwo/UI_Sliders_UpdateAdmiral H. Curtiss
2025-06-07Merge pull request #13724 from SuperSamus/gamelist-properties-noduplicatesAdmiral H. Curtiss
2025-06-07Host: Clean up device handleJoshua Vandaƫle
2025-06-07AchievementManager - Load unknown gamesLillyJadeKatrin
2025-06-07AchievementManager - Fix Gamecube Bulk CopyLillyJadeKatrin
2025-06-07Merge pull request #13142 from JosJuice/fifo-window-starting-stoppingJosJuice
2025-06-07Android: Update advanced mapping dialog when devices changeJosJuice
2025-06-07Android: Show input indicators in controller settingsJosJuice
2025-06-07Android: Set parent when inflating RecyclerView.ViewHoldersJosJuice
2025-06-07Android: Make input mapping view holders observe input state changesJosJuice
2025-06-07Android: Pass CoreDevice.Control to AdvancedMappingControlViewHolderJosJuice
2025-06-07Android: Make AdvancedMappingControlViewHolder a LifecycleOwnerJosJuice
2025-06-07Android: Make SettingViewHolder a LifecycleOwnerJosJuice
2025-06-07Android: Make input state changes observableJosJuice
2025-06-06VideoCommon: remove 'GetByteSizeInMemory()' from custom asset, it is not need...iwubcode
2025-06-06VideoCommon: avoid race conditions with asset load/unload by moving the lock ...iwubcode
2025-06-06VideoCommon: rename m_bytes_loaded in asset library to bytes_loadediwubcode
2025-06-06VideoCommon: update CustomAsset's load time to be before the load occurs (thi...iwubcode
2025-06-06VideoCommon: watch texture pack folder for texture reloads (from dynamic inpu...iwubcode
2025-06-06VideoCommon: use CustomResourceManager in the texture cache and hook up to ou...iwubcode
2025-06-06VideoCommon: initialize and shutdown the CustomResourceManager when the video...iwubcode
2025-06-06Core: add CustomResourceManager to Systemiwubcode
2025-06-06VideoCommon: add resource manager and new asset loader; the resource manager...iwubcode
2025-06-06VideoCommon: rename GameTextureAsset into TextureAsset and make it only conta...iwubcode
2025-06-06VideoCommon: move AssetMap to a types header file, so it can be pulled in wit...iwubcode
2025-06-06Common: Add class 'FilesystemWatcher' that is used to watch paths and receive...iwubcode