summaryrefslogtreecommitdiff
path: root/Source/Core
AgeCommit message (Expand)Author
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-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
2025-05-26DolphinQt: Change game properties QTabWidget to QListWidget.Jordan Woyak
2025-05-26DolphinQt: Change main settings window QTabWidget into a QListWidget and QSta...Jordan Woyak
2025-05-26Merge pull request #13709 from JosJuice/hide-header-binAdmiral H. Curtiss
2025-05-25Hide DirectoryBlob header.bin files from game listJosJuice
2025-05-25Merge pull request #13647 from jordan-woyak/sha1-avoid-memcpyJosJuice
2025-05-25Android: Ask system for optimal audio buffer size and sample rateJosJuice
2025-05-25Android: Get rid of OpenSLESStream's global stateJosJuice
2025-05-25AudioCommon: Remove unused includesDr. Dystopia
2025-05-24Merge pull request #13692 from jordan-woyak/work-queue-thread-command-queueJosJuice
2025-05-24VideoCommon: move vertex shader gen logic to a 'process_vertex()' function, t...iwubcode
2025-05-23IOS/KD: Set Checksum when flushing NWC24ConfigSketch
2025-05-22Merge pull request #13699 from JosJuice/force-typoJosJuice
2025-05-22DolphinQt: Don't translate Wii Speak OSD stringJosJuice
2025-05-22DolphinQt: Fix verb agreement in Immediate XFB descriptionJosJuice
2025-05-22minizip-ng: Stop using compatibility modeJoshua Vandaƫle
2025-05-21RetroAchievements: Updated PatchAllowlistTest to generate new allowlistLillyJadeKatrin
2025-05-21Merge pull request #13661 from jordan-woyak/info-firstAdmiral H. Curtiss
2025-05-21Merge pull request #13693 from jordan-woyak/focus-render-window-on-clickAdmiral H. Curtiss
2025-05-21Merge pull request #12769 from sepalani/wii-speakJMC47
2025-05-20WorkQueueThread: Fix Cancel() race with internal command queue.Jordan Woyak
2025-05-20DolphinQt/RenderWidget: Grab focus on mouse button press.Jordan Woyak
2025-05-20Merge pull request #13675 from LillyJadeKatrin/retroachievements-close-deadlockJMC47
2025-05-20Merge pull request #13562 from sanjay900/santroller-supportJordan Woyak
2025-05-19Check buffer out and size in HID_USBv5/USB_VEN GetVersion Ioctly21