forked from dolphin-emu/dolphin
8 lines
105 B
C++
8 lines
105 B
C++
![]() |
#include "Common.h"
|
||
|
#include "CPMemory.h"
|
||
|
|
||
|
// CP state
|
||
|
u32 arraybases[16];
|
||
|
u32 arraystrides[16];
|
||
|
|