mirror of
https://github.com/encounter/aurora.git
synced 2026-07-09 18:19:33 -07:00
11 lines
211 B
C++
11 lines
211 B
C++
#pragma once
|
|
|
|
#include "../internal.hpp"
|
|
|
|
namespace aurora::gx::fifo {
|
|
|
|
// Process a buffer of GX FIFO commands
|
|
void process(const uint8_t* data, uint32_t size, bool bigEndian);
|
|
|
|
} // namespace aurora::gx::fifo
|