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