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