summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/CommandProcessor.cpp
AgeCommit message (Expand)Author
2026-01-25Remove unused importsMartino Fontana
2025-05-05VideoCommon: reset some CP registers during PI_FIFO_RESETTillmann Karras
2025-02-08VideoCommon: remove CP readonly field, it's now always falseTillmann Karras
2025-02-08VideoCommon: drop CP MMIO registers that were probably added in the wrong placeTillmann Karras
2024-10-10VideoCommon: fix common opcode decoding errorsTillmann Karras
2024-01-31Migrate SConfig::bWii to System.Admiral H. Curtiss
2023-12-20VideoCommon/CommandProcessor: Pass system instance through constructorLioncache
2023-12-18VideoCommon/Fifo: Pass system instance through FifoManager constructorLioncache
2023-06-03Merge pull request #11586 from JosJuice/unknown-opcode-msgAdmiral H. Curtiss
2023-04-05VideoCommon/CommandProcessor: Pass System to HandleUnknownOpcode().Admiral H. Curtiss
2023-02-19VideoCommon: Reword the unknown opcode error messageJosJuice
2023-02-09CommandProcessor: Fix shadowing warningsPokechu22
2023-01-27PowerPC: Parametrize LR macro.Admiral H. Curtiss
2023-01-27PowerPC: Remove PC macro.Admiral H. Curtiss
2023-01-04HW/ProcessorInterface: Rename member variables to fit naming convention.Admiral H. Curtiss
2023-01-04HW/ProcessorInterface: Refactor to class, move to Core::System.Admiral H. Curtiss
2022-12-10VideoCommon/Fifo: Pass Core::System to methods.Admiral H. Curtiss
2022-12-10VideoCommon/Fifo: Refactor to class, move to Core::System.Admiral H. Curtiss
2022-11-29VideoCommon/CommandProcessor: Refactor to class, move to Core::System.Admiral H. Curtiss
2022-11-27CoreTiming: Refactor to class.Admiral H. Curtiss
2022-11-23Core/CommandProcessor: Reformat single/dual core dependent MMIO handlers.Admiral H. Curtiss
2022-11-23HW: Pass System to MMIO handlers.Admiral H. Curtiss
2022-11-06CoreTiming: Pass Core::System to Events.Admiral H. Curtiss
2022-10-06Common/PointerWrap: Remove DoPODPokechu22
2022-08-22Edit error messagePEmu2
2022-02-15CommandProcessor: Add FIFO_BP_LO/HI to directly_mapped_varsPokechu22
2022-02-13CommandProcessor: Log ignored unknown opcodes at warn levelPokechu22
2022-02-13CommandProcessor: Move unknown opcode log message before the panic alertPokechu22
2022-02-12CommandProcessor: Ignore unknown opcode for 0x3fPokechu22
2022-02-12CommandProcessor: Log PC and LR on unknown opcodesPokechu22
2022-02-12CommandProcessor: Move contents of second unknown opcode panic alert to the logPokechu22
2022-02-12CommandProcessor: Remove redundant GATHER_PIPE_SIZE constantPokechu22
2022-01-22VideoCommon: Move logging/seen check for unknown opcodes into CommandProcessorPokechu22
2022-01-09Config: Port dual core setting to new config system.Admiral H. Curtiss
2021-12-18Refactor OpcodeDecoding and FIFO analyzer to use callbacksPokechu22
2021-12-10Treewide: Adjust order of includesPokechu22
2021-11-02VideoCommon: Fix a -Wclass-memaccess in gcc 11Emmanuel Gil Peyrot
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-06-07Lint: End of namespaceSepalani
2021-05-15Remove all remaining volatile qualifiersJosJuice
2021-05-13Remove Atomic.hJosJuice
2021-04-18Fifo: Run/sync with the GPU on command processor register accessStenzek
2020-11-20Fix translatable strings which contain non-positional argumentsJosJuice
2020-11-17VideoCommon: Migrate over to fmtLioncash
2020-06-25Replace Windows CMake lambda constexpr capture workaroundJosJuice
2020-05-03Fix Windows CMake build errorsJosJuice
2020-03-24Cleanup warnings of -Wunused-lambda-captureJun Su
2019-05-31VideoCommon: Constrain the array_base registersbooto
2019-05-11CommandProcessor: Don't reset the video buffer when FIFO distance is changedStenzek
2019-04-26VideoCommon: Do not reset the gather pipe (WPAR buffer) as this does not refl...iwubcode