rpcsx/rpcs3/Emu/Cell/SPUContext.h

7 lines
53 B
C
Raw Normal View History

2015-03-02 05:10:41 +03:00
#pragma once
struct SPUContext
{
u128 gpr[128];
};