mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-20 22:13:40 +00:00
Initialize process_type properly.
This commit is contained in:
parent
1d02ce63d3
commit
b14ca702d1
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ KernelState::KernelState(Emulator* emulator)
|
|||
pib->thread_count = 0;
|
||||
pib->unk_1B = 0x06;
|
||||
pib->kernel_stack_size = 16 * 1024;
|
||||
pib->process_type = process_type_;
|
||||
// TODO(benvanik): figure out what this list is.
|
||||
pib->unk_54 = pib->unk_58 = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue