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 |
| God of War®: Ghost of Sparta |
v1.17.1-334-g1786a4ddb |
2026-05-01 |
Error in shader compilation: info: 0:1: F0002: Mali-400 GP register allocation failed for vertex shader.
Please contact [email protected] with the shader causing
the problem, along with this error message.
Mali online shader compiler r10p0-00rel0 [Revision 96995].
01730155:00000b09 HWX C T N LM Light: 0: c:1 t:1 1: c:1 t:1 2: c:1 t:0 MatUp:3
#version 100
// Driver: Mali-470 MP - GLSL 100
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 01730155:00000b09 HWX C T N LM Light: 0: c:1 t:1 1: c:1 t:1 2: c:1 t:0 MatUp:3
attribute vec3 position;
attribute mediump vec3 normal;
attribute vec2 texcoord;
attribute lowp vec4 color0;
uniform mat4 u_proj;
uniform mat4 u_world;
uniform mat4 u_view;
uniform vec4 u_uvscaleoffset;
uniform vec3 u_lightpos0;
uniform mediump vec3 u_lightatt0;
uniform lowp vec3 u_lightambient0;
uniform lowp vec3 u_lightdiffuse0;
uniform lowp vec3 u_lightspecular0;
uniform vec3 u_lightpos1;
uniform mediump vec3 u_lightatt1;
uniform lowp vec3 u_lightambient1;
uniform lowp vec3 u_lightdiffuse1;
uniform lowp vec3 u_lightspecular1;
uniform vec3 u_lightpos2;
uniform lowp vec3 u_lightambient2;
uniform lowp vec3 u_lightdiffuse2;
uniform lowp vec3 u_lightspecular2;
uniform lowp vec4 u_ambient;
uniform lowp vec4 u_matspecular;
uniform lowp vec3 u_matemissive;
uniform lowp vec4 u_matambientalpha;
uniform highp vec2 u_fogcoef;
uniform highp vec4 u_depthRange;
uniform highp vec4 u_cullRangeMin;
uniform highp vec4 u_cullRangeMax;
varying lowp vec4 v_color0;
varying lowp vec3 v_color1;
varying mediump vec3 v_texcoord;
varying mediump float v_fogdepth;
vec3 normalizeOr001(vec3 v) {
return length(v) == 0.0 ? vec3(0.0, 0.0, 1.0) : normalize(v);
}
void main() {
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);
vec4 ambientColor = color0;
vec3 diffuseColor = color0.rgb;
vec3 specularColor = u_matspecular.rgb;
lowp vec4 lightSum0 = u_ambient * ambientColor + vec4(u_matemissive, 0.0);
lowp vec3 lightSum1 = splat3(0.0);
vec3 toLight;
lowp vec3 diffuse;
float distance;
lowp float lightScale;
mediump float ldot;
toLight = u_lightpos0 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = dot(toLight, worldnormal);
lightScale = clamp(1.0 / dot(u_lightatt0, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
diffuse = (u_lightdiffuse0 * diffuseColor) * max(ldot, 0.0);
if (ldot >= 0.0) {
if (u_matspecular.a > 0.0) {
ldot = dot(normalize(toLight + vec3(0.0, 0.0, 1.0)), worldnormal);
ldot = pow(max(ldot, 0.0), u_matspecular.a);
} else {
ldot = 1.0;
}
if (ldot > 0.0)
lightSum1 += u_lightspecular0 * specularColor * ldot * lightScale;
}
lightSum0.rgb += (u_lightambient0 * ambientColor.rgb + diffuse) * lightScale;
toLight = u_lightpos1 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = dot(toLight, worldnormal);
lightScale = clamp(1.0 / dot(u_lightatt1, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
diffuse = (u_lightdiffuse1 * diffuseColor) * max(ldot, 0.0);
if (ldot >= 0.0) {
if (u_matspecular.a > 0.0) {
ldot = dot(normalize(toLight + vec3(0.0, 0.0, 1.0)), worldnormal);
ldot = pow(max(ldot, 0.0), u_matspecular.a);
} else {
ldot = 1.0;
}
if (ldot > 0.0)
lightSum1 += u_lightspecular1 * specularColor * ldot * lightScale;
}
lightSum0.rgb += (u_lightambient1 * ambientColor.rgb + diffuse) * lightScale;
toLight = u_lightpos2;
ldot = dot(toLight, worldnormal);
diffuse = (u_lightdiffuse2 * diffuseColor) * max(ldot, 0.0);
if (ldot >= 0.0) {
if (u_matspecular.a > 0.0) {
ldot = dot(normalize(toLight + vec3(0.0, 0.0, 1.0)), worldnormal);
ldot = pow(max(ldot, 0.0), u_matspecular.a);
} else {
ldot = 1.0;
}
if (ldot > 0.0)
lightSum1 += u_ |
| LittleBigPlanet™ |
v1.20.3 |
2026-05-01 |
__KernelStopThread: thread 2309 does not exist (ApctlThread deleted) |
| LittleBigPlanet™ |
v1.20.3 |
2026-05-01 |
__KernelStopThread: thread 2309 does not exist (ApctlThread stopped) |
| God of War®: Ghost of Sparta |
v1.17.1-334-g1786a4ddb |
2026-05-01 |
Error in shader compilation: info: 0:1: F0002: Mali-400 GP register allocation failed for vertex shader.
Please contact [email protected] with the shader causing
the problem, along with this error message.
Mali online shader compiler r10p0-00rel0 [Revision 96995].
01f34551:00000f09 HWX C T N LM RevN Light: 0: c:1 t:0 1: c:1 t:1 2: c:1 t:1 3: c:0 t:1 MatUp:3
#version 100
// Driver: Mali-470 MP - GLSL 100
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 01f34551:00000f09 HWX C T N LM RevN Light: 0: c:1 t:0 1: c:1 t:1 2: c:1 t:1 3: c:0 t:1 MatUp:3
attribute vec3 position;
attribute mediump vec3 normal;
attribute vec2 texcoord;
attribute lowp vec4 color0;
uniform mat4 u_proj;
uniform mat4 u_world;
uniform mat4 u_view;
uniform vec4 u_uvscaleoffset;
uniform vec3 u_lightpos0;
uniform lowp vec3 u_lightambient0;
uniform lowp vec3 u_lightdiffuse0;
uniform lowp vec3 u_lightspecular0;
uniform vec3 u_lightpos1;
uniform mediump vec3 u_lightatt1;
uniform lowp vec3 u_lightambient1;
uniform lowp vec3 u_lightdiffuse1;
uniform lowp vec3 u_lightspecular1;
uniform vec3 u_lightpos2;
uniform mediump vec3 u_lightatt2;
uniform lowp vec3 u_lightambient2;
uniform lowp vec3 u_lightdiffuse2;
uniform lowp vec3 u_lightspecular2;
uniform vec3 u_lightpos3;
uniform mediump vec3 u_lightatt3;
uniform lowp vec3 u_lightambient3;
uniform lowp vec3 u_lightdiffuse3;
uniform lowp vec4 u_ambient;
uniform lowp vec4 u_matspecular;
uniform lowp vec3 u_matemissive;
uniform lowp vec4 u_matambientalpha;
uniform highp vec2 u_fogcoef;
uniform highp vec4 u_depthRange;
uniform highp vec4 u_cullRangeMin;
uniform highp vec4 u_cullRangeMax;
varying lowp vec4 v_color0;
varying lowp vec3 v_color1;
varying mediump vec3 v_texcoord;
varying mediump float v_fogdepth;
vec3 normalizeOr001(vec3 v) {
return length(v) == 0.0 ? vec3(0.0, 0.0, 1.0) : normalize(v);
}
void main() {
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);
vec4 ambientColor = color0;
vec3 diffuseColor = color0.rgb;
vec3 specularColor = u_matspecular.rgb;
lowp vec4 lightSum0 = u_ambient * ambientColor + vec4(u_matemissive, 0.0);
lowp vec3 lightSum1 = splat3(0.0);
vec3 toLight;
lowp vec3 diffuse;
float distance;
lowp float lightScale;
mediump float ldot;
toLight = u_lightpos0;
ldot = dot(toLight, worldnormal);
diffuse = (u_lightdiffuse0 * diffuseColor) * max(ldot, 0.0);
if (ldot >= 0.0) {
if (u_matspecular.a > 0.0) {
ldot = dot(normalize(toLight + vec3(0.0, 0.0, 1.0)), worldnormal);
ldot = pow(max(ldot, 0.0), u_matspecular.a);
} else {
ldot = 1.0;
}
if (ldot > 0.0)
lightSum1 += u_lightspecular0 * specularColor * ldot ;
}
lightSum0.rgb += (u_lightambient0 * ambientColor.rgb + diffuse);
toLight = u_lightpos1 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = dot(toLight, worldnormal);
lightScale = clamp(1.0 / dot(u_lightatt1, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
diffuse = (u_lightdiffuse1 * diffuseColor) * max(ldot, 0.0);
if (ldot >= 0.0) {
if (u_matspecular.a > 0.0) {
ldot = dot(normalize(toLight + vec3(0.0, 0.0, 1.0)), worldnormal);
ldot = pow(max(ldot, 0.0), u_matspecular.a);
} else {
ldot = 1.0;
}
if (ldot > 0.0)
lightSum1 += u_lightspecular1 * specularColor * ldot * lightScale;
}
lightSum0.rgb += (u_lightambient1 * ambientColor.rgb + diffuse) * lightScale;
toLight = u_lightpos2 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = dot(toLight, worldnormal);
lightScale = clamp(1.0 / dot(u_lightatt2, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
diffuse = (u_lightdiffuse2 * diffuseColor) * max(ldot, 0.0);
if (ldot >= 0.0) {
if (u_matspecular.a > 0.0) {
ldot = dot(normalize(toLight + vec3(0.0, 0.0, 1.0)), worldn |
| God of War®: Ghost of Sparta |
v1.17.1-334-g1786a4ddb |
2026-05-01 |
Error in shader compilation: info: 0:1: F0002: Mali-400 GP register allocation failed for vertex shader.
Please contact [email protected] with the shader causing
the problem, along with this error message.
Mali online shader compiler r10p0-00rel0 [Revision 96995].
01f34551:00000b09 HWX C T N LM Light: 0: c:1 t:0 1: c:1 t:1 2: c:1 t:1 3: c:0 t:1 MatUp:3
#version 100
// Driver: Mali-470 MP - GLSL 100
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 01f34551:00000b09 HWX C T N LM Light: 0: c:1 t:0 1: c:1 t:1 2: c:1 t:1 3: c:0 t:1 MatUp:3
attribute vec3 position;
attribute mediump vec3 normal;
attribute vec2 texcoord;
attribute lowp vec4 color0;
uniform mat4 u_proj;
uniform mat4 u_world;
uniform mat4 u_view;
uniform vec4 u_uvscaleoffset;
uniform vec3 u_lightpos0;
uniform lowp vec3 u_lightambient0;
uniform lowp vec3 u_lightdiffuse0;
uniform lowp vec3 u_lightspecular0;
uniform vec3 u_lightpos1;
uniform mediump vec3 u_lightatt1;
uniform lowp vec3 u_lightambient1;
uniform lowp vec3 u_lightdiffuse1;
uniform lowp vec3 u_lightspecular1;
uniform vec3 u_lightpos2;
uniform mediump vec3 u_lightatt2;
uniform lowp vec3 u_lightambient2;
uniform lowp vec3 u_lightdiffuse2;
uniform lowp vec3 u_lightspecular2;
uniform vec3 u_lightpos3;
uniform mediump vec3 u_lightatt3;
uniform lowp vec3 u_lightambient3;
uniform lowp vec3 u_lightdiffuse3;
uniform lowp vec4 u_ambient;
uniform lowp vec4 u_matspecular;
uniform lowp vec3 u_matemissive;
uniform lowp vec4 u_matambientalpha;
uniform highp vec2 u_fogcoef;
uniform highp vec4 u_depthRange;
uniform highp vec4 u_cullRangeMin;
uniform highp vec4 u_cullRangeMax;
varying lowp vec4 v_color0;
varying lowp vec3 v_color1;
varying mediump vec3 v_texcoord;
varying mediump float v_fogdepth;
vec3 normalizeOr001(vec3 v) {
return length(v) == 0.0 ? vec3(0.0, 0.0, 1.0) : normalize(v);
}
void main() {
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);
vec4 ambientColor = color0;
vec3 diffuseColor = color0.rgb;
vec3 specularColor = u_matspecular.rgb;
lowp vec4 lightSum0 = u_ambient * ambientColor + vec4(u_matemissive, 0.0);
lowp vec3 lightSum1 = splat3(0.0);
vec3 toLight;
lowp vec3 diffuse;
float distance;
lowp float lightScale;
mediump float ldot;
toLight = u_lightpos0;
ldot = dot(toLight, worldnormal);
diffuse = (u_lightdiffuse0 * diffuseColor) * max(ldot, 0.0);
if (ldot >= 0.0) {
if (u_matspecular.a > 0.0) {
ldot = dot(normalize(toLight + vec3(0.0, 0.0, 1.0)), worldnormal);
ldot = pow(max(ldot, 0.0), u_matspecular.a);
} else {
ldot = 1.0;
}
if (ldot > 0.0)
lightSum1 += u_lightspecular0 * specularColor * ldot ;
}
lightSum0.rgb += (u_lightambient0 * ambientColor.rgb + diffuse);
toLight = u_lightpos1 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = dot(toLight, worldnormal);
lightScale = clamp(1.0 / dot(u_lightatt1, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
diffuse = (u_lightdiffuse1 * diffuseColor) * max(ldot, 0.0);
if (ldot >= 0.0) {
if (u_matspecular.a > 0.0) {
ldot = dot(normalize(toLight + vec3(0.0, 0.0, 1.0)), worldnormal);
ldot = pow(max(ldot, 0.0), u_matspecular.a);
} else {
ldot = 1.0;
}
if (ldot > 0.0)
lightSum1 += u_lightspecular1 * specularColor * ldot * lightScale;
}
lightSum0.rgb += (u_lightambient1 * ambientColor.rgb + diffuse) * lightScale;
toLight = u_lightpos2 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = dot(toLight, worldnormal);
lightScale = clamp(1.0 / dot(u_lightatt2, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
diffuse = (u_lightdiffuse2 * diffuseColor) * max(ldot, 0.0);
if (ldot >= 0.0) {
if (u_matspecular.a > 0.0) {
ldot = dot(normalize(toLight + vec3(0.0, 0.0, 1.0)), worldnormal);
|
| 一騎当千 XROSS IMPACT |
v1.12.3 |
2026-05-01 |
Texture with unexpected bufw (full=43176) |
| 一騎当千 XROSS IMPACT |
v1.12.3 |
2026-05-01 |
GetIndexBounds: Index outside 16-bit range |
| 一騎当千 XROSS IMPACT |
v1.12.3 |
2026-05-01 |
VTYPE with morph used: THRU=1 TC=1 COL=4 POS=3 NRM=3 WT=2 NW=4 IDX=3 MC=5 |
| 一騎当千 XROSS IMPACT |
v1.12.3 |
2026-05-01 |
Unknown GE command : 03c20030 |
| 一騎当千 XROSS IMPACT |
v1.12.3 |
2026-05-01 |
Bad vertex address 0f101024! |
| 一騎当千 XROSS IMPACT |
v1.12.3 |
2026-05-01 |
Unknown GE command : 52f00028 |
| God of War®: Ghost of Sparta |
v1.17.1-334-g1786a4ddb |
2026-05-01 |
Error in shader compilation: info: 0:1: F0002: Mali-400 GP register allocation failed for vertex shader.
Please contact [email protected] with the shader causing
the problem, along with this error message.
Mali online shader compiler r10p0-00rel0 [Revision 96995].
01f34515:00000f09 HWX C T N LM RevN Light: 0: c:1 t:1 1: c:1 t:0 2: c:1 t:1 3: c:0 t:1 MatUp:3
#version 100
// Driver: Mali-470 MP - GLSL 100
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 01f34515:00000f09 HWX C T N LM RevN Light: 0: c:1 t:1 1: c:1 t:0 2: c:1 t:1 3: c:0 t:1 MatUp:3
attribute vec3 position;
attribute mediump vec3 normal;
attribute vec2 texcoord;
attribute lowp vec4 color0;
uniform mat4 u_proj;
uniform mat4 u_world;
uniform mat4 u_view;
uniform vec4 u_uvscaleoffset;
uniform vec3 u_lightpos0;
uniform mediump vec3 u_lightatt0;
uniform lowp vec3 u_lightambient0;
uniform lowp vec3 u_lightdiffuse0;
uniform lowp vec3 u_lightspecular0;
uniform vec3 u_lightpos1;
uniform lowp vec3 u_lightambient1;
uniform lowp vec3 u_lightdiffuse1;
uniform lowp vec3 u_lightspecular1;
uniform vec3 u_lightpos2;
uniform mediump vec3 u_lightatt2;
uniform lowp vec3 u_lightambient2;
uniform lowp vec3 u_lightdiffuse2;
uniform lowp vec3 u_lightspecular2;
uniform vec3 u_lightpos3;
uniform mediump vec3 u_lightatt3;
uniform lowp vec3 u_lightambient3;
uniform lowp vec3 u_lightdiffuse3;
uniform lowp vec4 u_ambient;
uniform lowp vec4 u_matspecular;
uniform lowp vec3 u_matemissive;
uniform lowp vec4 u_matambientalpha;
uniform highp vec2 u_fogcoef;
uniform highp vec4 u_depthRange;
uniform highp vec4 u_cullRangeMin;
uniform highp vec4 u_cullRangeMax;
varying lowp vec4 v_color0;
varying lowp vec3 v_color1;
varying mediump vec3 v_texcoord;
varying mediump float v_fogdepth;
vec3 normalizeOr001(vec3 v) {
return length(v) == 0.0 ? vec3(0.0, 0.0, 1.0) : normalize(v);
}
void main() {
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);
vec4 ambientColor = color0;
vec3 diffuseColor = color0.rgb;
vec3 specularColor = u_matspecular.rgb;
lowp vec4 lightSum0 = u_ambient * ambientColor + vec4(u_matemissive, 0.0);
lowp vec3 lightSum1 = splat3(0.0);
vec3 toLight;
lowp vec3 diffuse;
float distance;
lowp float lightScale;
mediump float ldot;
toLight = u_lightpos0 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = dot(toLight, worldnormal);
lightScale = clamp(1.0 / dot(u_lightatt0, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
diffuse = (u_lightdiffuse0 * diffuseColor) * max(ldot, 0.0);
if (ldot >= 0.0) {
if (u_matspecular.a > 0.0) {
ldot = dot(normalize(toLight + vec3(0.0, 0.0, 1.0)), worldnormal);
ldot = pow(max(ldot, 0.0), u_matspecular.a);
} else {
ldot = 1.0;
}
if (ldot > 0.0)
lightSum1 += u_lightspecular0 * specularColor * ldot * lightScale;
}
lightSum0.rgb += (u_lightambient0 * ambientColor.rgb + diffuse) * lightScale;
toLight = u_lightpos1;
ldot = dot(toLight, worldnormal);
diffuse = (u_lightdiffuse1 * diffuseColor) * max(ldot, 0.0);
if (ldot >= 0.0) {
if (u_matspecular.a > 0.0) {
ldot = dot(normalize(toLight + vec3(0.0, 0.0, 1.0)), worldnormal);
ldot = pow(max(ldot, 0.0), u_matspecular.a);
} else {
ldot = 1.0;
}
if (ldot > 0.0)
lightSum1 += u_lightspecular1 * specularColor * ldot ;
}
lightSum0.rgb += (u_lightambient1 * ambientColor.rgb + diffuse);
toLight = u_lightpos2 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = dot(toLight, worldnormal);
lightScale = clamp(1.0 / dot(u_lightatt2, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
diffuse = (u_lightdiffuse2 * diffuseColor) * max(ldot, 0.0);
if (ldot >= 0.0) {
if (u_matspecular.a > 0.0) {
ldot = dot(normalize(toLight + vec3(0.0, 0.0, 1.0)), worldn |
| God of War®: Ghost of Sparta |
v1.17.1-334-g1786a4ddb |
2026-05-01 |
Error in shader compilation: info: 0:1: F0002: Mali-400 GP register allocation failed for vertex shader.
Please contact [email protected] with the shader causing
the problem, along with this error message.
Mali online shader compiler r10p0-00rel0 [Revision 96995].
01f34515:00000b09 HWX C T N LM Light: 0: c:1 t:1 1: c:1 t:0 2: c:1 t:1 3: c:0 t:1 MatUp:3
#version 100
// Driver: Mali-470 MP - GLSL 100
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 01f34515:00000b09 HWX C T N LM Light: 0: c:1 t:1 1: c:1 t:0 2: c:1 t:1 3: c:0 t:1 MatUp:3
attribute vec3 position;
attribute mediump vec3 normal;
attribute vec2 texcoord;
attribute lowp vec4 color0;
uniform mat4 u_proj;
uniform mat4 u_world;
uniform mat4 u_view;
uniform vec4 u_uvscaleoffset;
uniform vec3 u_lightpos0;
uniform mediump vec3 u_lightatt0;
uniform lowp vec3 u_lightambient0;
uniform lowp vec3 u_lightdiffuse0;
uniform lowp vec3 u_lightspecular0;
uniform vec3 u_lightpos1;
uniform lowp vec3 u_lightambient1;
uniform lowp vec3 u_lightdiffuse1;
uniform lowp vec3 u_lightspecular1;
uniform vec3 u_lightpos2;
uniform mediump vec3 u_lightatt2;
uniform lowp vec3 u_lightambient2;
uniform lowp vec3 u_lightdiffuse2;
uniform lowp vec3 u_lightspecular2;
uniform vec3 u_lightpos3;
uniform mediump vec3 u_lightatt3;
uniform lowp vec3 u_lightambient3;
uniform lowp vec3 u_lightdiffuse3;
uniform lowp vec4 u_ambient;
uniform lowp vec4 u_matspecular;
uniform lowp vec3 u_matemissive;
uniform lowp vec4 u_matambientalpha;
uniform highp vec2 u_fogcoef;
uniform highp vec4 u_depthRange;
uniform highp vec4 u_cullRangeMin;
uniform highp vec4 u_cullRangeMax;
varying lowp vec4 v_color0;
varying lowp vec3 v_color1;
varying mediump vec3 v_texcoord;
varying mediump float v_fogdepth;
vec3 normalizeOr001(vec3 v) {
return length(v) == 0.0 ? vec3(0.0, 0.0, 1.0) : normalize(v);
}
void main() {
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);
vec4 ambientColor = color0;
vec3 diffuseColor = color0.rgb;
vec3 specularColor = u_matspecular.rgb;
lowp vec4 lightSum0 = u_ambient * ambientColor + vec4(u_matemissive, 0.0);
lowp vec3 lightSum1 = splat3(0.0);
vec3 toLight;
lowp vec3 diffuse;
float distance;
lowp float lightScale;
mediump float ldot;
toLight = u_lightpos0 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = dot(toLight, worldnormal);
lightScale = clamp(1.0 / dot(u_lightatt0, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
diffuse = (u_lightdiffuse0 * diffuseColor) * max(ldot, 0.0);
if (ldot >= 0.0) {
if (u_matspecular.a > 0.0) {
ldot = dot(normalize(toLight + vec3(0.0, 0.0, 1.0)), worldnormal);
ldot = pow(max(ldot, 0.0), u_matspecular.a);
} else {
ldot = 1.0;
}
if (ldot > 0.0)
lightSum1 += u_lightspecular0 * specularColor * ldot * lightScale;
}
lightSum0.rgb += (u_lightambient0 * ambientColor.rgb + diffuse) * lightScale;
toLight = u_lightpos1;
ldot = dot(toLight, worldnormal);
diffuse = (u_lightdiffuse1 * diffuseColor) * max(ldot, 0.0);
if (ldot >= 0.0) {
if (u_matspecular.a > 0.0) {
ldot = dot(normalize(toLight + vec3(0.0, 0.0, 1.0)), worldnormal);
ldot = pow(max(ldot, 0.0), u_matspecular.a);
} else {
ldot = 1.0;
}
if (ldot > 0.0)
lightSum1 += u_lightspecular1 * specularColor * ldot ;
}
lightSum0.rgb += (u_lightambient1 * ambientColor.rgb + diffuse);
toLight = u_lightpos2 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = dot(toLight, worldnormal);
lightScale = clamp(1.0 / dot(u_lightatt2, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
diffuse = (u_lightdiffuse2 * diffuseColor) * max(ldot, 0.0);
if (ldot >= 0.0) {
if (u_matspecular.a > 0.0) {
ldot = dot(normalize(toLight + vec3(0.0, 0.0, 1.0)), worldnormal);
|
| eFootball 2026 By Komo Valeri |
v1.11.3 |
2026-05-01 |
Unknown GetPointer 00000000 PC 08a478b4 LR 08a44350 |
| God of War®: Ghost of Sparta |
v1.17.1-334-g1786a4ddb |
2026-05-01 |
Error in shader compilation: info: 0:1: F0002: Mali-400 GP register allocation failed for vertex shader.
Please contact [email protected] with the shader causing
the problem, along with this error message.
Mali online shader compiler r10p0-00rel0 [Revision 96995].
01b34051:00000f09 HWX C T N LM RevN Light: 0: c:1 t:0 1: c:1 t:1 3: c:0 t:1 MatUp:3
#version 100
// Driver: Mali-470 MP - GLSL 100
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 01b34051:00000f09 HWX C T N LM RevN Light: 0: c:1 t:0 1: c:1 t:1 3: c:0 t:1 MatUp:3
attribute vec3 position;
attribute mediump vec3 normal;
attribute vec2 texcoord;
attribute lowp vec4 color0;
uniform mat4 u_proj;
uniform mat4 u_world;
uniform mat4 u_view;
uniform vec4 u_uvscaleoffset;
uniform vec3 u_lightpos0;
uniform lowp vec3 u_lightambient0;
uniform lowp vec3 u_lightdiffuse0;
uniform lowp vec3 u_lightspecular0;
uniform vec3 u_lightpos1;
uniform mediump vec3 u_lightatt1;
uniform lowp vec3 u_lightambient1;
uniform lowp vec3 u_lightdiffuse1;
uniform lowp vec3 u_lightspecular1;
uniform vec3 u_lightpos3;
uniform mediump vec3 u_lightatt3;
uniform lowp vec3 u_lightambient3;
uniform lowp vec3 u_lightdiffuse3;
uniform lowp vec4 u_ambient;
uniform lowp vec4 u_matspecular;
uniform lowp vec3 u_matemissive;
uniform lowp vec4 u_matambientalpha;
uniform highp vec2 u_fogcoef;
uniform highp vec4 u_depthRange;
uniform highp vec4 u_cullRangeMin;
uniform highp vec4 u_cullRangeMax;
varying lowp vec4 v_color0;
varying lowp vec3 v_color1;
varying mediump vec3 v_texcoord;
varying mediump float v_fogdepth;
vec3 normalizeOr001(vec3 v) {
return length(v) == 0.0 ? vec3(0.0, 0.0, 1.0) : normalize(v);
}
void main() {
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);
vec4 ambientColor = color0;
vec3 diffuseColor = color0.rgb;
vec3 specularColor = u_matspecular.rgb;
lowp vec4 lightSum0 = u_ambient * ambientColor + vec4(u_matemissive, 0.0);
lowp vec3 lightSum1 = splat3(0.0);
vec3 toLight;
lowp vec3 diffuse;
float distance;
lowp float lightScale;
mediump float ldot;
toLight = u_lightpos0;
ldot = dot(toLight, worldnormal);
diffuse = (u_lightdiffuse0 * diffuseColor) * max(ldot, 0.0);
if (ldot >= 0.0) {
if (u_matspecular.a > 0.0) {
ldot = dot(normalize(toLight + vec3(0.0, 0.0, 1.0)), worldnormal);
ldot = pow(max(ldot, 0.0), u_matspecular.a);
} else {
ldot = 1.0;
}
if (ldot > 0.0)
lightSum1 += u_lightspecular0 * specularColor * ldot ;
}
lightSum0.rgb += (u_lightambient0 * ambientColor.rgb + diffuse);
toLight = u_lightpos1 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = dot(toLight, worldnormal);
lightScale = clamp(1.0 / dot(u_lightatt1, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
diffuse = (u_lightdiffuse1 * diffuseColor) * max(ldot, 0.0);
if (ldot >= 0.0) {
if (u_matspecular.a > 0.0) {
ldot = dot(normalize(toLight + vec3(0.0, 0.0, 1.0)), worldnormal);
ldot = pow(max(ldot, 0.0), u_matspecular.a);
} else {
ldot = 1.0;
}
if (ldot > 0.0)
lightSum1 += u_lightspecular1 * specularColor * ldot * lightScale;
}
lightSum0.rgb += (u_lightambient1 * ambientColor.rgb + diffuse) * lightScale;
toLight = u_lightpos3 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = dot(toLight, worldnormal);
lightScale = clamp(1.0 / dot(u_lightatt3, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
diffuse = (u_lightdiffuse3 * diffuseColor) * max(ldot, 0.0);
lightSum0.rgb += (u_lightambient3 * ambientColor.rgb + diffuse) * lightScale;
v_color0 = clamp(lightSum0, 0.0, 1.0);
v_color1 = clamp(lightSum1, 0.0, 1.0);
v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0);
v_fogdepth = (viewPos.z + u_fogcoef.x) * u_fogcoef.y;
gl_Position = outPos;
}
|
| God of War®: Ghost of Sparta |
v1.17.1-334-g1786a4ddb |
2026-05-01 |
Error in shader compilation: info: 0:1: F0002: Mali-400 GP register allocation failed for vertex shader.
Please contact [email protected] with the shader causing
the problem, along with this error message.
Mali online shader compiler r10p0-00rel0 [Revision 96995].
01b34051:00000b09 HWX C T N LM Light: 0: c:1 t:0 1: c:1 t:1 3: c:0 t:1 MatUp:3
#version 100
// Driver: Mali-470 MP - GLSL 100
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 01b34051:00000b09 HWX C T N LM Light: 0: c:1 t:0 1: c:1 t:1 3: c:0 t:1 MatUp:3
attribute vec3 position;
attribute mediump vec3 normal;
attribute vec2 texcoord;
attribute lowp vec4 color0;
uniform mat4 u_proj;
uniform mat4 u_world;
uniform mat4 u_view;
uniform vec4 u_uvscaleoffset;
uniform vec3 u_lightpos0;
uniform lowp vec3 u_lightambient0;
uniform lowp vec3 u_lightdiffuse0;
uniform lowp vec3 u_lightspecular0;
uniform vec3 u_lightpos1;
uniform mediump vec3 u_lightatt1;
uniform lowp vec3 u_lightambient1;
uniform lowp vec3 u_lightdiffuse1;
uniform lowp vec3 u_lightspecular1;
uniform vec3 u_lightpos3;
uniform mediump vec3 u_lightatt3;
uniform lowp vec3 u_lightambient3;
uniform lowp vec3 u_lightdiffuse3;
uniform lowp vec4 u_ambient;
uniform lowp vec4 u_matspecular;
uniform lowp vec3 u_matemissive;
uniform lowp vec4 u_matambientalpha;
uniform highp vec2 u_fogcoef;
uniform highp vec4 u_depthRange;
uniform highp vec4 u_cullRangeMin;
uniform highp vec4 u_cullRangeMax;
varying lowp vec4 v_color0;
varying lowp vec3 v_color1;
varying mediump vec3 v_texcoord;
varying mediump float v_fogdepth;
vec3 normalizeOr001(vec3 v) {
return length(v) == 0.0 ? vec3(0.0, 0.0, 1.0) : normalize(v);
}
void main() {
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);
vec4 ambientColor = color0;
vec3 diffuseColor = color0.rgb;
vec3 specularColor = u_matspecular.rgb;
lowp vec4 lightSum0 = u_ambient * ambientColor + vec4(u_matemissive, 0.0);
lowp vec3 lightSum1 = splat3(0.0);
vec3 toLight;
lowp vec3 diffuse;
float distance;
lowp float lightScale;
mediump float ldot;
toLight = u_lightpos0;
ldot = dot(toLight, worldnormal);
diffuse = (u_lightdiffuse0 * diffuseColor) * max(ldot, 0.0);
if (ldot >= 0.0) {
if (u_matspecular.a > 0.0) {
ldot = dot(normalize(toLight + vec3(0.0, 0.0, 1.0)), worldnormal);
ldot = pow(max(ldot, 0.0), u_matspecular.a);
} else {
ldot = 1.0;
}
if (ldot > 0.0)
lightSum1 += u_lightspecular0 * specularColor * ldot ;
}
lightSum0.rgb += (u_lightambient0 * ambientColor.rgb + diffuse);
toLight = u_lightpos1 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = dot(toLight, worldnormal);
lightScale = clamp(1.0 / dot(u_lightatt1, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
diffuse = (u_lightdiffuse1 * diffuseColor) * max(ldot, 0.0);
if (ldot >= 0.0) {
if (u_matspecular.a > 0.0) {
ldot = dot(normalize(toLight + vec3(0.0, 0.0, 1.0)), worldnormal);
ldot = pow(max(ldot, 0.0), u_matspecular.a);
} else {
ldot = 1.0;
}
if (ldot > 0.0)
lightSum1 += u_lightspecular1 * specularColor * ldot * lightScale;
}
lightSum0.rgb += (u_lightambient1 * ambientColor.rgb + diffuse) * lightScale;
toLight = u_lightpos3 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = dot(toLight, worldnormal);
lightScale = clamp(1.0 / dot(u_lightatt3, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
diffuse = (u_lightdiffuse3 * diffuseColor) * max(ldot, 0.0);
lightSum0.rgb += (u_lightambient3 * ambientColor.rgb + diffuse) * lightScale;
v_color0 = clamp(lightSum0, 0.0, 1.0);
v_color1 = clamp(lightSum1, 0.0, 1.0);
v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0);
v_fogdepth = (viewPos.z + u_fogcoef.x) * u_fogcoef.y;
gl_Position = outPos;
}
|
| eFOOTBALL 2020 |
v1.10.3 |
2026-05-01 |
MIPSCompileOp: Invalid instruction 007e6815 |
| Spider-Man 3 |
v1.18.1 |
2026-05-01 |
Branch in RSZeroComp delay slot at 041027f4 in block starting at 041027f4 |
| EA-Sports FC PC-V |
v1.13.2 |
2026-05-01 |
sceUtilityOskInitStart: invalid status |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974cb3c in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974cb1c in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974cb68 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974ca6c in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974cb9c in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974cb38 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974cb04 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974c9c8 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974ca50 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974ca38 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974cb48 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974ca58 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974cb84 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974cae4 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974cb40 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974cb34 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974cb54 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974cb44 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974cbb4 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974cb88 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974ca40 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974c9ac in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974cb18 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974cb74 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974cbb0 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974cb58 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974cbac in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974cb24 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974c9b8 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974cb8c in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974ca14 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974ca3c in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974cb78 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974ca78 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974cb20 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974cb5c in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974ca74 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974cb28 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974cb98 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974cb14 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974cba0 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974ca70 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974ca60 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974ca00 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974caf0 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974ca34 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974c9d0 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974c990 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974ca10 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974ca20 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974c9e4 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974c9bc in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974c9d4 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974c9e8 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974c9a8 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974c994 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974c9b4 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974c9f4 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974c9d8 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974ca08 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974ca24 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974c984 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974ca5c in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974cb08 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974ca0c in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974c9cc in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974c9b0 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974ca54 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974c998 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974c9ec in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974ca4c in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974ca04 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974c99c in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974c9f0 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974ca30 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974c948 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974c97c in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974c920 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974c938 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974c958 in block starting at 0974c918 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.20.3 |
2026-05-01 |
Branch in Jump delay slot at 0974c934 in block starting at 0974c918 |