EmuNewz Network
Rock Band 2 [BLUS30147] - Printable Version

+- EmuNewz Network (https://www.emunewz.net/forum)
+-- Forum: Official Boards for Emunews Affiliated Emu Projects (https://www.emunewz.net/forum/forumdisplay.php?fid=47)
+--- Forum: Official RPCS3 Forum [archive] (https://www.emunewz.net/forum/forumdisplay.php?fid=172)
+---- Forum: RPCS3 - Commercial Games (https://www.emunewz.net/forum/forumdisplay.php?fid=193)
+----- Forum: RPCS3 - Commercial Games - Intro (https://www.emunewz.net/forum/forumdisplay.php?fid=197)
+----- Thread: Rock Band 2 [BLUS30147] (/showthread.php?tid=177895)



Rock Band 2 [BLUS30147] - BlackDaemon - 02-07-2017

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;