Recent logs - v1.13.2-1258-gafe3ba01f

To see your stuff show here, enable Compatibility Server Reports in PPSSPP.

Click on a version, game, or report message to show similar entries. Hover over version to see platform info, and hover over a game title to see region and version info.

Game title Version Latest Report Message
Xyanide: Resurrection v1.13.2-1258-gafe3ba01f 2022-09-29 sceDmacMemcpy(dest=09d6ddc0, src=09d6c040, size=6016): overlapping read
ARMORED CORE 3 Portable v1.13.2-1258-gafe3ba01f 2022-09-28 Error in shader compilation: info: 0:16: S0001: Bitwise operations operands signs must match. 00180000:001ef022 Tex TexAlpha TFuncMod AlphaTest >= ColorTest0 != #version 320 es #extension GL_EXT_shader_framebuffer_fetch : require // Driver: Mali-G68 - GLSL 320 #define DISCARD discard precision lowp float; precision highp int; #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) uniform sampler2D tex; uniform sampler2D testtex; in lowp vec4 v_color0; in mediump float v_fogdepth; in mediump vec3 v_texcoord; out vec4 fragColor0; uvec3 unpackUVec3(highp uint x) { return uvec3(x & 0xFF, (x >> 8) & 0xFF, (x >> 16) & 0xFF); } void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = p * t; float aResult = texture(testtex, vec2(v.a * 0.996094 + 0.001953, 0)).a; if (aResult < 0.5) DISCARD; if (v.r < 0.002 && v.g < 0.002 && v.b < 0.002) DISCARD; fragColor0 = v; }
RESISTANCE® ~報復の刻~ v1.13.2-1258-gafe3ba01f 2022-09-28 Rendering from framebuf with offset 04000000 -> 04000000+0x0
Xyanide: Resurrection v1.13.2-1258-gafe3ba01f 2022-09-29 sceDmacMemcpy(dest=094c12c0, src=0925a5a4, size=16384): overlapping read
Xyanide: Resurrection v1.13.2-1258-gafe3ba01f 2022-09-28 sceDmacMemcpy(dest=094c12c0, src=092c65bc, size=16384): overlapping read
RIDGE RACER 2 v1.13.2-1258-gafe3ba01f 2022-09-28 Error in shader compilation: info: 0:17: S0001: Bitwise operations operands signs must match. 00180000:001e03a2 Tex TexAlpha TClampST TFuncMod ColorTest0 != #version 320 es #extension GL_ARM_shader_framebuffer_fetch : require // Driver: Mali-G76 - GLSL 320 #define DISCARD discard precision lowp float; precision highp int; #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) uniform sampler2D tex; uniform vec4 u_texclamp; uniform sampler2D testtex; in lowp vec4 v_color0; in mediump float v_fogdepth; in mediump vec3 v_texcoord; out vec4 fragColor0; uvec3 unpackUVec3(highp uint x) { return uvec3(x & 0xFF, (x >> 8) & 0xFF, (x >> 16) & 0xFF); } void main() { vec2 fixedcoord = vec2(clamp(v_texcoord.x, u_texclamp.z, u_texclamp.x - u_texclamp.z), clamp(v_texcoord.y, u_texclamp.w, u_texclamp.y - u_texclamp.w)); vec4 t = texture(tex, fixedcoord.xy); vec4 p = v_color0; vec4 v = p * t; if (v.r < 0.002 && v.g < 0.002 && v.b < 0.002) DISCARD; fragColor0 = v; }
RIDGE RACER 2 v1.14.4-521-g2d0252feb 2023-02-09 Ignoring possible texturing from framebuffer at 04195140 +0x88 / 256x272
MONSTER HUNTER FREEDOM UNITE™ v1.13.2-1258-gafe3ba01f 2022-09-27 Error in shader compilation: info: 0:16: S0001: Bitwise operations operands signs must match. 00180000:001e0002 Tex TFuncMod ColorTest0 != #version 320 es #extension GL_ARM_shader_framebuffer_fetch : require // Driver: Mali-G76 MC4 - GLSL 320 #define DISCARD discard precision lowp float; precision highp int; #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) uniform sampler2D tex; uniform sampler2D testtex; in lowp vec4 v_color0; in mediump float v_fogdepth; in mediump vec3 v_texcoord; out vec4 fragColor0; uvec3 unpackUVec3(highp uint x) { return uvec3(x & 0xFF, (x >> 8) & 0xFF, (x >> 16) & 0xFF); } void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(t.rgb * p.rgb, p.a); if (v.r < 0.002 && v.g < 0.002 && v.b < 0.002) DISCARD; fragColor0 = v; }
God of War: Chains of Olympus v1.17.1-74-g39fdba4f6 2024-04-26 Rendering to framebuffer offset at 04161800 +64x0 (stride 1024)
MONSTER HUNTER FREEDOM UNITE™ v1.13.2-1258-gafe3ba01f 2022-09-27 Error in shader compilation: info: 0:16: S0001: Bitwise operations operands signs must match. 00190000:001e0022 Tex TexAlpha TFuncMod ColorTest0 != TestDiscardToZero #version 320 es #extension GL_ARM_shader_framebuffer_fetch : require // Driver: Mali-G76 MC4 - GLSL 320 #define DISCARD discard precision lowp float; precision highp int; #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) uniform sampler2D tex; uniform sampler2D testtex; in lowp vec4 v_color0; in mediump float v_fogdepth; in mediump vec3 v_texcoord; out vec4 fragColor0; uvec3 unpackUVec3(highp uint x) { return uvec3(x & 0xFF, (x >> 8) & 0xFF, (x >> 16) & 0xFF); } void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = p * t; if (v.r < 0.002 && v.g < 0.002 && v.b < 0.002) v.a = 0.0; fragColor0 = v; }
MONSTER HUNTER FREEDOM UNITE™ v1.13.2-1258-gafe3ba01f 2022-09-27 Error in shader compilation: info: 0:17: S0001: Bitwise operations operands signs must match. 00190000:003e0022 Tex TexAlpha Fog TFuncMod ColorTest0 != TestDiscardToZero #version 320 es #extension GL_ARM_shader_framebuffer_fetch : require // Driver: Mali-G76 MC4 - GLSL 320 #define DISCARD discard precision lowp float; precision highp int; #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) uniform sampler2D tex; uniform sampler2D testtex; in lowp vec4 v_color0; uniform vec3 u_fogcolor; in mediump float v_fogdepth; in mediump vec3 v_texcoord; out vec4 fragColor0; uvec3 unpackUVec3(highp uint x) { return uvec3(x & 0xFF, (x >> 8) & 0xFF, (x >> 16) & 0xFF); } void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = p * t; float fogCoef = clamp(v_fogdepth, 0.0, 1.0); v = mix(vec4(u_fogcolor, v.a), v, fogCoef); if (v.r < 0.002 && v.g < 0.002 && v.b < 0.002) v.a = 0.0; fragColor0 = v; }
MONSTER HUNTER FREEDOM UNITE™ v1.13.2-1258-gafe3ba01f 2022-09-27 Error in shader compilation: info: 0:17: S0001: Bitwise operations operands signs must match. 00190000:003e0002 Tex Fog TFuncMod ColorTest0 != TestDiscardToZero #version 320 es #extension GL_ARM_shader_framebuffer_fetch : require // Driver: Mali-G76 MC4 - GLSL 320 #define DISCARD discard precision lowp float; precision highp int; #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) uniform sampler2D tex; uniform sampler2D testtex; in lowp vec4 v_color0; uniform vec3 u_fogcolor; in mediump float v_fogdepth; in mediump vec3 v_texcoord; out vec4 fragColor0; uvec3 unpackUVec3(highp uint x) { return uvec3(x & 0xFF, (x >> 8) & 0xFF, (x >> 16) & 0xFF); } void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(t.rgb * p.rgb, p.a); float fogCoef = clamp(v_fogdepth, 0.0, 1.0); v = mix(vec4(u_fogcolor, v.a), v, fogCoef); if (v.r < 0.002 && v.g < 0.002 && v.b < 0.002) v.a = 0.0; fragColor0 = v; }
MONSTER HUNTER FREEDOM UNITE™ v1.13.2-1258-gafe3ba01f 2022-09-27 Error in shader compilation: info: 0:16: S0001: Bitwise operations operands signs must match. 00190000:001e0002 Tex TFuncMod ColorTest0 != TestDiscardToZero #version 320 es #extension GL_ARM_shader_framebuffer_fetch : require // Driver: Mali-G76 MC4 - GLSL 320 #define DISCARD discard precision lowp float; precision highp int; #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) uniform sampler2D tex; uniform sampler2D testtex; in lowp vec4 v_color0; in mediump float v_fogdepth; in mediump vec3 v_texcoord; out vec4 fragColor0; uvec3 unpackUVec3(highp uint x) { return uvec3(x & 0xFF, (x >> 8) & 0xFF, (x >> 16) & 0xFF); } void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(t.rgb * p.rgb, p.a); if (v.r < 0.002 && v.g < 0.002 && v.b < 0.002) v.a = 0.0; fragColor0 = v; }
MONSTER HUNTER FREEDOM UNITE™ v1.13.2-1258-gafe3ba01f 2022-09-27 Error in shader compilation: info: 0:17: S0001: Bitwise operations operands signs must match. 00190000:003ef022 Tex TexAlpha Fog TFuncMod AlphaTest >= ColorTest0 != TestDiscardToZero #version 320 es #extension GL_ARM_shader_framebuffer_fetch : require // Driver: Mali-G76 MC4 - GLSL 320 #define DISCARD discard precision lowp float; precision highp int; #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) uniform sampler2D tex; uniform sampler2D testtex; in lowp vec4 v_color0; uniform vec3 u_fogcolor; in mediump float v_fogdepth; in mediump vec3 v_texcoord; out vec4 fragColor0; uvec3 unpackUVec3(highp uint x) { return uvec3(x & 0xFF, (x >> 8) & 0xFF, (x >> 16) & 0xFF); } void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = p * t; float fogCoef = clamp(v_fogdepth, 0.0, 1.0); v = mix(vec4(u_fogcolor, v.a), v, fogCoef); float aResult = texture(testtex, vec2(v.a * 0.996094 + 0.001953, 0)).a; if (aResult < 0.5) v.a = 0.0; if (v.r < 0.002 && v.g < 0.002 && v.b < 0.002) v.a = 0.0; fragColor0 = v; }
侍道2ポータブル v1.13.2-1327-g10b226367 2022-10-02 Rendering from framebuf with offset 04000000 -> 04000000+0x0
Need for Speed™ Shift v1.14.4-951-gaa66cc03f 2023-11-13 Ignoring possible texturing from framebuffer at 04176000 +0x64 / 512x272
Need for Speed™ Shift v1.14.4-951-gaa66cc03f 2023-12-24 Using texture with dynamic CLUT: texfmt=5, clutfmt=3
Midnight Club 3: Dub Edition v1.14.4-951-gaa66cc03f 2024-03-30 Ignoring possible texturing from framebuffer at 04178000 +0x64 / 64x321
Midnight Club 3: Dub Edition v1.13.2-1317-gf12a5101e 2022-10-06 Rendering from framebuf with offset 04000000 -> 04000000+0x0
RIDGE RACER 2 v1.14.4-967-gceaaaaeff 2024-04-20 Using texture with dynamic CLUT: texfmt=5, clutfmt=3
Silent Hill® Origins v1.17.1-76-g33dca6b24 2024-04-26 Rendering to framebuffer offset at 04170000 +256x0 (stride 512)
God of War®: Ghost of Sparta v1.14.4-951-gaa66cc03f 2024-04-17 Ignoring possible texturing from framebuffer at 04162000 +0x63 / 480x272
God of War®: Ghost of Sparta v1.17.1-83-g744678b5b 2024-04-26 Rendering to framebuffer offset at 04162000 +256x0 (stride 512)
God of War™: Ghost of Sparta v1.17.1-76-g33dca6b24 2024-04-26 Rendering to framebuffer offset at 04162000 +256x0 (stride 512)
Dragon Ball Z Shin Budokai v1.17.1-60-g7cddd09e3 2024-04-26 sceNetAdhocMatchingInit(3000) at 088c66f4
DRAGON BALL Z SHIN BUDOKAI 2 v1.17.1 2024-04-26 sceNetAdhocMatchingInit(3000) at 088f31c0
METAL SLUG XX™ v1.17.1-8-g834739600 2024-04-26 sceNetAdhocMatchingInit(65536) at 08864640
RESISTANCE® ~報復の刻~ v1.17.1 2024-04-26 Failed to read valid video stream data from header
GODS EATER BURST v1.15.4 2024-01-28 Waiting thread for 20 that was already waiting for 20
FIFA 21 Beta T. Bendezu & Alexander v1.9.4 2024-03-23 Game install with no files / data
FIFA 21 Beta T. Bendezu & Alexander v1.9.4 2024-04-26 Savedata version requested on save: 3
FIFA 21 Beta T. Bendezu & Alexander v1.9.4 2024-04-26 Savedata version requested: 3
God of War™: Ghost of Sparta v1.14.4-79-ge890af248 2024-04-26 Ignoring possible texturing from framebuffer at 04161800 +0x64 / 480x272
God of War: Chains of Olympus v1.14.4-98-gb56b28f77 2024-04-26 Ignoring possible texturing from framebuffer at 04161800 +0x64 / 480x272
Crash™ Tag Team Racing v1.9.4 2024-04-26 sceKernelCreateThread(name=scePsmf_library): unsupported attributes 00000006
GODS EATER BURST v1.9.4 2024-04-26 sceKernelCreateThread(name=god_m001_Title): unsupported attributes 00000006
GODS EATER BURST v1.9.4 2024-04-26 sceKernelCreateThread(name=god_m002_Movie): unsupported attributes 00000006
GODS EATER BURST v1.9.4 2024-04-26 sceKernelCreateThread(name=god_m000_Boot): unsupported attributes 00000006
GODS EATER BURST v1.9.4 2024-04-26 sceKernelCreateThread(name=system): unsupported attributes 00000006
GODS EATER BURST v1.9.4 2024-04-26 sceKernelCreateThread(name=god_menu): unsupported attributes 00000006
Burnout Legends v1.9.4 2024-04-26 Attempted set for logic op: f
Midnight Club 3: Dub Edition v1.9.4 2024-04-25 Savedata version requested: 1
Dante's Inferno™ v1.9.4 2024-04-26 sceDmacMemcpy(dest=086000a0, src=08c012f0, size=65536): overlapping read
RESISTANCE® ~報復の刻~ v1.9.4 2024-04-26 Could not setup streams, unexpected stream count: 61637
TEKKEN DARK RESURRECTION v1.9.4 2024-04-26 sceMpegRingbufferPut(): invalid mpeg data
Crash™ Tag Team Racing v1.9.4 2024-04-26 80000107=sceDisplaySetFrameBuf(00000000, 0, 0, 0): must change latched framebuf first
Dante's Inferno™ v1.9.4 2024-04-26 Video out requested, not supported: mode=0 size=0,0
God of War: Chains of Olympus v1.9.4 2024-04-25 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2
God of War: Chains of Olympus v1.9.4 2024-04-25 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1
Silent Hill® Origins v1.9.4 2024-04-26 Rendering from framebuf with offset 040d43c0 -> 040d4000+480x0
Aces of War v1.9.4 2024-04-25 sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=2, text=2
Xyanide: Resurrection v1.9.4 2024-04-10 sceKernelLoadModuleByID: unsupported options size=00000014, flags=09ef8dfc, pos=0, access=1, data=2, text=2
Xyanide: Resurrection v1.9.4 2024-04-10 sceKernelLoadModuleByID: unsupported options size=00000014, flags=09ef5cd4, pos=0, access=1, data=2, text=2
METAL GEAR ACID v1.9.4 2024-04-24 sceIoAssign(disc0:, umd0:, isofs:, IOASSIGN_RDONLY, 00000000, 0)
METAL SLUG Anthology v1.9.4 2024-04-26 sceKernelLoadModule: unsupported options size=00000014, flags=08ad0000, pos=0, access=1, data=2, text=2
侍道2ポータブル v1.9.4 2024-04-26 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2
Shinobido: Tales of the Ninja v1.9.4 2024-04-25 sceKernelLoadModule: unsupported options size=00000014, flags=09fffad0, pos=0, access=1, data=2, text=2
ASPHALT : URBAN GT 2 v1.9.4 2024-04-26 sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=2, text=2
ASPHALT : URBAN GT 2 v1.9.4 2024-04-26 sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=1, text=1
Crash™ Tag Team Racing v1.9.4 2024-04-26 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1
Crash™ Tag Team Racing v1.9.4 2024-04-26 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2
Burnout Legends v1.9.4 2024-04-26 sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=2, text=2
Burnout Legends v1.9.4 2024-04-26 sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=1, text=1
DISSIDIA duodecim prologus FINAL FANTASY v1.9.4 2024-04-25 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=0, text=0
Assassin's Creed: Bloodlines™ v1.9.4 2024-04-26 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=1, access=1, data=2, text=2
Midnight Club 3: Dub Edition v1.9.4 2024-04-26 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1
Midnight Club 3: Dub Edition v1.9.4 2024-04-26 sceKernelLoadModule: unsupported options size=00000014, flags=0892b4b0, pos=0, access=1, data=2, text=2
NEED FOR SPEED™ MOST WANTED 5-1-0 v1.9.4 2024-04-26 sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5128, pos=0, access=1, data=2, text=2
NEED FOR SPEED™ MOST WANTED 5-1-0 v1.9.4 2024-04-26 sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5128, pos=0, access=1, data=1, text=1
DRAGON BALL Z SHIN BUDOKAI 2 v1.9.4 2024-04-26 sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=2, text=2
Dragon Ball Z Shin Budokai v1.9.4 2024-04-26 sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=2, text=2
Dragon Ball Z Shin Budokai v1.9.4 2024-04-26 sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=1, text=1
TEKKEN DARK RESURRECTION v1.9.4 2024-04-26 sceKernelLoadModule: unsupported options size=00000014, flags=00000007, pos=0, access=1, data=2, text=2
TEKKEN DARK RESURRECTION v1.9.4 2024-04-26 sceKernelLoadModule: unsupported options size=00000014, flags=7f800001, pos=0, access=1, data=2, text=2
TEKKEN DARK RESURRECTION v1.9.4 2024-04-26 sceKernelLoadModule: unsupported options size=00000014, flags=7f800001, pos=0, access=1, data=1, text=1
TEKKEN DARK RESURRECTION v1.9.4 2024-04-26 sceKernelLoadModule: unsupported options size=00000014, flags=00000007, pos=0, access=1, data=1, text=1
MONSTER HUNTER FREEDOM UNITE™ v1.9.4 2024-04-26 sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2
MONSTER HUNTER PORTABLE 2nd G v1.9.4 2024-04-26 sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2
God of War: Chains of Olympus v1.9.4 2024-04-26 sceKernelLoadModule: unsupported options size=00000014, flags=0899a904, pos=0, access=1, data=2, text=2
God of War: Chains of Olympus v1.9.4 2024-04-26 sceKernelLoadModule: unsupported options size=00000014, flags=000001a4, pos=0, access=1, data=2, text=2
God of War: Chains of Olympus v1.9.4 2024-04-26 sceKernelLoadModule: unsupported options size=00000014, flags=0899a904, pos=0, access=1, data=1, text=1
God of War: Chains of Olympus v1.9.4 2024-04-26 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1
God of War: Chains of Olympus v1.9.4 2024-04-26 sceKernelLoadModule: unsupported options size=00000014, flags=000001a4, pos=0, access=1, data=1, text=1
God of War: Chains of Olympus v1.9.4 2024-04-26 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2
MONSTER HUNTER PORTABLE 3rd HD Ver. v1.9.4 2024-04-26 sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2
RESISTANCE® ~報復の刻~ v1.9.4 2024-04-26 Unexpected mpeg first timestamp: 2f0a0bb0000 / 3232512016384
RESISTANCE® ~報復の刻~ v1.9.4 2024-04-26 sceGeBreak(mode=1, unknown=09ffd5e0): unknown ptr (valid)
RESISTANCE® ~報復の刻~ v1.9.4 2024-04-26 sceGeBreak(mode=1, unknown=09ffd550): unknown ptr (valid)
RESISTANCE® ~報復の刻~ v1.9.4 2024-04-26 UNIMPL sceIoDevctl("usbpspcm:", 03415001, 08ed48a0, 4, 00000000, 0)
RESISTANCE® ~報復の刻~ v1.9.4 2024-04-26 sceGeBreak(mode=1, unknown=09ffd560): unknown ptr (valid)
METAL SLUG Anthology v1.9.4 2024-04-26 Unknown GE command : 11ffffff
Gran Turismo® v1.9.4 2024-04-26 VTYPE with morph used: THRU=0 TC=2 COL=4 POS=2 NRM=0 WT=0 NW=1 IDX=0 MC=2
NEED FOR SPEED™ MOST WANTED 5-1-0 v1.9.4 2024-04-25 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145851408
Medal of Honor Heroes™ v1.9.4 2024-04-21 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 167768912
NEED FOR SPEED™ MOST WANTED 5-1-0 v1.9.4 2024-04-26 sceKernelCreateSema(RealSignal) unsupported options parameter, size = 612
Need for Speed™ Shift v1.9.4 2024-04-16 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 167769264
NEED FOR SPEED™ Carbon OTC v1.9.4 2024-04-26 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 142957872
Burnout Legends v1.9.4 2024-04-25 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 167508176
NEED FOR SPEED™ MOST WANTED 5-1-0 v1.9.4 2024-04-26 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 142644872
NEED FOR SPEED™ MOST WANTED 5-1-0 v1.9.4 2024-04-26 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 142637024