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