Loader: Fix bugs in CreateProcess(), which now succeeds on hardware (1.0.0)
This commit is contained in:
@@ -5,5 +5,5 @@ class RandomUtils {
|
||||
public:
|
||||
static u32 GetNext();
|
||||
static u32 GetRandomU32(u32 max);
|
||||
static u32 GetRandomU64(u64 max);
|
||||
static u64 GetRandomU64(u64 max);
|
||||
};
|
||||
Reference in New Issue
Block a user