mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
6 lines
53 B
C
6 lines
53 B
C
#pragma once
|
|
|
|
struct SPUContext
|
|
{
|
|
u128 gpr[128];
|
|
};
|