| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-02-26 | Merge pull request #13374 from ↵ | JMC47 | |
| Dentomologist/performancemetrics_clamping_resetting_and_add_setting PerformanceMetrics: Add clamping, resetting on resize, and setting | |||
| 2025-02-25 | Merge pull request #13369 from Tilka/qt_warnings | Tilka | |
| CMake: disable Qt deprecation warnings we can't fix | |||
| 2025-02-25 | Merge pull request #13376 from jordan-woyak/serialized-wm-irext | JosJuice | |
| WiimoteEmu: Make SerializedWiimoteState store camera points as IRExtended instead of custom layout. | |||
| 2025-02-24 | DolphinQt: Fix MappingButton not updating text on middle-click clear. | Jordan Woyak | |
| 2025-02-24 | WiimoteEmu: Make SerializedWiimoteState store camera points as IRExtended ↵ | Jordan Woyak | |
| instead of custom layout. | |||
| 2025-02-24 | PerformanceMetrics: Add clamping, resetting on resize, and setting | Dentomologist | |
| Clamp overlays to the render window (with some padding), reset their positions when the render window changes sizes, and add a setting to enable moving the overlays (off by default, .ini only for now). | |||
| 2025-02-24 | Merge pull request #13370 from JosJuice/i18n-pack-sd | JosJuice | |
| Common: Make SD pack/unpack strings translatable | |||
| 2025-02-24 | Merge pull request #13371 from Florin9doi/prusb1 | Tilka | |
| USB: Remove unused parameters | |||
| 2025-02-23 | Common: Make SD pack/unpack strings translatable | JosJuice | |
| Regression from adc5b81. | |||
| 2025-02-24 | USB: Infinity window icon | Florin9doi | |
| 2025-02-24 | USB: Remove unused params | Florin9doi | |
| 2025-02-23 | CMake: disable Qt deprecation warnings we can't fix | Tillmann Karras | |
| 2025-02-23 | Merge pull request #13365 from jordan-woyak/si-disco | JMC47 | |
| SI: Set NOREP, ERRSTAT, and ERRLATCH when GetData returns false. | |||
| 2025-02-22 | Merge pull request #13348 from jordan-woyak/movie-SerializedWiimoteState | JMC47 | |
| Core/Movie: Make DTM Wii Remote data use SerializedWiimoteState. | |||
| 2025-02-22 | SI: Set NOREP, ERRSTAT, and ERRLATCH when GetData returns false. | Jordan Woyak | |
| 2025-02-22 | Merge pull request #13353 from iwubcode/custom_shader_overhaul_vertex_texcoord | JMC47 | |
| VideoCommon: move texcoord calculations to accessible functions in VertexShaderGen | |||
| 2025-02-17 | Merge pull request #13219 from Tilka/cp_cleanup | JosJuice | |
| VideoCommon: drop CP MMIO registers that were probably added in the wrong place | |||
| 2025-02-16 | Core/HW: Add time tracking thread in CPU manager | Aneesh Maganti | |
| Introduce method to track the time played for a game via time differences and TimePlayed methods. Threads are synchronized via Common::Event. | |||
| 2025-02-16 | DolphinQt: Add "Time Played" column to game list view | Aneesh Maganti | |
| Shows minutes/hours in the list view and handles column visibility. | |||
| 2025-02-16 | DolphinQt: Create toggle for enabling/disabling time tracking | Aneesh Maganti | |
| Introduce a new "Enable Time Tracking" checkbox in the InterfacePane UI. The checkbox is dynamically enabled or disabled based on the emulation state, preventing changes while emulation is active. | |||
| 2025-02-16 | Core/Config: Add settings for time tracking | Aneesh Maganti | |
| 2025-02-16 | Core/ConfigManager: Add locks for metadata methods | Aneesh Maganti | |
| All metadata access methods now acquire a lock on `m_metadata_lock` to prevent race conditions. | |||
| 2025-02-16 | Core: Add TimePlayed class to track game playtime | Aneesh Maganti | |
| Creates TimePlayed class and implemented constructors, AddTime, GetTimePlayed, and Reload methods. Updates CMakeLists.txt and DolphinLib.props as appropriate. | |||
| 2025-02-16 | Merge pull request #13329 from noahpistilli/guard-startup-patches | Admiral H. Curtiss | |
| Core: Check if msr.DR and msr.IR are valid at ApplyStartupPatches | |||
| 2025-02-15 | Merge pull request #13343 from jordan-woyak/dark-theme-indicator-gate-colors | JMC47 | |
| DolphinQt/Mapping: Adjust dark theme indicator gate color calculation. | |||
| 2025-02-15 | DolphinQt/Mapping: Clear and skip "Modifier" iterative input mappings when using | Jordan Woyak | |
| analog inputs. | |||
| 2025-02-15 | DolphinQt: Add setting to enable iterative input mappings. | Jordan Woyak | |
| 2025-02-15 | Merge pull request #13320 from jordan-woyak/detect-alternations | JMC47 | |
| DolphinQt/Mapping: Add setting to enable waiting for alternate mappings. | |||
| 2025-02-15 | Merge pull request #13344 from Tilka/dither | JMC47 | |
| VideoCommon: simplify dither calculation | |||
| 2025-02-15 | Merge pull request #13341 from jordan-woyak/sd-convert-buttons-rename | JMC47 | |
| DolphinQt: Rename the pack/unpack SD Card buttons. | |||
| 2025-02-15 | Merge pull request #13324 from Sintendo/jitarm64-cmp-imm | JMC47 | |
| JitArm64_Integer: cmp/cmpl optimizations | |||
| 2025-02-15 | Merge pull request #13322 from Xphalnos/D3D_Update | JMC47 | |
| VideoBackends: Use DXGI 1.6 and D3D11_4 | |||
| 2025-02-14 | VideoCommon: move texcoord calculations to accessible functions in ↵ | iwubcode | |
| VertexShaderGen | |||
| 2025-02-13 | DolphinAnalytics/WiimoteEmu: Remove now-irrelevant game quirk check. | Jordan Woyak | |
| 2025-02-12 | WiimoteEmu: Removed unused Extension encryption key getter. | Jordan Woyak | |
| 2025-02-12 | Core/Movie: Make DTM Wii Remote data use SerializedWiimoteState. | Jordan Woyak | |
| 2025-02-12 | DolphinQt: Rename the pack/unpack SD Card buttons. | Jordan Woyak | |
| 2025-02-11 | VideoCommon: simplify dither calculation | Tillmann Karras | |
| This saves three instructions on AMD GPUs. Dunno about Nvidia. | |||
| 2025-02-10 | DolphinQt/Mapping: Adjust dark theme indicator gate color calculation. | Jordan Woyak | |
| 2025-02-08 | VideoCommon: remove CP readonly field, it's now always false | Tillmann Karras | |
| 2025-02-08 | VideoCommon: drop CP MMIO registers that were probably added in the wrong place | Tillmann Karras | |
| I think someone confused these with the actual token and bounding box registers in PE, which were added later. In CP they never did anything and it's suspicious that they have the same addresses as their PE counterparts. On real hardware they always read as zero. | |||
| 2025-02-08 | Merge pull request #13318 from sanjay900/dont-detach-macos | OatmealDome | |
| LibusbDevice: Don't detach kernel drivers on macOS | |||
| 2025-02-06 | Merge pull request #13334 from jordan-woyak/mplus-lround | Admiral H. Curtiss | |
| WiimoteEmu/MotionPlus: Gyro data calculation cleanup. | |||
| 2025-02-06 | Merge pull request #13327 from ↵ | Admiral H. Curtiss | |
| jordan-woyak/input-expressions-compound-assignment InputCommon/ExpressionParser: Add compound assignment operators. | |||
| 2025-02-06 | Merge pull request #13330 from ↵ | Admiral H. Curtiss | |
| Dentomologist/performancemetrics_allow_moving_overlays PerformanceMetrics: Allow users to move overlays | |||
| 2025-02-06 | Merge pull request #13223 from mitaclaw/branch-watch-tool-fixes-5 | Admiral H. Curtiss | |
| Branch Watch Tool: Refresh Context Menus OnEmulationStateChanged | |||
| 2025-02-06 | Merge pull request #13319 from hoogmin/infinite-style-fix | JosJuice | |
| Refactor: Infinite loop in AsyncShaderCompiler according to style guidelines | |||
| 2025-02-05 | Refactor: Make loop non-infinite instead in AsyncShaderCompiler. | Javier Martinez | |
| 2025-02-05 | Merge pull request #13302 from TryTwo/Breakpoints_Fix_Lag | Admiral H. Curtiss | |
| Breakpoints: Fix lag when loading multiple memory breakpoints | |||
| 2025-02-04 | Breakpoints: Fix lag when adding or removing multiple memory breakpoints by ↵ | TryTwo | |
| only calling DBATUpdated() once. | |||
