summaryrefslogtreecommitdiff
path: root/Source
AgeCommit message (Expand)Author
2025-03-15Merge pull request #13240 from thalesmg/20241225-m-known-bt-addresses-config-...JosJuice
2025-03-15Merge pull request #13181 from tygyh/Replace-'reinterpret_cast'JosJuice
2025-03-15Merge pull request #13345 from Tilka/unswap_depthJosJuice
2025-03-15Merge pull request #13388 from jordan-woyak/vsync-not-recommendedJosJuice
2025-03-15Fixed Multi Config Code ApprovalsLillyJadeKatrin
2025-03-14Core: Remove unused GetActualEmulationSpeed function and related variables/fu...Jordan Woyak
2025-03-14PerformanceMetrics: Eliminated a mutex. Code cleanups.Jordan Woyak
2025-03-14AudioCommon: Added Granular SynthesisSam Belliveau
2025-03-14VideoCommon: Create AsyncRequests directly in MMU code to eliminate EFB-relat...Jordan Woyak
2025-03-14VideoCommon: Eliminate EFBAccessType enum. Eliminate union and switch stateme...Jordan Woyak
2025-03-13VideoCommon: move lighting shader logic to callable functionsiwubcode
2025-03-13Merge pull request #13394 from jordan-woyak/odd-even-pacingJMC47
2025-03-13Merge pull request #13387 from jordan-woyak/frame-pacingJMC47
2025-03-13DolphinQt: Use tooltips on Advanced tab.Jordan Woyak
2025-03-12VideoCommon: Rename Renderer to EFBInterface.Jordan Woyak
2025-03-11Core/Common: Fix typosLuz Paz
2025-03-11Merge pull request #13416 from jordan-woyak/unused-viewport-correctionJMC47
2025-03-11Merge pull request #13413 from jordan-woyak/vconfig-progressiveJMC47
2025-03-11Merge pull request #13412 from jordan-woyak/netplay-vconfigJMC47
2025-03-11Merge pull request #13410 from jordan-woyak/movie-vconfigJMC47
2025-03-11VertexShaderManager: Eliminate unnecessary m_viewport_correction member.Jordan Woyak
2025-03-10DolphinQt/GeneralWidget: Eliminate unnecessary g_Config usage.Jordan Woyak
2025-03-10VideoConfig: Eliminate bForceProgressive.Jordan Woyak
2025-03-10VideoConfig: Eliminate NetPlay related members.Jordan Woyak
2025-03-10Movie: Eliminate MovieManager::SetGraphicsConfig.Jordan Woyak
2025-03-10Core/VideoCommon: Push presentation time calculated from CPU thread to GPU th...Jordan Woyak
2025-03-10VideoInterface: Throttle before VBlank statistics counting.Jordan Woyak
2025-03-10SystemTimers: Throttle prior to performance marker.Jordan Woyak
2025-03-10BTEmu: Throttle prior to wii remote input update.Jordan Woyak
2025-03-10VideoInterface: Throttle prior to SI poll.Jordan Woyak
2025-03-10CoreTiming: Don't Throttle in event queue processing.Jordan Woyak
2025-03-10VideoCommon: Don't merge EFBPoke AsyncRequests.Jordan Woyak
2025-03-10GCC: Remedy NRVO Failsmitaclaw
2025-03-10Merge pull request #13403 from jordan-woyak/backend_infoJMC47
2025-03-10Merge pull request #13401 from jordan-woyak/exit-gpu-loopJMC47
2025-03-10Merge pull request #13396 from jordan-woyak/vi-odd-evenJMC47
2025-03-10Merge pull request #13340 from Dentomologist/state_show_decompressing_osd_longerJMC47
2025-03-10Merge pull request #13363 from JoshuaVandaele/nowarningsJMC47
2025-03-10Merge pull request #13286 from JoshuaVandaele/xcbJMC47
2025-03-10Merge pull request #13276 from JoshuaVandaele/sfml-3.0.0JMC47
2025-03-09Modernize `std::max_element` with ranges and projectionsmitaclaw
2025-03-09Modernize `std::lower_bound`/`upper_bound` with ranges and projectionsmitaclaw
2025-03-09Modernize `std::stable_sort` with ranges and projectionsmitaclaw
2025-03-09Modernize `std::sort` with ranges and projectionsmitaclaw
2025-03-09Modernize `std::none_of` with ranges and projectionsmitaclaw
2025-03-09Simplify `std::count_if` with `std::ranges::count` and projectionsmitaclaw
2025-03-09Simplify `std::find_if` with `std::ranges::find` and projectionsmitaclaw
2025-03-09Common: Create Range Projections For `std::pair`mitaclaw
2025-03-09Merge pull request #13404 from luzpaz/typo-source-core-windupdaterJosJuice
2025-03-09VideoCommon: Move backend_info out of VideoConfig struct.Jordan Woyak