Initialize process_type properly.

This commit is contained in:
gibbed 2015-06-05 19:21:52 -05:00
parent 1d02ce63d3
commit b14ca702d1
1 changed files with 1 additions and 0 deletions

View File

@ -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;