mirror of https://github.com/bsnes-emu/bsnes.git
8 lines
101 B
C++
8 lines
101 B
C++
|
struct Pending {
|
||
|
struct DMA {
|
||
|
bool vblank;
|
||
|
bool hblank;
|
||
|
bool hdma;
|
||
|
} dma;
|
||
|
} pending;
|