bsnes/higan/gba/cpu/state.hpp

8 lines
101 B
C++
Executable File

struct Pending {
struct DMA {
bool vblank;
bool hblank;
bool hdma;
} dma;
} pending;