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 |
偶像大师:闪耀祭典 魅惑旋律 |
v1.12.3-397-gd3d87894b |
2022-07-14 |
Waiting thread for 20 that was already waiting for 20 |
偶像大师:闪耀祭典 魅惑旋律 |
v1.11.3 |
2021-04-16 |
Error in shader program link: info: Variable u_texelDelta has unmatched precision qualifier in different shaders
fs: postshader
#version 320 es
precision mediump float;
precision highp int;
uniform vec2 u_texelDelta;
uniform vec2 u_pixelDelta;
layout(binding = 0) uniform mediump sampler2D sampler0;
uniform vec4 u_time;
in vec2 v_texcoord0;
out vec4 _gl_FragColor;
in vec4 v_texcoordNC0;
in vec4 v_texcoordNC1;
in vec4 v_texcoordNC2;
in vec4 v_texcoordNC3;
mediump int SEPIA;
mediump int GRAYSCALE;
mediump int NEGATIVE;
mediump int PSPCOLORS;
bvec4 _and_(bvec4 A, bvec4 B)
{
return bvec4(A.x && B.x, A.y && B.y, A.z && B.z, A.w && B.w);
}
vec4 df(vec4 A, vec4 B)
{
return abs(A - B);
}
bvec4 close(vec4 A, vec4 B)
{
highp vec4 param = A;
highp vec4 param_1 = B;
return lessThan(df(param, param_1), vec4(15.0));
}
bvec4 _or_(bvec4 A, bvec4 B)
{
return bvec4(A.x || B.x, A.y || B.y, A.z || B.z, A.w || B.w);
}
vec4 weighted_distance(vec4 a, vec4 b, vec4 c, vec4 d, vec4 e, vec4 f, vec4 g, vec4 h)
{
highp vec4 param = a;
highp vec4 param_1 = b;
highp vec4 param_2 = a;
highp vec4 param_3 = c;
highp vec4 param_4 = d;
highp vec4 param_5 = e;
highp vec4 param_6 = d;
highp vec4 param_7 = f;
highp vec4 param_8 = g;
highp vec4 param_9 = h;
return (((df(param, param_1) + df(param_2, param_3)) + df(param_4, param_5)) + df(param_6, param_7)) + (df(param_8, param_9) * 4.0);
}
vec3 processxBR(vec3 color)
{
vec2 pS = vec2(1.0) / u_texelDelta;
vec2 fp = fract(v_texcoord0 * pS);
vec2 TexCoord_0 = v_texcoord0 - (fp * u_pixelDelta);
vec2 dx = vec2(u_texelDelta.x, 0.0);
vec2 dy = vec2(0.0, u_texelDelta.y);
vec2 y2 = dy + dy;
vec2 x2 = dx + dx;
vec3 A = texture(sampler0, (TexCoord_0 - dx) - dy).xyz;
vec3 B = texture(sampler0, TexCoord_0 - dy).xyz;
vec3 C = texture(sampler0, (TexCoord_0 + dx) - dy).xyz;
vec3 D = texture(sampler0, TexCoord_0 - dx).xyz;
vec3 E = texture(sampler0, TexCoord_0).xyz;
vec3 F = texture(sampler0, TexCoord_0 + dx).xyz;
vec3 G = texture(sampler0, (TexCoord_0 - dx) + dy).xyz;
vec3 H = texture(sampler0, TexCoord_0 + dy).xyz;
vec3 I = texture(sampler0, (TexCoord_0 + dx) + dy).xyz;
vec3 A1 = texture(sampler0, (TexCoord_0 - dx) - y2).xyz;
vec3 C1 = texture(sampler0, (TexCoord_0 + dx) - y2).xyz;
vec3 A0 = texture(sampler0, (TexCoord_0 - x2) - dy).xyz;
vec3 G0 = texture(sampler0, (TexCoord_0 - x2) + dy).xyz;
vec3 C4 = texture(sampler0, (TexCoord_0 + x2) - dy).xyz;
vec3 I4 = texture(sampler0, (TexCoord_0 + x2) + dy).xyz;
vec3 G5 = texture(sampler0, (TexCoord_0 - dx) + y2).xyz;
vec3 I5 = texture(sampler0, (TexCoord_0 + dx) + y2).xyz;
vec3 B1 = texture(sampler0, TexCoord_0 - y2).xyz;
vec3 D0 = texture(sampler0, TexCoord_0 - x2).xyz;
vec3 H5 = texture(sampler0, TexCoord_0 + y2).xyz;
vec3 F4 = texture(sampler0, TexCoord_0 + x2).xyz;
vec4 b = vec4(dot(B, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(D, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(H, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(F, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)));
vec4 c = vec4(dot(C, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(A, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(G, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(I, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)));
vec4 d = vec4(b.y, b.z, b.w, b.x);
vec4 e = vec4(dot(E, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)));
vec4 f = vec4(b.w, b.x, b.y, b.z);
vec4 g = vec4(c.z, c.w, c.x, c.y);
vec4 h = vec4(b.z, b.w, b.x, b.y);
vec4 i = vec4(c.w, c.x, c.y, c.z);
vec4 i4 = vec4(dot(I4, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(C1, vec3(16.1630001068115234375, |
偶像大师:闪耀祭典 魅惑旋律 |
v1.4.2 |
2020-02-09 |
Wrong magic number 00000000 |
偶像大师:闪耀祭典 魅惑旋律 |
v1.9.3-125-gb4438c574 |
2022-02-24 |
Game install with no files / data |
偶像大师:闪耀祭典 魅惑旋律 |
v1.4.2-737-g232e30f4d |
2020-09-09 |
Loading module sceCcc_Library with version 0101, devkit 06030010 |
偶像大师:闪耀祭典 魅惑旋律 |
v1.4.2-737-g232e30f4d |
2020-09-09 |
Loading module sceFont_Library with version 0101, devkit 06030010 |
偶像大师:闪耀祭典 魅惑旋律 |
v1.4.2-737-g232e30f4d |
2020-09-09 |
Loading module scePsmf_library with version 0101, devkit 06030010 |
偶像大师:闪耀祭典 魅惑旋律 |
v1.2.2-371-g2c84411 |
2017-08-04 |
scePsmfSpecifyStreamWithStreamTypeNumber(08b88b50, 00000000, 00000001) |
偶像大师:闪耀祭典 魅惑旋律 |
v1.2.2-371-g2c84411 |
2017-08-04 |
scePsmfSpecifyStreamWithStreamTypeNumber(08b88b50, 00000000, 00000000) |
偶像大师:闪耀祭典 魅惑旋律 |
v1.9.4 |
2022-01-23 |
Ignoring func export sceLibFont/bc75d85b, already implemented in HLE. |
偶像大师:闪耀祭典 魅惑旋律 |
v1.9.4 |
2022-01-23 |
Ignoring func export sceLibFont/dcc80c2f, already implemented in HLE. |
偶像大师:闪耀祭典 魅惑旋律 |
v1.9.4 |
2022-01-23 |
Ignoring func export sceLibFont/5c3e4a9e, already implemented in HLE. |
偶像大师:闪耀祭典 魅惑旋律 |
v1.9.4 |
2022-01-23 |
Ignoring func export sceLibFont/3aea8cb6, already implemented in HLE. |
偶像大师:闪耀祭典 魅惑旋律 |
v1.9.4 |
2022-01-23 |
Ignoring func export sceLibFont/57fcb733, already implemented in HLE. |
偶像大师:闪耀祭典 魅惑旋律 |
v1.9.4 |
2022-01-23 |
Ignoring func export sceLibFont/980f4895, already implemented in HLE. |
偶像大师:闪耀祭典 魅惑旋律 |
v1.9.4 |
2022-01-23 |
Ignoring func export sceLibFont/67f17ed7, already implemented in HLE. |
偶像大师:闪耀祭典 魅惑旋律 |
v1.9.4 |
2022-01-23 |
Ignoring func export sceLibFont/ee232411, already implemented in HLE. |
偶像大师:闪耀祭典 魅惑旋律 |
v1.9.4 |
2022-01-23 |
Ignoring func export sceLibFont/0da7535e, already implemented in HLE. |
偶像大师:闪耀祭典 魅惑旋律 |
v1.9.4 |
2022-01-23 |
Ignoring func export sceLibFont/27f6e642, already implemented in HLE. |
偶像大师:闪耀祭典 魅惑旋律 |
v1.9.4 |
2022-01-23 |
Ignoring func export sceLibFont/ca1e6945, already implemented in HLE. |
偶像大师:闪耀祭典 魅惑旋律 |
v1.9.4 |
2022-01-23 |
Ignoring func export sceLibFont/099ef33c, already implemented in HLE. |
偶像大师:闪耀祭典 魅惑旋律 |
v1.9.4 |
2022-01-23 |
Ignoring func export sceLibFont/574b6fbc, already implemented in HLE. |
偶像大师:闪耀祭典 魅惑旋律 |
v1.9.4 |
2022-01-23 |
Ignoring func export sceLibFont/681e61a7, already implemented in HLE. |
偶像大师:闪耀祭典 魅惑旋律 |
v1.9.4 |
2022-01-23 |
Ignoring func export sceLibFont/a834319d, already implemented in HLE. |