bsnes/higan/gba/cpu/state.hpp

12 lines
140 B
C++

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