rpcsx/rpcs3/Emu/Cell/SPUContext.h
2015-07-10 04:30:49 +03:00

7 lines
53 B
C

#pragma once
struct SPUContext
{
u128 gpr[128];
};