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 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.6.3 |
2023-01-22 |
sceDmacMemcpy(dest=0964f200, src=0964b200, size=16384): overlapping read |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.1 |
2022-12-28 |
D3D error in shader compilation: info: C:\Users\agusss\Desktop\ppsspp_win\[email protected](142,16-55): error X4505: maximum temp register index exceeded
C:\Users\agusss\Desktop\ppsspp_win\[email protected](142,12-69): error X4505: maximum temp register index exceeded
/ code: #define vec2 float2
#define vec3 float3
#define vec4 float4
#define ivec2 int2
#define ivec4 int4
#define mat2 float2x2
#define mat4 float4x4
#define mat3x4 float4x3
#define splat3(x) vec3(x, x, x)
#define lowp
#define mediump
#define highp
#pragma warning( disable : 3571 )
mat4 u_proj : register(c0);
vec4 u_matambientalpha : register(c20);
mat3x4 u_world : register(c11);
mat3x4 u_view : register(c8);
vec4 u_uvscaleoffset : register(c17);
vec3 u_lightpos0 : register(c24);
vec3 u_lightatt0 : register(c32);
vec3 u_lightdir0 : register(c28);
vec4 u_lightangle_spotCoef0 : register(c36);
vec3 u_lightambient0 : register(c48);
vec3 u_lightdiffuse0 : register(c40);
vec3 u_lightspecular0 : register(c44);
vec3 u_lightpos1 : register(c25);
vec3 u_lightatt1 : register(c33);
vec3 u_lightdir1 : register(c29);
vec4 u_lightangle_spotCoef1 : register(c37);
vec3 u_lightambient1 : register(c49);
vec3 u_lightdiffuse1 : register(c41);
vec3 u_lightspecular1 : register(c45);
vec3 u_lightpos2 : register(c26);
vec3 u_lightatt2 : register(c34);
vec3 u_lightdir2 : register(c30);
vec4 u_lightangle_spotCoef2 : register(c38);
vec3 u_lightambient2 : register(c50);
vec3 u_lightdiffuse2 : register(c42);
vec3 u_lightspecular2 : register(c46);
vec3 u_lightpos3 : register(c27);
vec3 u_lightatt3 : register(c35);
vec3 u_lightdir3 : register(c31);
vec4 u_lightangle_spotCoef3 : register(c39);
vec3 u_lightambient3 : register(c51);
vec3 u_lightdiffuse3 : register(c43);
vec3 u_lightspecular3 : register(c47);
vec4 u_ambient : register(c19);
vec3 u_matdiffuse : register(c21);
vec4 u_matspecular : register(c22);
vec3 u_matemissive : register(c23);
vec4 u_depthRange : register(c52);
vec4 u_cullRangeMin : register(c80);
vec4 u_cullRangeMax : register(c81);
struct VS_IN {
vec2 texcoord : TEXCOORD0;
vec3 normal : NORMAL;
vec3 position : POSITION;
};
struct VS_OUT {
vec3 v_texcoord : TEXCOORD0;
vec4 v_color0 : COLOR0;
vec3 v_color1 : COLOR1;
vec4 gl_Position : POSITION;
};
vec3 normalizeOr001(vec3 v) {
return length(v) == 0.0 ? vec3(0.0, 0.0, 1.0) : normalize(v);
}
VS_OUT main(VS_IN In) {
VS_OUT Out;
vec2 texcoord = In.texcoord;
vec3 normal = In.normal;
vec3 position = In.position;
vec3 worldpos = mul(vec4(position, 1.0), u_world).xyz;
mediump vec3 worldnormal = normalizeOr001(mul(vec4(normal, 0.0), u_world).xyz);
vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0);
vec4 outPos = mul(u_proj, viewPos);
lowp vec4 lightSum0 = u_ambient * u_matambientalpha + vec4(u_matemissive, 0.0);
lowp vec3 lightSum1 = splat3(0.0);
vec3 toLight;
lowp vec3 diffuse;
float distance;
lowp float lightScale;
mediump float ldot;
lowp float angle;
toLight = u_lightpos0 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = dot(toLight, worldnormal);
angle = length(u_lightdir0) == 0.0 ? 0.0 : dot(normalize(u_lightdir0), toLight);
if (angle >= u_lightangle_spotCoef0.x) {
lightScale = clamp(1.0 / dot(u_lightatt0, vec3(1.0, distance, distance*distance)), 0.0, 1.0) * (u_lightangle_spotCoef0.y <= 0.0 ? 1.0 : pow(angle, u_lightangle_spotCoef0.y));
} else {
lightScale = 0.0;
}
diffuse = (u_lightdiffuse0 * u_matdiffuse) * max(ldot, 0.0);
if (ldot >= 0.0) {
ldot = dot(normalize(toLight + vec3(0.0, 0.0, 1.0)), worldnormal);
if (u_matspecular.a <= 0.0) {
ldot = 1.0;
} else {
ldot = pow(max(ldot, 0.0), u_matspecular.a);
}
if (ldot > 0.0)
lightSum1 += u_lightspecular0 * u_matspecular.rgb * ldot * lightScale;
}
lightSum0.rgb += (u_lightambient0 * u_matambientalpha.rgb + diffuse) * lightScale;
toLight = u_lightpos1 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = dot(toLight, worldnormal);
angle = length(u_lightdir1 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-25 |
sceDmacMemcpy(dest=095e81a0, src=095e61a0, size=8192): overlapping read |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-25 |
sceDmacMemcpy(dest=0968a2e0, src=096882e0, size=8192): overlapping read |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.12.3 |
2022-12-21 |
sceDmacMemcpy(dest=095b7880, src=095a7880, size=65536): overlapping read |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Jump to invalid address: 0202ff90 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Branch in Jump delay slot at 0899612c in block starting at 08996078 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Jump to invalid address: 02035060 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Branch in Jump delay slot at 08996128 in block starting at 08996078 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Jump to invalid address: 02034180 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Branch in Jump delay slot at 08996124 in block starting at 08996078 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Jump to invalid address: 020209c0 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Branch in Jump delay slot at 08996120 in block starting at 08996078 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Jump to invalid address: 020330a0 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Branch in Jump delay slot at 0899611c in block starting at 08996078 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Jump to invalid address: 0202ad60 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Branch in Jump delay slot at 08996118 in block starting at 08996078 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Jump to invalid address: 020290a0 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Branch in Jump delay slot at 08996114 in block starting at 08996078 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Jump to invalid address: 0203c730 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Branch in Jump delay slot at 08996110 in block starting at 08996078 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Jump to invalid address: 0203c5f0 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Branch in Jump delay slot at 0899610c in block starting at 08996078 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Jump to invalid address: 0203c170 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Branch in Jump delay slot at 08996108 in block starting at 08996078 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Jump to invalid address: 0203c000 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Jump to invalid address: 021c6b50 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Branch in Jump delay slot at 089960fc in block starting at 08996078 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Jump to invalid address: 02278e70 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Branch in Jump delay slot at 089960f8 in block starting at 08996078 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Jump to invalid address: 02275a40 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Branch in Jump delay slot at 089960f4 in block starting at 08996078 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Jump to invalid address: 02272610 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Branch in Jump delay slot at 089960f0 in block starting at 08996078 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Jump to invalid address: 02258240 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Branch in Jump delay slot at 089960ec in block starting at 08996078 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Jump to invalid address: 022429d0 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Branch in Jump delay slot at 089960e8 in block starting at 08996078 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Jump to invalid address: 02238db0 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Branch in Jump delay slot at 089960e4 in block starting at 08996078 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Jump to invalid address: 02231620 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Branch in Jump delay slot at 089960e0 in block starting at 08996078 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Jump to invalid address: 02222520 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Branch in Jump delay slot at 089960dc in block starting at 08996078 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Jump to invalid address: 0220ed90 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Branch in Jump delay slot at 089960d8 in block starting at 08996078 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Jump to invalid address: 022070d0 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Branch in Jump delay slot at 089960d4 in block starting at 08996078 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Jump to invalid address: 021f8080 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Branch in Jump delay slot at 089960d0 in block starting at 08996078 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Jump to invalid address: 021e6350 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Branch in Jump delay slot at 089960cc in block starting at 08996078 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Jump to invalid address: 021e2ff0 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Branch in Jump delay slot at 089960c8 in block starting at 08996078 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Jump to invalid address: 021ddd30 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Branch in Jump delay slot at 089960c4 in block starting at 08996078 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Jump to invalid address: 021c6000 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Branch in Jump delay slot at 089960c0 in block starting at 08996078 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Jump to invalid address: 021bd7c0 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Branch in Jump delay slot at 089960bc in block starting at 08996078 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Jump to invalid address: 021aad20 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Branch in Jump delay slot at 089960b8 in block starting at 08996078 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Jump to invalid address: 02196cd0 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Branch in Jump delay slot at 089960b4 in block starting at 08996078 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Jump to invalid address: 0218d4a0 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Branch in Jump delay slot at 089960b0 in block starting at 08996078 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Jump to invalid address: 021880b0 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Branch in Jump delay slot at 089960ac in block starting at 08996078 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Jump to invalid address: 0216c490 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Branch in Jump delay slot at 089960a8 in block starting at 08996078 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Jump to invalid address: 0214fdd0 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Branch in Jump delay slot at 089960a4 in block starting at 08996078 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Jump to invalid address: 02136d50 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Branch in Jump delay slot at 089960a0 in block starting at 08996078 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Jump to invalid address: 021473b0 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Branch in Jump delay slot at 0899609c in block starting at 08996078 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Jump to invalid address: 02131380 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Branch in Jump delay slot at 08996098 in block starting at 08996078 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Jump to invalid address: 0212c250 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Branch in Jump delay slot at 08996094 in block starting at 08996078 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Jump to invalid address: 0211b920 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Branch in Jump delay slot at 08996090 in block starting at 08996078 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Jump to invalid address: 02115390 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Branch in Jump delay slot at 0899608c in block starting at 08996078 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Jump to invalid address: 02105ab0 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Branch in Jump delay slot at 08996088 in block starting at 08996078 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Jump to invalid address: 020f5e30 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Branch in Jump delay slot at 08996084 in block starting at 08996078 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Jump to invalid address: 020e76c0 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-19 |
Branch in Jump delay slot at 08996080 in block starting at 08996078 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.11-2-gb539ce8c2 |
2022-12-19 |
sceDmacMemcpy(dest=040cc000, src=090770d0, size=32768): overlapping read |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.12.3 |
2022-12-14 |
sceDmacMemcpy(dest=09708a80, src=09707a80, size=4096): overlapping read |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-14 |
sceDmacMemcpy(dest=096e1c20, src=096dfc20, size=8192): overlapping read |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-05 |
sceDmacMemcpy(dest=040cc000, src=09329b00, size=32768): overlapping read |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-11-28 |
sceDmacMemcpy(dest=095f3eb0, src=095e3eb0, size=65536): overlapping read |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-11-11 |
sceDmacMemcpy(dest=040f4500, src=09101330, size=32768): overlapping read |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-11-11 |
sceDmacMemcpy(dest=040cc000, src=090045e0, size=32768): overlapping read |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-11-11 |
sceDmacMemcpy(dest=040dc500, src=09089b40, size=32768): overlapping read |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-11-04 |
80630007=sceAtracSetData(2, 08b9d5c0, 00038000): atracID uses different codec type than data |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.13.2 |
2022-12-10 |
sceDmacMemcpy(dest=095ef150, src=095ed150, size=8192): overlapping read |