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