mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 15:31:17 +01:00
711b1e0016
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@22 8ced0084-cf51-0410-be5f-012b33b47a6e
8 lines
105 B
C++
8 lines
105 B
C++
#include "Common.h"
|
|
#include "CPMemory.h"
|
|
|
|
// CP state
|
|
u32 arraybases[16];
|
|
u32 arraystrides[16];
|
|
|