summaryrefslogtreecommitdiff
path: root/Source/Core
AgeCommit message (Expand)Author
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: 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
2025-06-06VideoCommon: remove 'GetLastAssetWriteTime' and switch to a steady_clock for ...iwubcode
2025-06-06VideoCommon: change asset loading to return the number of bytes loaded instea...iwubcode
2025-06-06VideoCommon: add 'Unload' functionality to CustomAssetiwubcode
2025-06-06DolphinQt: Remove redundant window hintsDentomologist
2025-06-06VideoCommon: add a handle to custom asset, this is an id that is only relevan...iwubcode
2025-06-06Core / VideoCommon: Remove original custom asset loaderiwubcode
2025-06-06Merge pull request #13392 from jordan-woyak/frame-pacing-accurate-timeJMC47
2025-06-06Merge pull request #13731 from iwubcode/pixel_shader_gen_fix_complete_initializeJMC47
2025-06-06Merge pull request #13730 from jordan-woyak/controllers-on-main-config-dialogJMC47
2025-06-05Common: Replace Contains and ContainsSubrange with C++23 std::ranges equivalentsJavier Martinez
2025-06-05Merge pull request #13713 from Dentomologist/filesystemwidget_center_header_textJordan Woyak
2025-06-05DSP/Jit: Don't return to dispatcher if no exception was generatedAdmiral H. Curtiss
2025-06-05DSPAnalyzer: Set store instructions as potentially generating exceptionsAdmiral H. Curtiss
2025-06-05VideoCommon: fix pixel shader gen error about structure not being fully initi...iwubcode
2025-06-04DolphinQt: Move "Controllers" to main settings window.Jordan Woyak
2025-06-04GameList: Prevent opening Properties multiple times for the same gameMartino Fontana
2025-06-04Merge pull request #13651 from jordan-woyak/config-listJMC47
2025-06-04DiscIO: Remove redundant castsDr. Dystopia
2025-06-04DolphinNoGUI: Make override explicitDr. Dystopia
2025-06-04DolphinNoGUI: Make parameters constantDr. Dystopia
2025-06-04DolphinNoGUI: Replace C-style cast with `reinterpret_cast`Dr. Dystopia