mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-04 07:40:10 +01:00
8 lines
85 B
C
8 lines
85 B
C
#pragma once
|
|
|
|
struct SceMt19937Context
|
|
{
|
|
le_t<u32> count;
|
|
le_t<u32> state[624];
|
|
};
|