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