summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VideoConfig.cpp
AgeCommit message (Expand)Author
2026-05-25Merge pull request #14607 from elyashue/internal-resolution-displayDentomologist
2026-04-19VideoCommon: Added an option to showcase internal resolution, EFB width x hei...Elyas Hue
2026-04-18Add screen crop featureAdam Scott
2025-11-12Core: Eliminate FreeLookConfig by putting the "active config" within FreeLook...Jordan Woyak
2025-11-12Merge pull request #14100 from AndrewGDX/masterJordan Woyak
2025-11-12Improved stereoscopic 3D settingsAndrewGDX
2025-11-11Merge pull request #14071 from iwubcode/avoid_config_framebuffer_managerJMC47
2025-11-06Common: Remove the string parameters from the HookableEvent interface.Jordan Woyak
2025-11-05VideoCommon: pass the EFB buffer scale into the FramebufferManager instead of...iwubcode
2025-11-02Common: Make HookableEvent use non-static data.Jordan Woyak
2025-11-02Merge pull request #14042 from iwubcode/bp_functions_globalJMC47
2025-10-31VideoCommon: move global variables out of BPFunctionsiwubcode
2025-10-26FifoManager: Remove redundant PauseAndLock parametersDentomologist
2025-10-26FifoManager: Extract RestoreState from PauseAndLockDentomologist
2025-06-14Source: Remove redundant lambda parameter listsDr. Dystopia
2025-04-25VideoConfig: Remove ConfigChangedCallback on shutdownDentomologist
2025-03-17Config: Expose Default and 1x Anisotropic Filtering setting.Jordan Woyak
2025-03-16VideoConfig: Eliminate frame dumping members.Jordan Woyak
2025-03-11Merge pull request #13413 from jordan-woyak/vconfig-progressiveJMC47
2025-03-11Merge pull request #13412 from jordan-woyak/netplay-vconfigJMC47
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-09VideoCommon: Move backend_info out of VideoConfig struct.Jordan Woyak
2025-01-24VertexLoaderBase: Allow the vertex loader type to be set via configOatmealDome
2025-01-04Merge pull request #13233 from TryTwo/PR_CodecJMC47
2025-01-01Simplify `std::find` with `Common::Contains`mitaclaw
2024-12-30Frame Dumping: Change lossless codec from FFV1 to Ut Video.TryTwo
2024-08-22Graphics: Adapt aspect ratio when SBS/TAB 3D is usedBryan Jacobs
2024-06-23Core/VideoCommon: Revert change from #12828Admiral H. Curtiss
2024-06-21Audit uses of IsRunning and GetStateJosJuice
2024-06-21Core: Store current state in less placesJosJuice
2024-04-08Video: split frame dumping settings into 3 resolution dumping modesFiloppi
2024-01-31VideoCommon/Statistics: Remove global system accessor from s_after_frame_eventLioncash
2024-01-15Core/Movie: Refactor to class, move to System.Admiral H. Curtiss
2023-12-18VideoCommon/Fifo: Pass system instance through FifoManager constructorLioncache
2023-12-18Video: fix Auto Resolution Scale not updating when the window was resized.Filoppi
2023-12-18Video: implement custom aspect ratio support (already exposed to Qt).Filoppi
2023-10-10VideoCommon: wait for the GPU to be finished doing any work before invalidati...iwubcode
2023-09-06VideoCommon: Expose the widescreen heuristic's standard and widescreen ratio ...Jordan Woyak
2023-09-05VertexManagerBase: Allow widecreen heuristic constants to be overriden by oni...OatmealDome
2023-09-05RenderBase: Allow widescreen heuristic's transition threshold to be overridde...OatmealDome
2023-08-26Merge pull request #12117 from JosJuice/config-callback-cpuAdmiral H. Curtiss
2023-08-20VideoCommon: when graphics settings change, trigger a reload of all custom sh...iwubcode
2023-08-18Video: implement output resampling (upscaling/downscaling) methodsFiloppi
2023-08-17Don't call RunAsCPUThread in config callbacksJosJuice
2023-06-19Video: implement color correction to match the NTSC and PAL color spaces (and...Filoppi
2023-06-11VideoBackends:Vulkan: Allow loading custom drivers on AndroidRobin Kertels
2023-02-09Apply suggestions from code reviewScott Mansell
2023-02-09Lint fixesScott Mansell