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.18.1-986-ga174fdb19e |
2025-05-09 |
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 |
2025-02-01 |
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 |
2025-02-15 |
Using texture with dynamic CLUT: texfmt=5, clutfmt=3 |
Silent Hill® Origins |
v1.18.1-986-ga174fdb19e |
2025-05-09 |
Rendering to framebuffer offset at 04170000 +256x0 (stride 512) |
God of War®: Ghost of Sparta |
v1.14.4-951-gaa66cc03f |
2025-04-20 |
Ignoring possible texturing from framebuffer at 04162000 +0x63 / 480x272 |
God of War®: Ghost of Sparta |
v1.18.1-993-ge80941403a |
2025-05-09 |
Rendering to framebuffer offset at 04162000 +256x0 (stride 512) |
God of War™: Ghost of Sparta |
v1.18.1-984-gfd4809490b |
2025-05-09 |
Rendering to framebuffer offset at 04162000 +256x0 (stride 512) |
Dragon Ball Z Shin Budokai |
v1.18.1-945-gb0182ed0e6 |
2025-05-09 |
sceNetAdhocMatchingInit(3000) at 088c66f4 |
DRAGON BALL Z SHIN BUDOKAI 2 |
v1.18.1-840-g60c98a6483 |
2025-05-09 |
sceNetAdhocMatchingInit(3000) at 088f31c0 |
METAL SLUG XX™ |
v1.18.1-945-gb0182ed0e6 |
2025-05-09 |
sceNetAdhocMatchingInit(65536) at 08864640 |
RESISTANCE® ~報復の刻~ |
v1.18.1-800-gb5c843ff72 |
2025-05-08 |
Failed to read valid video stream data from header |
GODS EATER BURST |
v1.15.4 |
2025-04-16 |
Waiting thread for 20 that was already waiting for 20 |
FIFA 21 Beta T. Bendezu & Alexander |
v1.9.4 |
2025-01-17 |
Game install with no files / data |
FIFA 21 Beta T. Bendezu & Alexander |
v1.9.4 |
2025-05-08 |
Savedata version requested on save: 3 |
FIFA 21 Beta T. Bendezu & Alexander |
v1.9.4 |
2025-05-08 |
Savedata version requested: 3 |
God of War™: Ghost of Sparta |
v1.14.4-79-ge890af248 |
2025-05-04 |
Ignoring possible texturing from framebuffer at 04161800 +0x64 / 480x272 |
God of War: Chains of Olympus |
v1.14.4-98-gb56b28f77 |
2025-05-09 |
Ignoring possible texturing from framebuffer at 04161800 +0x64 / 480x272 |
Crash™ Tag Team Racing |
v1.9.4 |
2025-05-08 |
sceKernelCreateThread(name=scePsmf_library): unsupported attributes 00000006 |
GODS EATER BURST |
v1.9.4 |
2025-05-09 |
sceKernelCreateThread(name=god_m001_Title): unsupported attributes 00000006 |
GODS EATER BURST |
v1.9.4 |
2025-05-09 |
sceKernelCreateThread(name=god_m002_Movie): unsupported attributes 00000006 |
GODS EATER BURST |
v1.9.4 |
2025-05-09 |
sceKernelCreateThread(name=god_m000_Boot): unsupported attributes 00000006 |
GODS EATER BURST |
v1.9.4 |
2025-05-09 |
sceKernelCreateThread(name=system): unsupported attributes 00000006 |
GODS EATER BURST |
v1.9.4 |
2025-05-09 |
sceKernelCreateThread(name=god_menu): unsupported attributes 00000006 |
Burnout Legends |
v1.9.4 |
2025-05-08 |
Attempted set for logic op: f |
Midnight Club 3: Dub Edition |
v1.9.4 |
2025-05-09 |
Savedata version requested: 1 |
Dante's Inferno™ |
v1.9.4 |
2025-05-08 |
sceDmacMemcpy(dest=086000a0, src=08c012f0, size=65536): overlapping read |
RESISTANCE® ~報復の刻~ |
v1.9.4 |
2025-05-08 |
Could not setup streams, unexpected stream count: 61637 |
TEKKEN DARK RESURRECTION |
v1.9.4 |
2025-05-09 |
sceMpegRingbufferPut(): invalid mpeg data |
Crash™ Tag Team Racing |
v1.9.4 |
2025-05-08 |
80000107=sceDisplaySetFrameBuf(00000000, 0, 0, 0): must change latched framebuf first |
Dante's Inferno™ |
v1.9.4 |
2025-05-09 |
Video out requested, not supported: mode=0 size=0,0 |
God of War: Chains of Olympus |
v1.9.4 |
2025-05-08 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
God of War: Chains of Olympus |
v1.9.4 |
2025-05-08 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
Silent Hill® Origins |
v1.9.4 |
2025-05-09 |
Rendering from framebuf with offset 040d43c0 -> 040d4000+480x0 |
Aces of War |
v1.9.4 |
2025-05-04 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=2, text=2 |
Xyanide: Resurrection |
v1.9.4 |
2025-05-04 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=09ef8dfc, pos=0, access=1, data=2, text=2 |
Xyanide: Resurrection |
v1.9.4 |
2025-05-04 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=09ef5cd4, pos=0, access=1, data=2, text=2 |
METAL GEAR ACID |
v1.9.4 |
2025-05-08 |
sceIoAssign(disc0:, umd0:, isofs:, IOASSIGN_RDONLY, 00000000, 0) |
METAL SLUG Anthology |
v1.9.4 |
2025-05-09 |
sceKernelLoadModule: unsupported options size=00000014, flags=08ad0000, pos=0, access=1, data=2, text=2 |
侍道2ポータブル |
v1.9.4 |
2025-05-07 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
Shinobido: Tales of the Ninja |
v1.9.4 |
2025-05-08 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fffad0, pos=0, access=1, data=2, text=2 |
ASPHALT : URBAN GT 2 |
v1.9.4 |
2025-05-09 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=2, text=2 |
ASPHALT : URBAN GT 2 |
v1.9.4 |
2025-05-09 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=1, text=1 |
Crash™ Tag Team Racing |
v1.9.4 |
2025-05-08 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
Crash™ Tag Team Racing |
v1.9.4 |
2025-05-08 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
Burnout Legends |
v1.9.4 |
2025-05-09 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=2, text=2 |
Burnout Legends |
v1.9.4 |
2025-05-09 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=1, text=1 |
DISSIDIA duodecim prologus FINAL FANTASY |
v1.9.4 |
2025-05-06 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=0, text=0 |
Assassin's Creed: Bloodlines™ |
v1.9.4 |
2025-05-09 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=1, access=1, data=2, text=2 |
Midnight Club 3: Dub Edition |
v1.9.4 |
2025-05-09 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
Midnight Club 3: Dub Edition |
v1.9.4 |
2025-05-09 |
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 |
2025-05-09 |
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 |
2025-05-09 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5128, pos=0, access=1, data=1, text=1 |
DRAGON BALL Z SHIN BUDOKAI 2 |
v1.9.4 |
2025-05-09 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=2, text=2 |
Dragon Ball Z Shin Budokai |
v1.9.4 |
2025-05-09 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=2, text=2 |
Dragon Ball Z Shin Budokai |
v1.9.4 |
2025-05-09 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=1, text=1 |
TEKKEN DARK RESURRECTION |
v1.9.4 |
2025-05-09 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000007, pos=0, access=1, data=2, text=2 |
TEKKEN DARK RESURRECTION |
v1.9.4 |
2025-05-09 |
sceKernelLoadModule: unsupported options size=00000014, flags=7f800001, pos=0, access=1, data=2, text=2 |
TEKKEN DARK RESURRECTION |
v1.9.4 |
2025-05-09 |
sceKernelLoadModule: unsupported options size=00000014, flags=7f800001, pos=0, access=1, data=1, text=1 |
TEKKEN DARK RESURRECTION |
v1.9.4 |
2025-05-09 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000007, pos=0, access=1, data=1, text=1 |
MONSTER HUNTER FREEDOM UNITE™ |
v1.9.4 |
2025-05-09 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
MONSTER HUNTER PORTABLE 2nd G |
v1.9.4 |
2025-05-09 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
God of War: Chains of Olympus |
v1.9.4 |
2025-05-09 |
sceKernelLoadModule: unsupported options size=00000014, flags=0899a904, pos=0, access=1, data=2, text=2 |
God of War: Chains of Olympus |
v1.9.4 |
2025-05-09 |
sceKernelLoadModule: unsupported options size=00000014, flags=000001a4, pos=0, access=1, data=2, text=2 |
God of War: Chains of Olympus |
v1.9.4 |
2025-05-09 |
sceKernelLoadModule: unsupported options size=00000014, flags=0899a904, pos=0, access=1, data=1, text=1 |
God of War: Chains of Olympus |
v1.9.4 |
2025-05-09 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
God of War: Chains of Olympus |
v1.9.4 |
2025-05-09 |
sceKernelLoadModule: unsupported options size=00000014, flags=000001a4, pos=0, access=1, data=1, text=1 |
God of War: Chains of Olympus |
v1.9.4 |
2025-05-09 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
MONSTER HUNTER PORTABLE 3rd HD Ver. |
v1.9.4 |
2025-05-09 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
RESISTANCE® ~報復の刻~ |
v1.9.4 |
2025-05-08 |
Unexpected mpeg first timestamp: 2f0a0bb0000 / 3232512016384 |
RESISTANCE® ~報復の刻~ |
v1.9.4 |
2025-05-08 |
sceGeBreak(mode=1, unknown=09ffd5e0): unknown ptr (valid) |
RESISTANCE® ~報復の刻~ |
v1.9.4 |
2025-05-08 |
sceGeBreak(mode=1, unknown=09ffd550): unknown ptr (valid) |
RESISTANCE® ~報復の刻~ |
v1.9.4 |
2025-05-08 |
UNIMPL sceIoDevctl("usbpspcm:", 03415001, 08ed48a0, 4, 00000000, 0) |
RESISTANCE® ~報復の刻~ |
v1.9.4 |
2025-05-08 |
sceGeBreak(mode=1, unknown=09ffd560): unknown ptr (valid) |
METAL SLUG Anthology |
v1.9.4 |
2025-05-08 |
Unknown GE command : 11ffffff |
Gran Turismo® |
v1.9.4 |
2025-05-09 |
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 |
2025-05-08 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145851408 |
Medal of Honor Heroes™ |
v1.9.4 |
2025-05-07 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 167768912 |
NEED FOR SPEED™ MOST WANTED 5-1-0 |
v1.9.4 |
2025-05-08 |
sceKernelCreateSema(RealSignal) unsupported options parameter, size = 612 |
Need for Speed™ Shift |
v1.9.4 |
2025-04-24 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 167769264 |
NEED FOR SPEED™ Carbon OTC |
v1.9.4 |
2025-05-07 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 142957872 |
Burnout Legends |
v1.9.4 |
2025-05-04 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 167508176 |
NEED FOR SPEED™ MOST WANTED 5-1-0 |
v1.9.4 |
2025-05-08 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 142644872 |
NEED FOR SPEED™ MOST WANTED 5-1-0 |
v1.9.4 |
2025-05-08 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 142637024 |