EmuNewz Network
Demolition Inc [NPEB01175] - 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: Demolition Inc [NPEB01175] (/showthread.php?tid=163782)



Demolition Inc [NPEB01175] - BlackDaemon - 08-11-2014

Shows some textures in RSX debugger.


RE: Demolition Inc [NPEB01175] - BlackDaemon - 01-26-2017

Tested on modded build v0.0.1-8-60bd2fb. Shows loading screen and crashes on shaders compilation.
Code:
E {rsx::thread} RSX: Src type 3 used, please report this to a developer.
E {rsx::thread} RSX: Src type 3 used, please report this to a developer.
E {rsx::thread} RSX: Failed to compile shader: 0(187) : error C0000: syntax error, unexpected '.', expecting ')' at token "."

F {rsx::thread} class gl::glsl::link_exception thrown: linkage failed: 'Fragment info
-------------
0(187) : error C0000: syntax error, unexpected '.', expecting ')' at token "."
(0) : error C2003: incompatible options for link
'

Requires minor hack to skip unimplemented functions in cellAvconfExt.cpp

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

LLE used
Code:
- libadec.prx
- libat3dec.prx
- libatrac3plus.prx
- libatxdec.prx
- libl10n.prx
- libpamf.prx
- libresc.prx
- librtc.prx
- libspurs_jq.prx
- libsre.prx



RE: Demolition Inc [NPEB01175] - nash67 - 08-01-2017

RPCS3 v0.0.3-9-54f990a
black screen but music plays