summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/FIFO
AgeCommit message (Expand)Author
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
2021-05-07Update and clear the description on each object changePokechu22
2021-05-07Improve FIFO analyzer search functionPokechu22
2021-05-07Show register updates before primitive updatesPokechu22
2021-05-07Make the FIFO Player a separate windowPokechu22
2021-05-07Clear m_object_data_offsets first and require it before UpdateDescriptionPokechu22
2021-05-07Fix same object count being used for all frames in the FIFO analyzerPokechu22
2021-05-07Fix crash when attempting to analyze a FIFO after stopping playbackPokechu22
2021-05-07Make FIFO frame count inclusivePokechu22
2021-05-07Adjust FIFO player object rangesPokechu22
2021-05-07Reset the from frame/object to 0 on starting FIFO playbackPokechu22
2021-05-07Don't reset the FIFO frame/object limit when unpausingPokechu22
2021-03-06Use formatters in GetBPRegInfo; add missing commandsPokechu22
2021-03-06Add names and descriptions for XF registers to the FIFO analyzerPokechu22
2021-03-06Add names and descriptions for CP registers to the FIFO analyzerPokechu22
2021-01-11Use GX_CMD_UNKNOWN_METRICS instead of magic number 0x44Pokechu22
2020-09-12DolphinQt: fix other widgets that use lambdas (capturing this) without settin...iwubcode
2020-04-28DolphinQt: Use qOverload where applicableLioncash
2019-07-30DolphinQt: Replace QStringLiteral with alternatives where applicableLioncash