summaryrefslogtreecommitdiff
path: root/Source
AgeCommit message (Expand)Author
2025-06-06Externals: add watcher, a library used to watch a filesystem location for cha...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-04Merge pull request #13728 from JosJuice/android-uses-microphoneJosJuice
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
2025-06-04DolphinNoGUI: Make classes finalDr. Dystopia
2025-06-04DolphinNoGUI: Make variables constantDr. Dystopia
2025-06-04DolphinNoGUI: Make function staticDr. Dystopia
2025-06-04DolphinNoGUI: Remove unused include directivesDr. Dystopia
2025-06-04DolphinNoGUI: Make variables constexprDr. Dystopia
2025-06-04DolphinNoGUI: Replace deprecated `signal.h` headerDr. Dystopia
2025-06-04Android: Add android.hardware.microphone to manifestJosJuice
2025-06-04Merge pull request #13681 from iwubcode/material_overhaul_custom_vertexJMC47
2025-06-04Merge pull request #13379 from JoshuaVandaele/system-ngJMC47
2025-06-04Merge pull request #13723 from Dentomologist/wavefile_add_prefix_to_member_va...Jordan Woyak
2025-06-04fmt: Replace deprecated `fmt::localtime` usage with `Common::LocalTime`Joshua Vandaƫle
2025-06-02Fade audio after an entire loopSam Belliveau
2025-06-01WaveFile: Add m_ prefix to member variablesDentomologist
2025-05-31Make parameters, arguments etc. constantDr. Dystopia
2025-05-30Config: Make s_callbacks_lock recursive to fix hardcore mode deadlock.Jordan Woyak
2025-05-30AudioCommon: Remove unused qualifiers and make variables constantDr. Dystopia
2025-05-29DolphinQt: Move the "Point (Passthrough)" "Enabled" checkbox below the mappin...Jordan Woyak
2025-05-29InputCommon/DolphinQt: Add advanced settings button for "Point" and "Point (P...CostPerUnit
2025-05-29AchievementManager - Minor cleanupLillyJadeKatrin
2025-05-27FilesystemWidget: Center header textDentomologist
2025-05-26Qt Advanced Panel: Convert QSliders into ConfigSliders.TryTwo
2025-05-26DolphinQt: Make GeckoCodeWidget default size not taller than it needs to be.Jordan Woyak
2025-05-26DolphinQt: Add stretch to the end of the game config Info tab.Jordan Woyak
2025-05-26DolphinQt: Fix the WiiPane hinting a larger than required size.Jordan Woyak
2025-05-26DolphinQt/AudioPane: Fix Volume QGroupBox title uglyness on Windows and incon...Jordan Woyak
2025-05-26DolphinQt: Fix FilesystemWidget QTreeView visual style.Jordan Woyak
2025-05-26DolphinQt: Make WrapInScrollArea and GetWrappedWidget less hacky.Jordan Woyak