mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-03-06 21:44:02 +01:00
7 lines
53 B
C
7 lines
53 B
C
#pragma once
|
|
|
|
struct SPUContext
|
|
{
|
|
u128 gpr[128];
|
|
};
|