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 |
第2次スーパーロボット大戦Z 再世篇 |
v1.15.4 |
2025-04-02 |
ReadFromHardware: Invalid address 0000000a near PC 089c8a80 LR 0885cf40 |
第2次スーパーロボット大戦Z 再世篇 |
v1.16.5 |
2025-03-30 |
ReadFromHardware: Invalid address 00000048 near PC 08865c80 LR 08865c38 |
第2次スーパーロボット大戦Z 再世篇 |
v1.16.5 |
2025-03-30 |
WriteToHardware: Invalid address 00000048 near PC 08865c84 LR 08865c38 |
第2次スーパーロボット大戦Z 再世篇 |
v1.16.5 |
2025-03-30 |
WriteToHardware: Invalid address 00000038 near PC 08820018 LR 08865e9c |
第2次スーパーロボット大戦Z 再世篇 |
v1.16.5 |
2025-03-30 |
ReadFromHardware: Invalid address 00000038 near PC 08820018 LR 08865e9c |
第2次スーパーロボット大戦Z 再世篇 |
v1.16.5 |
2025-03-30 |
WriteToHardware: Invalid address 0000003c near PC 08865e64 LR 08865e4c |
第2次スーパーロボット大戦Z 再世篇 |
v1.16.5 |
2025-03-30 |
ReadFromHardware: Invalid address 50377731 near PC 08847660 LR 08847660 |
第2次スーパーロボット大戦Z 再世篇 |
v1.9.0 |
2025-03-28 |
MIPSCompileOp: Invalid instruction 00205f45 |
第2次スーパーロボット大戦Z 再世篇 |
v1.9.0 |
2025-03-28 |
MIPSCompileOp: Invalid instruction 00215f45 |
第2次スーパーロボット大戦Z 再世篇 |
v1.4.2-425-g7a7ccee5e |
2025-03-21 |
WriteToHardware: Invalid address 00000026 near PC 08000000 LR 08000000 |
第2次スーパーロボット大戦Z 再世篇 |
v1.9.0 |
2025-03-17 |
MIPSCompileOp: Invalid instruction 402c4974 |
第2次スーパーロボット大戦Z 再世篇 |
v1.9.0 |
2025-03-17 |
MIPSCompileOp: Invalid instruction 402b4871 |
第2次スーパーロボット大戦Z 再世篇 |
v1.9.0 |
2025-03-17 |
MIPSCompileOp: Invalid instruction 402b4670 |
第2次スーパーロボット大戦Z 再世篇 |
v1.4.2-425-g7a7ccee5e |
2025-03-16 |
Error in shader program link: info: The fragment shader uses varying v_texcoord, but previous shader does not write to it.
/ fs: #version 330
#define lowp
#define mediump
#define highp
uniform sampler2D tex;
in vec4 v_color0;
in mediump vec3 v_texcoord;
out vec4 fragColor0;
void main() {
vec4 t = texture(tex, v_texcoord.xy);
vec4 p = v_color0;
vec4 v = vec4(t.rgb * p.rgb, p.a);
fragColor0 = v;
}
/ vs: #version 330
#define lowp
#define mediump
#define highp
in vec4 position;
in lowp vec4 color0;
uniform mat4 u_proj;
out lowp vec4 v_color0;
void main() {
v_color0 = color0;
gl_Position = u_proj * vec4(position.xyz, 1.0);
}
|
第2次スーパーロボット大戦Z 再世篇 |
v1.9.0 |
2025-03-15 |
MIPSCompileOp: Invalid instruction 003c843c |
第2次スーパーロボット大戦Z 再世篇 |
v1.4.2-425-g7a7ccee5e |
2025-03-16 |
Error in shader program link: info: The fragment shader uses varying v_texcoord, but previous shader does not write to it.
/ fs: #version 330
#define lowp
#define mediump
#define highp
uniform sampler2D tex;
uniform vec3 u_texenv;
in vec4 v_color0;
in mediump vec3 v_texcoord;
out vec4 fragColor0;
void main() {
vec4 t = texture(tex, v_texcoord.xy);
vec4 p = v_color0;
vec4 v = vec4(mix(p.rgb, u_texenv.rgb, t.rgb), p.a);
fragColor0 = v;
}
/ vs: #version 330
#define lowp
#define mediump
#define highp
in vec4 position;
in lowp vec4 color0;
uniform mat4 u_proj_through;
out lowp vec4 v_color0;
void main() {
v_color0 = color0;
gl_Position = u_proj_through * vec4(position.xyz, 1.0);
}
|
第2次スーパーロボット大戦Z 再世篇 |
v1.9.0 |
2025-03-10 |
MIPSCompileOp: Invalid instruction 0015271e |
第2次スーパーロボット大戦Z 再世篇 |
v1.4.2-425-g7a7ccee5e |
2025-03-19 |
Error in shader program link: info: The fragment shader uses varying v_texcoord, but previous shader does not write to it.
/ fs: #version 330
#define lowp
#define mediump
#define highp
uniform sampler2D tex;
in vec4 v_color0;
in mediump vec3 v_texcoord;
out vec4 fragColor0;
void main() {
vec4 t = texture(tex, v_texcoord.xy);
vec4 p = v_color0;
vec4 v = vec4(p.rgb + t.rgb, p.a);
fragColor0 = v;
}
/ vs: #version 330
#define lowp
#define mediump
#define highp
in vec4 position;
in lowp vec4 color0;
uniform mat4 u_proj_through;
out lowp vec4 v_color0;
void main() {
v_color0 = color0;
gl_Position = u_proj_through * vec4(position.xyz, 1.0);
}
|
第2次スーパーロボット大戦Z 再世篇 |
v1.4.2-425-g7a7ccee5e |
2025-03-16 |
Error in shader program link: info: The fragment shader uses varying v_texcoord, but previous shader does not write to it.
/ fs: #version 330
#define lowp
#define mediump
#define highp
uniform sampler2D tex;
in vec4 v_color0;
in mediump vec3 v_texcoord;
out vec4 fragColor0;
void main() {
vec4 t = texture(tex, v_texcoord.xy);
vec4 p = v_color0;
vec4 v = vec4(p.rgb + t.rgb, p.a);
fragColor0 = v;
}
/ vs: #version 330
#define lowp
#define mediump
#define highp
in vec4 position;
in lowp vec4 color0;
uniform mat4 u_proj;
out lowp vec4 v_color0;
void main() {
v_color0 = color0;
gl_Position = u_proj * vec4(position.xyz, 1.0);
}
|
第2次スーパーロボット大戦Z 再世篇 |
v1.12.3 |
2025-03-06 |
ReadFromHardware: Invalid address 0a000000 near PC 00000000 LR 00000000 |
第2次スーパーロボット大戦Z 再世篇 |
v1.15.4 |
2025-02-24 |
80630006=sceAtracSetDataAndGetID(08fe3840, 001634c0): invalid RIFF header |
第2次スーパーロボット大戦Z 再世篇 |
v1.15.4 |
2025-02-24 |
80630006=sceAtracSetDataAndGetID(08fe3840, 00093490): invalid RIFF header |
第2次スーパーロボット大戦Z 再世篇 |
v1.18 |
2025-02-13 |
Unknown GetPointer 0000006e PC 0881ff28 LR 08865cec |
第2次スーパーロボット大戦Z 再世篇 |
v1.18 |
2025-02-13 |
Unknown GetPointerWrite 00000038 PC 0881ff28 LR 08865e9c |
第2次スーパーロボット大戦Z 再世篇 |
v1.15.4 |
2025-02-02 |
ReadFromHardware: Invalid address 00000006 near PC 089c8a80 LR 0885cf40 |
第2次スーパーロボット大戦Z 再世篇 |
v1.11.1 |
2025-01-31 |
Unknown GetPointer 00000000 PC 0881a940 LR 0881a940 |
第2次スーパーロボット大戦Z 再世篇 |
v1.18.1 |
2025-03-31 |
__KernelStopThread: thread 294 does not exist (ApctlThread stopped) |
第2次スーパーロボット大戦Z 再世篇 |
v1.15.4 |
2024-12-17 |
ReadFromHardware: Invalid address 00000008 near PC 089c8a80 LR 0885cf40 |
第2次スーパーロボット大戦Z 再世篇 |
v1.15.4 |
2024-12-15 |
00000800=sceGeEdramSetAddrTranslation(00000800) |
第2次スーパーロボット大戦Z 再世篇 |
v1.15.4 |
2024-11-26 |
Unknown GetPointerWrite 00000000 PC 08820048 LR 088da3fc |
第2次スーパーロボット大戦Z 再世篇 |
v1.9.0 |
2024-11-09 |
ReadFromHardware: Invalid address 00002038 near PC 08000000 LR 08000000 |
第2次スーパーロボット大戦Z 再世篇 |
v1.9.0 |
2024-10-17 |
WriteToHardware: Invalid address 00000018 near PC 08000000 LR 08000000 |
第2次スーパーロボット大戦Z 再世篇 |
v1.15.4 |
2024-10-15 |
ReadFromHardware: Invalid address 0d0303c0 near PC 089c650c LR 089b7c40 |
第2次スーパーロボット大戦Z 再世篇 |
v1.9.0 |
2024-07-25 |
Branch in JumpReg delay slot at 0001001c in block starting at 00010000 |
第2次スーパーロボット大戦Z 再世篇 |
v1.9.0 |
2024-07-25 |
MIPSCompileOp: Invalid instruction 00140014 |
第2次スーパーロボット大戦Z 再世篇 |
v1.9.0 |
2024-07-20 |
ReadFromHardware: Invalid address 180506a3 near PC 180506a3 LR 180506a3 |
第2次スーパーロボット大戦Z 再世篇 |
v1.17.1-491-g9cdd97c13b |
2024-05-22 |
Unknown GE command : 4e1f0000 |
第2次スーパーロボット大戦Z 再世篇 |
v1.17.1 |
2024-05-07 |
Unknown GetPointer 1b1cf524 PC 089a2414 LR 089a242c |
第2次スーパーロボット大戦Z 再世篇 |
v1.17.1 |
2024-05-07 |
Unknown GetPointerWrite 00000000 PC 089a2414 LR 089a242c |
第2次スーパーロボット大戦Z 再世篇 |
v1.17.1 |
2024-02-26 |
Error in shader program link: info: Error: Uniform u_texelDelta precision mismatch with other stage.
Error: Linking failed.
fs: postshader
#version 320 es
precision mediump float;
precision highp int;
layout(binding = 0) uniform mediump sampler2D sampler0;
uniform vec2 u_texelDelta;
in vec2 v_texcoord0;
in vec2 v_texcoord1;
out vec4 _RESERVED_IDENTIFIER_FIXUP_gl_FragColor;
void main()
{
vec2 texcoordInPixels = v_texcoord0 * v_texcoord1;
vec2 centerCoord = floor(texcoordInPixels) + vec2(0.5);
vec2 distFromCenter = abs(centerCoord - texcoordInPixels);
float Y = max(distFromCenter.x, distFromCenter.y);
Y *= Y;
float YY = Y * Y;
float YYY = YY * Y;
float LineWeight = YY - (2.7000000476837158203125 * YYY);
LineWeight = 1.0 - (14.0 * LineWeight);
vec3 colour = texture(sampler0, u_texelDelta * centerCoord).xyz * LineWeight;
_RESERVED_IDENTIFIER_FIXUP_gl_FragColor = vec4(colour, 1.0);
}
vs: postshader
#version 320 es
uniform vec2 u_texelDelta;
out vec2 v_texcoord0;
in vec2 a_texcoord0;
in vec4 a_position;
out vec2 v_texcoord1;
void main()
{
v_texcoord0 = a_texcoord0;
gl_Position = a_position;
v_texcoord1 = vec2(1.0) / u_texelDelta;
}
|
第2次スーパーロボット大戦Z 再世篇 |
v1.17.1 |
2024-07-14 |
Error in shader program link: info: Error: Uniform u_texelDelta precision mismatch with other stage.
Error: Linking failed.
fs: postshader
#version 320 es
precision mediump float;
precision highp int;
uniform vec2 u_texelDelta;
layout(binding = 0) uniform mediump sampler2D sampler0;
in vec2 v_texcoord0;
in vec2 v_texcoord1;
out vec4 _RESERVED_IDENTIFIER_FIXUP_gl_FragColor;
void main()
{
vec2 texcoordInPixels = ((v_texcoord0 * v_texcoord1) * 272.0) * u_texelDelta.y;
vec2 centerCoord = floor(texcoordInPixels) + vec2(0.5);
vec2 distFromCenter = abs(centerCoord - texcoordInPixels);
float Y = max(distFromCenter.x, distFromCenter.y);
Y *= Y;
float YY = Y * Y;
float YYY = YY * Y;
float LineWeight = YY - (2.7000000476837158203125 * YYY);
LineWeight = 1.0 - (14.0 * LineWeight);
vec3 colour = texture(sampler0, v_texcoord0).xyz * LineWeight;
_RESERVED_IDENTIFIER_FIXUP_gl_FragColor = vec4(colour, 1.0);
}
vs: postshader
#version 320 es
uniform vec2 u_texelDelta;
out vec2 v_texcoord0;
in vec2 a_texcoord0;
in vec4 a_position;
out vec2 v_texcoord1;
void main()
{
v_texcoord0 = a_texcoord0;
gl_Position = a_position;
v_texcoord1 = vec2(1.0) / u_texelDelta;
}
|
第2次スーパーロボット大戦Z 再世篇 |
v1.15.4 |
2024-02-16 |
ReadFromHardware: Invalid address 384d11fa near PC 08847660 LR 08847660 |
第2次スーパーロボット大戦Z 再世篇 |
v1.15.4 |
2024-01-08 |
ReadFromHardware: Invalid address 00000004 near PC 08923ec8 LR 088aab38 |
第2次スーパーロボット大戦Z 再世篇 |
v1.15.4 |
2024-01-08 |
Branch in branch delay slot at 0881bb54 with different target |
第2次スーパーロボット大戦Z 再世篇 |
v1.15.4 |
2024-01-08 |
Branch in branch delay slot at 0882a02c with different target |
第2次スーパーロボット大戦Z 再世篇 |
v1.15.4 |
2024-01-08 |
Branch in branch delay slot at 0882a024 with different target |
第2次スーパーロボット大戦Z 再世篇 |
v1.15.4 |
2024-01-08 |
Branch in branch delay slot at 0882a01c with different target |
第2次スーパーロボット大戦Z 再世篇 |
v1.15.4 |
2024-01-08 |
Branch in branch delay slot at 08829268 with different target |
第2次スーパーロボット大戦Z 再世篇 |
v1.15.4 |
2024-01-08 |
Branch in branch delay slot at 088295c0 with different target |
第2次スーパーロボット大戦Z 再世篇 |
v1.16.6 |
2023-11-11 |
sceMpegRingbufferPut(): invalid mpeg data |
第2次スーパーロボット大戦Z 再世篇 |
v1.9.0 |
2023-10-13 |
WriteToHardware: Invalid address 10001000 near PC 08000000 LR 08000000 |
第2次スーパーロボット大戦Z 再世篇 |
v1.15.4 |
2023-10-13 |
WriteToHardware: Invalid address 00000048 near PC 08865c38 LR 08865c38 |
第2次スーパーロボット大戦Z 再世篇 |
v1.15.4 |
2023-10-13 |
ReadFromHardware: Invalid address 00000048 near PC 08865c38 LR 08865c38 |
第2次スーパーロボット大戦Z 再世篇 |
v1.15.4 |
2023-10-13 |
ReadFromHardware: Invalid address 00000018 near PC 08865c38 LR 08865c38 |
第2次スーパーロボット大戦Z 再世篇 |
v1.15.4 |
2023-10-13 |
WriteToHardware: Invalid address 00000038 near PC 08865e4c LR 08865e9c |
第2次スーパーロボット大戦Z 再世篇 |
v1.15.4 |
2023-10-13 |
WriteToHardware: Invalid address 0000003c near PC 08865e4c LR 08865e4c |
第2次スーパーロボット大戦Z 再世篇 |
v1.15.4 |
2023-10-13 |
ReadFromHardware: Invalid address 0000003c near PC 08865e4c LR 08865e4c |
第2次スーパーロボット大戦Z 再世篇 |
v1.15.4 |
2023-10-03 |
__KernelStopThread: thread 296 does not exist (helper deleted) |
第2次スーパーロボット大戦Z 再世篇 |
v1.15.4 |
2023-09-02 |
__KernelStopThread: thread 378 does not exist (helper deleted) |
第2次スーパーロボット大戦Z 再世篇 |
v1.15.4 |
2023-09-02 |
sceKernelLoadModule: unsupported options size=00000014, flags=08c734c4, pos=0, access=1, data=1, text=1 |
第2次スーパーロボット大戦Z 再世篇 |
v1.15.4 |
2023-09-02 |
sceKernelLoadModule: unsupported options size=00000014, flags=08c734c4, pos=0, access=1, data=2, text=2 |
第2次スーパーロボット大戦Z 再世篇 |
v1.15.4 |
2023-08-26 |
WriteToHardware: Invalid address 000269df near PC 0881c900 LR 0881c900 |
第2次スーパーロボット大戦Z 再世篇 |
v1.15.4 |
2023-08-26 |
sceKernelRegisterSubIntrHandler(30, 0, 08829608, 00000000): duplicate handler |
第2次スーパーロボット大戦Z 再世篇 |
v1.15.4 |
2023-08-25 |
MIPSCompileOp: Invalid instruction 000318ff |
第2次スーパーロボット大戦Z 再世篇 |
v1.15.4 |
2023-08-25 |
ReadFromHardware: Invalid address 1eadbf07 near PC 088395c0 LR 088294ac |
第2次スーパーロボット大戦Z 再世篇 |
v1.15.4 |
2023-08-22 |
ReadFromHardware: Invalid address 00000004 near PC 088a8560 LR 088a853c |
第2次スーパーロボット大戦Z 再世篇 |
v1.15.4 |
2023-08-20 |
ReadFromHardware: Invalid address 00000004 near PC 0897202c LR 0897189c |
第2次スーパーロボット大戦Z 再世篇 |
v1.15.4 |
2024-07-28 |
__KernelStopThread: thread 295 does not exist (helper deleted) |
第2次スーパーロボット大戦Z 再世篇 |
v1.15.4 |
2023-08-14 |
ReadFromHardware: Invalid address 0cf2a801 near PC 0883712c LR 0883712c |
第2次スーパーロボット大戦Z 再世篇 |
v1.15.4 |
2023-08-13 |
ReadFromHardware: Invalid address 1bd676d0 near PC 0883712c LR 0883712c |
第2次スーパーロボット大戦Z 再世篇 |
v1.15.4 |
2023-07-27 |
ReadFromHardware: Invalid address 2a6182dd near PC 089b5d00 LR 089b5cf4 |
第2次スーパーロボット大戦Z 再世篇 |
v1.11.3-111-g047f84d5e |
2023-07-24 |
80420014=__sceSasCoreWithMix(08fa2b40, 8a4b4000, -889192448, -889192448): invalid address |
第2次スーパーロボット大戦Z 再世篇 |
v1.11.3-111-g047f84d5e |
2023-07-24 |
80420014=__sceSasCoreWithMix(08fa2b40, 8a4b3800, -889192448, -889192448): invalid address |
第2次スーパーロボット大戦Z 再世篇 |
v1.11.3-111-g047f84d5e |
2023-07-24 |
80420014=__sceSasCoreWithMix(08fa2b40, 8a4b3000, -889192448, -889192448): invalid address |
第2次スーパーロボット大戦Z 再世篇 |
v1.11.3-111-g047f84d5e |
2023-07-24 |
80420014=__sceSasCoreWithMix(08fa2b40, 8a4b2800, -889192448, -889192448): invalid address |
第2次スーパーロボット大戦Z 再世篇 |
v1.11.3-111-g047f84d5e |
2023-07-24 |
80420014=__sceSasCoreWithMix(08fa2b40, 8a4b2000, -889192448, -889192448): invalid address |
第2次スーパーロボット大戦Z 再世篇 |
v1.11.3-111-g047f84d5e |
2023-07-24 |
80420014=__sceSasCoreWithMix(08fa2b40, 8a4b1800, -889192448, -889192448): invalid address |
第2次スーパーロボット大戦Z 再世篇 |
v1.11.3-111-g047f84d5e |
2023-07-24 |
80420014=__sceSasCoreWithMix(08fa2b40, 8a4b1000, -889192448, -889192448): invalid address |
第2次スーパーロボット大戦Z 再世篇 |
v1.11.3-111-g047f84d5e |
2023-07-24 |
80420014=__sceSasCoreWithMix(08fa2b40, 8a4b0800, -889192448, -889192448): invalid address |
第2次スーパーロボット大戦Z 再世篇 |
v1.11.3-111-g047f84d5e |
2023-07-24 |
80420014=__sceSasCoreWithMix(08fa2b40, 8a4b0000, -889192448, -889192448): invalid address |
第2次スーパーロボット大戦Z 再世篇 |
v1.11.3-111-g047f84d5e |
2023-07-24 |
80420014=__sceSasCoreWithMix(08fa2b40, 8a4af800, -889192448, -889192448): invalid address |
第2次スーパーロボット大戦Z 再世篇 |
v1.11.3-111-g047f84d5e |
2023-07-24 |
80420014=__sceSasCoreWithMix(08fa2b40, 8a4af000, -889192448, -889192448): invalid address |
第2次スーパーロボット大戦Z 再世篇 |
v1.11.3-111-g047f84d5e |
2023-07-24 |
80420014=__sceSasCoreWithMix(08fa2b40, 8a4ae800, -889192448, -889192448): invalid address |
第2次スーパーロボット大戦Z 再世篇 |
v1.11.3-111-g047f84d5e |
2023-07-24 |
80420014=__sceSasCoreWithMix(08fa2b40, 8a4ae000, -889192448, -889192448): invalid address |
第2次スーパーロボット大戦Z 再世篇 |
v1.11.3-111-g047f84d5e |
2023-07-24 |
80420014=__sceSasCoreWithMix(08fa2b40, 8a4ad800, -889192448, -889192448): invalid address |
第2次スーパーロボット大戦Z 再世篇 |
v1.11.3-111-g047f84d5e |
2023-07-24 |
80420014=__sceSasCoreWithMix(08fa2b40, 8a4ad000, -889192448, -889192448): invalid address |
第2次スーパーロボット大戦Z 再世篇 |
v1.11.3-111-g047f84d5e |
2023-07-24 |
80420014=__sceSasCoreWithMix(08fa2b40, 8a4ac800, -889192448, -889192448): invalid address |
第2次スーパーロボット大戦Z 再世篇 |
v1.11.3-111-g047f84d5e |
2023-07-24 |
80420014=__sceSasCoreWithMix(08fa2b40, 8a4ac000, -889192448, -889192448): invalid address |
第2次スーパーロボット大戦Z 再世篇 |
v1.11.3-111-g047f84d5e |
2023-07-24 |
80420014=__sceSasCoreWithMix(08fa2b40, 8a4ab800, -889192448, -889192448): invalid address |
第2次スーパーロボット大戦Z 再世篇 |
v1.11.3-111-g047f84d5e |
2023-07-24 |
80420014=__sceSasCoreWithMix(08fa2b40, 8a4ab000, -889192448, -889192448): invalid address |
第2次スーパーロボット大戦Z 再世篇 |
v1.11.3-111-g047f84d5e |
2023-07-24 |
80420014=__sceSasCoreWithMix(08fa2b40, 8a4aa800, -889192448, -889192448): invalid address |
第2次スーパーロボット大戦Z 再世篇 |
v1.11.3-111-g047f84d5e |
2023-07-24 |
80420014=__sceSasCoreWithMix(08fa2b40, 8a4aa000, -889192448, -889192448): invalid address |
第2次スーパーロボット大戦Z 再世篇 |
v1.11.3-111-g047f84d5e |
2023-07-24 |
80420014=__sceSasCoreWithMix(08fa2b40, 8a4a9800, -889192448, -889192448): invalid address |
第2次スーパーロボット大戦Z 再世篇 |
v1.11.3-111-g047f84d5e |
2023-07-24 |
80420014=__sceSasCoreWithMix(08fa2b40, 8a4a9000, -889192448, -889192448): invalid address |
第2次スーパーロボット大戦Z 再世篇 |
v1.11.3-111-g047f84d5e |
2023-07-24 |
80420014=__sceSasCoreWithMix(08fa2b40, 8a4a8800, -889192448, -889192448): invalid address |
第2次スーパーロボット大戦Z 再世篇 |
v1.11.3-111-g047f84d5e |
2023-07-24 |
80420014=__sceSasCoreWithMix(08fa2b40, 8a4a8000, -889192448, -889192448): invalid address |
第2次スーパーロボット大戦Z 再世篇 |
v1.11.3-111-g047f84d5e |
2023-07-24 |
80420014=__sceSasCoreWithMix(08fa2b40, 8a4a7800, -889192448, -889192448): invalid address |
第2次スーパーロボット大戦Z 再世篇 |
v1.11.3-111-g047f84d5e |
2023-07-24 |
80420014=__sceSasCoreWithMix(08fa2b40, 8a4a7000, -889192448, -889192448): invalid address |
第2次スーパーロボット大戦Z 再世篇 |
v1.11.3-111-g047f84d5e |
2023-07-24 |
80420014=__sceSasCoreWithMix(08fa2b40, 8a4a6800, -889192448, -889192448): invalid address |
第2次スーパーロボット大戦Z 再世篇 |
v1.11.3-111-g047f84d5e |
2023-07-24 |
80420014=__sceSasCoreWithMix(08fa2b40, 8a4a6000, -889192448, -889192448): invalid address |