summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/FIFO
AgeCommit message (Expand)Author
2026-01-25Remove unused importsMartino Fontana
2026-01-09c++23: Replace Common::ToUnderlying with std::to_underlyingJoshua Vandaële
2025-08-22FIFOAnalyzer: fix command description updatesTillmann Karras
2025-08-18Merge pull request #13883 from Dentomologist/fifoplayerwindow_geometry_fixesTilka
2025-08-18OpcodeDecoder: provide default GetVertexSize() implementationTillmann Karras
2025-08-17FIFOPlayerWindow: Save and restore window geometryDentomologist
2025-08-17FIFOPlayerWindow: Add stretch to Play/Record tabDentomologist
2025-06-07Merge pull request #13522 from tygyh/Enforce-overriding-destructor-style-Core...Jordan Woyak
2025-06-07Merge pull request #13454 from tygyh/Use-constants-DolphinQt-FifoAnalyzerJordan Woyak
2025-06-07Merge pull request #13142 from JosJuice/fifo-window-starting-stoppingJosJuice
2025-05-31Make parameters, arguments etc. constantDr. Dystopia
2025-05-01Make overriding explicit and remove redundant virtual specifiers on overridin...Dr. Dystopia
2025-03-25Use Common::ToUnderlyingDr. Dystopia
2024-10-20DolphinQt: Call FIFOPlayerWindow::UpdateControls for Starting/StoppingJosJuice
2024-10-15Merge pull request #13090 from mitaclaw/ranges-modernization-1-trivialJosJuice
2024-10-10Modernize `std::find_if` with rangesmitaclaw
2024-10-10Modernize `std::equal` with rangesmitaclaw
2024-10-04Partially revert "Revert "Audit uses of IsRunning and GetState""JosJuice
2024-07-28i18n: Add comments and improve source stringsJosJuice
2024-06-26Revert "Audit uses of IsRunning and GetState"JosJuice
2024-06-21Audit uses of IsRunning and GetStateJosJuice
2024-05-04Merge pull request #10957 from Pokechu22/std-bitcastTilka
2024-05-03Replace Common::BitCast with std::bit_castPokechu22
2024-05-01Core::IsRunning: Avoid Global System Accessormitaclaw
2024-03-22DolphinQt Settings: Signal Debug Font By Const Referencemitaclaw
2024-01-12FifoRecorder: Move instance to System.Admiral H. Curtiss
2024-01-05FifoPlayer: Move instance to System.Admiral H. Curtiss
2023-11-04DolphinQt: Remove unnecessary qOverloadsDentomologist
2022-09-19OpcodeDecoding: Get vertex size from the loaderRobin Kertels
2022-08-29Fifo analyzer: Fix various XF mistakesPokechu22
2022-05-18Rename CP and XF normal component count enums and update their descriptionsPokechu22
2022-03-08Add NonDefaultQPushButton to set autoDefault of buttons to falseMartin
2022-02-13FifoAnalyzer: Fix "enumeration value ‘NotPresent’ not handled in switch" ...Pokechu22
2022-01-17FifoPlayer: Add missing call to LoadSettings()Pokechu22
2022-01-06FifoPlayer: Allow changing loop option at runtimePokechu22
2022-01-06FifoPlayer: Store early memory updates option in the configPokechu22
2021-12-18Switch to the Play / Record tab when fifo playback stopsPokechu22
2021-12-18Fifo analyzer: Decode floats in primitive dataPokechu22
2021-12-18Fifo analyzer: Create a new object for each EFB copyPokechu22
2021-12-18Refactor OpcodeDecoding and FIFO analyzer to use callbacksPokechu22
2021-12-18Refactor object listing codePokechu22
2021-12-18Create and use CPArray enum classPokechu22
2021-12-18Convert OpcodeDecoder::Opcode and OpcodeDecoder::Primitive to enum classPokechu22
2021-10-09Add wrapper function to disable hotkeys for QFileDialogsowens99
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-05-20Fixes to translatable stringsJosJuice
2021-05-07Separate vertex components by spacesPokechu22
2021-05-07Add name and description for primitivesPokechu22
2021-05-07Add descriptions for GX_LOAD_INDX_A/B/C/DPokechu22
2021-05-07Coalesce NOPsPokechu22