summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/CommandProcessor.cpp
diff options
context:
space:
mode:
authornaari3 <naari.named@gmail.com>2026-02-21 14:38:38 +0900
committernaari3 <naari.named@gmail.com>2026-02-21 14:38:38 +0900
commitadbecd00ec9e526da37f50da5f117d306f2bd463 (patch)
treec1d7c204c0112b0bc325559a8ab4bb7c93c389fa /Source/Core/VideoCommon/CommandProcessor.cpp
parenta297bb8068bdd6a0a80c9e476ad50c0c54cd1c8a (diff)
AMMediaboard: fix TestHardware string endianness in legacy Execute path
The legacy Execute1 path (offset=0, length=0) was using Write_U32 (big-endian) to write the "TEST OK" status string. However, the PPC display code in segaboot reads this buffer with lwz followed by manual bswap32, so the data must be stored in little-endian. Use Write_U32_Swap to match the other two TestHardware paths.
Diffstat (limited to 'Source/Core/VideoCommon/CommandProcessor.cpp')
0 files changed, 0 insertions, 0 deletions