Files
aurora/lib/gx/command_processor.hpp
2026-03-05 20:18:41 -07:00

12 lines
217 B
C++

#pragma once
#include <dolphin/gx.h>
#include <cstdint>
namespace aurora::gx::fifo {
// Process a buffer of GX FIFO commands
void process(const u8* data, u32 size, bool bigEndian);
} // namespace aurora::gx::fifo