mirror of
https://github.com/emu-russia/pureikyubu.git
synced 2025-04-02 10:42:15 -04:00
7 lines
111 B
C
7 lines
111 B
C
|
|
#pragma once
|
|
|
|
// GX fifo buffer
|
|
#define GX_FIFO 0x0C008000
|
|
|
|
void GXFifoWriteBurst(uint8_t data[32]);
|