mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-07 17:20:14 +01:00
7 lines
53 B
C
7 lines
53 B
C
#pragma once
|
|
|
|
struct SPUContext
|
|
{
|
|
v128 gpr[128];
|
|
};
|