EmuNewz Network

Full Version: Rock Band 2 [BLUS30147]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
Code:
U {PPU[0x100000e] Thread (ThePs3MicManager::RegisterMics) [0x00a07b1c]} cellAvconfExt TODO: cellAudioInGetAvailableDeviceInfo

Requires minor hack in cellAvconfExt.cpp

replace
Code:
fmt::throw_exception("Unimplemented" HERE);
to
Code:
UNIMPLEMENTED_FUNC(cellAvconfExt); return CELL_OK;