mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-30 13:58:03 +03:00
8 lines
105 B
C++
8 lines
105 B
C++
![]() |
#include "Common.h"
|
||
|
#include "CPMemory.h"
|
||
|
|
||
|
// CP state
|
||
|
u32 arraybases[16];
|
||
|
u32 arraystrides[16];
|
||
|
|