02-07-2017, 11:32 PM
Tested on modded build v0.0.1-1669d0fd (PR #2352). Shows a few intros, and doesn't react on controls at "press start" screen. Keeps spamming
Requires minor hack in cellAvconfExt.cpp
replace
to
Code:
U {PPU[0x100000e] Thread (ThePs3MicManager::RegisterMics) [0x00a07b1c]} cellAvconfExt TODO: cellAudioInGetAvailableDeviceInfo
Requires minor hack in cellAvconfExt.cpp
replace
Code:
fmt::throw_exception("Unimplemented" HERE);
Code:
UNIMPLEMENTED_FUNC(cellAvconfExt); return CELL_OK;