Do not rely on cellPadInit in native ui

This commit is contained in:
eladash 2018-12-13 07:24:17 +02:00 committed by Megamouse
parent 2e7e2bb07e
commit 8cbaa8627c
13 changed files with 160 additions and 146 deletions

View file

@ -1196,6 +1196,7 @@ void Emulator::Load(bool add_only)
ppu_load_exec(ppu_exec);
fxm::import<GSRender>(Emu.GetCallbacks().get_gs_render); // TODO: must be created in appropriate sys_rsx syscall
fxm::import<pad_thread>(Emu.GetCallbacks().get_pad_handler);
network_thread_init();
}
else if (ppu_prx.open(elf_file) == elf_error::ok)