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.14.2 |
2023-03-11 |
Error in shader compilation: info: ERROR: 0:35: 'packUnorm4x8' : can't redefine/overload built-in functions!
ERROR: 0:36: 'packUnorm4x8' : can't redefine/overload built-in functions!
ERROR: 0:39: 'unpackUnorm4x8' : can't redefine/overload built-in functions!
ERROR: 3 compilation errors. No code generated.
00540000:000003a2 Tex TexAlpha WriteMask TClampST TFuncMod ReplaceLogic
#version 300 es
// Driver: Adreno (TM) 308 - GLSL 300
#define DISCARD discard
precision lowp float;
precision highp int;
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 00540000:000003a2 Tex TexAlpha WriteMask TClampST TFuncMod ReplaceLogic
precision highp int;
uniform sampler2D tex;
uniform sampler2D fbotex;
uniform vec4 u_texclamp;
uniform uint u_colorWriteMask;
in lowp vec4 v_color0;
in mediump float v_fogdepth;
in mediump vec3 v_texcoord;
out vec4 fragColor0;
uint packUnorm4x8(vec4 v) {
highp vec4 f = clamp(v, 0.0, 1.0);
uvec4 u = uvec4(255.0 * f);
return u.x | (u.y << 8) | (u.z << 16) | (u.w << 24);
}
vec4 unpackUnorm4x8(highp uint x) {
highp uvec4 u = uvec4(x & 0xFFU, (x >> 8) & 0xFFU, (x >> 16) & 0xFFU, (x >> 24) & 0xFFU);
highp vec4 f = vec4(u);
return f * (1.0 / 255.0);
}
void main() {
lowp vec4 destColor = texelFetch(fbotex, ivec2(gl_FragCoord.x, gl_FragCoord.y), 0);
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;
fragColor0 = v;
highp uint v32 = packUnorm4x8(fragColor0);
highp uint d32 = packUnorm4x8(destColor);
v32 = (~d32 & 0x00FFFFFFu) | (v32 & 0xFF000000u);
v32 = (v32 & u_colorWriteMask & 0x00FFFFFFu) | (d32 & (~u_colorWriteMask | 0xFF000000u));
fragColor0 = unpackUnorm4x8(v32);
}
|
クロヒョウ 龍が如く新章 |
v1.11.3 |
2023-03-07 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=2, text=2 |
クロヒョウ 龍が如く新章 |
v1.11.3 |
2023-03-07 |
sceKernelLoadModule: unsupported options size=00000014, flags=089e8b08, pos=0, access=1, data=1, text=1 |
クロヒョウ 龍が如く新章 |
v1.11.3 |
2023-03-07 |
sceKernelLoadModule: unsupported options size=00000014, flags=089e8b08, pos=0, access=1, data=2, text=2 |
クロヒョウ 龍が如く新章 |
v1.14.4 |
2023-02-19 |
WriteToHardware: Invalid address 00001ca9 near PC 08b95fa4 LR 08b8edc8 |
クロヒョウ 龍が如く新章 |
v1.14.2 |
2023-02-18 |
UI scissor out of bounds in SavedataScreen: 1213,75-0,75 / 1106,544 |
クロヒョウ 龍が如く新章 |
v1.14.2 |
2023-02-18 |
UI scissor out of bounds in SavedataScreen: 1257,75-0,75 / 1106,544 |
クロヒョウ 龍が如く新章 |
v1.14.4 |
2023-02-17 |
sceDmacMemcpy(dest=04156400, src=096a6510, size=2088): overlapping read |
クロヒョウ 龍が如く新章 |
v1.10.3 |
2023-01-23 |
Render to texture with incompatible formats 3 != 1 at 04088000 |
クロヒョウ 龍が如く新章 |
v1.10.3 |
2023-01-23 |
Ignoring func export sceMp3/f5478233, already implemented in HLE. |
クロヒョウ 龍が如く新章 |
v1.10.3 |
2023-01-23 |
Ignoring func export sceMp3/d8f54a51, already implemented in HLE. |
クロヒョウ 龍が如く新章 |
v1.10.3 |
2023-01-23 |
Ignoring func export sceMp3/d0a56296, already implemented in HLE. |
クロヒョウ 龍が如く新章 |
v1.10.3 |
2023-01-23 |
Ignoring func export sceMp3/d021c0fb, already implemented in HLE. |
クロヒョウ 龍が如く新章 |
v1.10.3 |
2023-01-23 |
Ignoring func export sceMp3/a703fe0f, already implemented in HLE. |
クロヒョウ 龍が如く新章 |
v1.10.3 |
2023-01-23 |
Ignoring func export sceMp3/8f450998, already implemented in HLE. |
クロヒョウ 龍が如く新章 |
v1.10.3 |
2023-01-23 |
Ignoring func export sceMp3/87c263d1, already implemented in HLE. |
クロヒョウ 龍が如く新章 |
v1.10.3 |
2023-01-23 |
Ignoring func export sceMp3/87677e40, already implemented in HLE. |
クロヒョウ 龍が如く新章 |
v1.10.3 |
2023-01-23 |
Ignoring func export sceMp3/7f696782, already implemented in HLE. |
クロヒョウ 龍が如く新章 |
v1.10.3 |
2023-01-23 |
Ignoring func export sceMp3/44e07129, already implemented in HLE. |
クロヒョウ 龍が如く新章 |
v1.10.3 |
2023-01-23 |
Ignoring func export sceMp3/3cef484f, already implemented in HLE. |
クロヒョウ 龍が如く新章 |
v1.10.3 |
2023-01-23 |
Ignoring func export sceMp3/3c2fa058, already implemented in HLE. |
クロヒョウ 龍が如く新章 |
v1.10.3 |
2023-01-23 |
Ignoring func export sceMp3/35750070, already implemented in HLE. |
クロヒョウ 龍が如く新章 |
v1.10.3 |
2023-01-23 |
Ignoring func export sceMp3/354d27ea, already implemented in HLE. |
クロヒョウ 龍が如く新章 |
v1.11.3 |
2023-01-21 |
sceDmacMemcpy(dest=08520380, src=08f68240, size=131968): overlapping read |
クロヒョウ 龍が如く新章 |
v1.14.2 |
2023-01-04 |
UI scissor out of bounds in GameSettingsScreen: 368,0-1217,720 / 1492,720 |
クロヒョウ 龍が如く新章 |
v1.13.2 |
2022-12-18 |
WriteToHardware: Invalid address 00001c78 near PC 08bc8760 LR 08bc67e0 |
クロヒョウ 龍が如く新章 |
v1.13.2 |
2022-12-18 |
ReadFromHardware: Invalid address 00000120 near PC 08bc8760 LR 08bc67e0 |
クロヒョウ 龍が如く新章 |
v1.13.2 |
2022-12-15 |
ReadFromHardware: Invalid address 0d0e0646 near PC 08b18e3c LR 08b19398 |
クロヒョウ 龍が如く新章 |
v1.13.2 |
2023-02-10 |
ReadFromHardware: Invalid address 0d0e7c06 near PC 08b18e3c LR 08b19398 |
クロヒョウ 龍が如く新章 |
v1.10.3-1275-gc0a5fa3e8 |
2022-11-27 |
ReadFromHardware: Invalid address 1b1a0115 near PC 1b1a0115 LR 1b1a0115 |
クロヒョウ 龍が如く新章 |
v1.11.3 |
2022-11-26 |
ReadFromHardware: Invalid address 00000120 near PC 08aeb174 LR 08000020 |
クロヒョウ 龍が如く新章 |
v1.8.0 |
2022-11-26 |
Render to texture with different formats 1 != 3 |
クロヒョウ 龍が如く新章 |
v1.13.1-355-g0749f1465 |
2022-11-24 |
GetFramebufferCandidates: Multiple (2) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, CLUT16):
[DEPTH seq:177 C:04000000/512 Z:04088000/512 X:0 Y:0 reint: false] [DEPTH seq:171 C:04116400/512 Z:04088000/512 X:0 Y:0 reint: false] |
クロヒョウ 龍が如く新章 |
v1.13.2 |
2022-11-07 |
sceDmacMemcpy(dest=04136400, src=0968eaa0, size=560): overlapping read |
クロヒョウ 龍が如く新章 |
v1.13.2 |
2022-11-05 |
sceDmacMemcpy(dest=04156400, src=09687330, size=1876): overlapping read |
クロヒョウ 龍が如く新章 |
v1.13.2 |
2022-11-05 |
sceDmacMemcpy(dest=04136400, src=0968d890, size=1876): overlapping read |
クロヒョウ 龍が如く新章 |
v1.13.2 |
2022-10-28 |
sceDmacMemcpy(dest=04156400, src=096b65f0, size=1876): overlapping read |
クロヒョウ 龍が如く新章 |
v1.14 |
2022-12-25 |
ReadFromHardware: Invalid address 0d0eacf6 near PC 08b19390 LR 08b19398 |
クロヒョウ 龍が如く新章 |
v1.12.3 |
2022-10-19 |
WriteToHardware: Invalid address 00000844 near PC 088cda6c LR 088cda6c |
クロヒョウ 龍が如く新章 |
v1.13.2 |
2022-10-18 |
sceDmacMemcpy(dest=04156400, src=09b92fe0, size=2052): overlapping read |
クロヒョウ 龍が如く新章 |
v1.14 |
2022-12-22 |
ReadFromHardware: Invalid address 0d0e7c06 near PC 08b19390 LR 08b19398 |
クロヒョウ 龍が如く新章 |
v1.13.2 |
2022-10-17 |
sceDmacMemcpy(dest=04156400, src=09ad08a0, size=1792): overlapping read |
クロヒョウ 龍が如く新章 |
v1.13.1 |
2022-10-17 |
sceKernelLoadModule: unsupported options size=00000014, flags=089fe978, pos=0, access=1, data=1, text=1 |
クロヒョウ 龍が如く新章 |
v1.13.2 |
2022-10-15 |
ReadFromHardware: Invalid address 003f8000 near PC 08c1098c LR 08c109a4 |
クロヒョウ 龍が如く新章 |
v1.13.2 |
2022-10-15 |
ReadFromHardware: Invalid address 003f8008 near PC 08c10748 LR 08c10748 |
クロヒョウ 龍が如く新章 |
v1.13.2 |
2022-10-15 |
ReadFromHardware: Invalid address 222f2f2f near PC 08c109c8 LR 08c10748 |
クロヒョウ 龍が如く新章 |
v1.5.4 |
2022-10-02 |
ReadFromHardware: Invalid address 00000120 near PC 08b9c9ec LR 08b9c808 |
クロヒョウ 龍が如く新章 |
v1.11.3 |
2022-09-21 |
ReadFromHardware: Invalid address 000000c8 near PC 000000c8 LR 000000c8 |
クロヒョウ 龍が如く新章 |
v1.13.1 |
2022-09-18 |
sceDmacMemcpy(dest=04156400, src=09ad0970, size=4752): overlapping read |
クロヒョウ 龍が如く新章 |
v1.10.2 |
2022-09-14 |
sceDmacMemcpy(dest=04176400, src=09c0f320, size=2052): overlapping read |
クロヒョウ 龍が如く新章 |
v1.13.1 |
2022-09-06 |
WriteToHardware: Invalid address 00001c78 near PC 08b9c884 LR 08b9c848 |
クロヒョウ 龍が如く新章 |
v1.13.1 |
2022-09-06 |
ReadFromHardware: Invalid address 00000120 near PC 08b9c884 LR 08b9c848 |
クロヒョウ 龍が如く新章 |
v1.13.1-471-g67c911d13 |
2022-09-04 |
GetFramebufferCandidates: Multiple (3) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, 565):
[DEPTH seq:231 C:04000000/512 Z:04088000/512 X:0 Y:0 reint: false] [COLOR seq:232 C:04088000/512 Z:00000000/0 X:0 Y:0 reint: false] [DEPTH seq:0 C:04116400/512 Z:04088000/512 X:0 Y:0 reint: false] |
クロヒョウ 龍が如く新章 |
v1.13.1-468-g586da0882 |
2022-09-04 |
GetFramebufferCandidates: Multiple (3) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, 565):
[DEPTH seq:319 C:04000000/512 Z:04088000/512 X:0 Y:0 reint: false] [COLOR seq:320 C:04088000/512 Z:00000000/0 X:0 Y:0 reint: false] [DEPTH seq:0 C:04116400/512 Z:04088000/512 X:0 Y:0 reint: false] |
クロヒョウ 龍が如く新章 |
v1.13.1-633-g437d6d30a |
2022-08-31 |
Ignoring possible texturing from framebuffer at 04116400 +0x-569 / 512x272 |
クロヒョウ 龍が如く新章 |
v1.13.1-623-gdaa62beb3 |
2022-08-31 |
GetFramebufferCandidates: Multiple (3) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, 565):
[DEPTH seq:1032 C:04000000/512(5551) Z:04088000/512 X:0 Y:0 reint: false]
[COLOR seq:1033 C:04088000/512(565) Z:00000000/0 X:0 Y:0 reint: false]
[DEPTH seq:0 C:04116400/512(565) Z:04088000/512 X:0 Y:0 reint: false]
|
クロヒョウ 龍が如く新章 |
v1.13.1-622-gfd863beb9 |
2022-08-30 |
GetFramebufferCandidates: Multiple (3) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, 565):
[DEPTH seq:242 C:04000000/512(5551) Z:04088000/512 X:0 Y:0 reint: false]
[COLOR seq:243 C:04088000/512(565) Z:00000000/0 X:0 Y:0 reint: false]
[DEPTH seq:0 C:04116400/512(565) Z:04088000/512 X:0 Y:0 reint: false]
|
クロヒョウ 龍が如く新章 |
v1.13.1-613-g30dc831fc |
2022-08-30 |
GetFramebufferCandidates: Multiple (3) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, 565):
[DEPTH seq:1994 C:04044000/512(5551) Z:04088000/512 X:0 Y:0 reint: false]
[COLOR seq:1995 C:04088000/512(565) Z:00000000/0 X:0 Y:0 reint: false]
[DEPTH seq:0 C:04116400/512(565) Z:04088000/512 X:0 Y:0 reint: false]
|
クロヒョウ 龍が如く新章 |
v1.13.1-608-gdee6ba0c1 |
2022-08-29 |
GetFramebufferCandidates: Multiple (3) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, 565):
[DEPTH seq:122 C:04000000/512(5551) Z:04088000/512 X:0 Y:0 reint: false]
[COLOR seq:123 C:04088000/512(565) Z:00000000/0 X:0 Y:0 reint: false]
[DEPTH seq:0 C:04116400/512(565) Z:04088000/512 X:0 Y:0 reint: false]
|
クロヒョウ 龍が如く新章 |
v1.13.1-605-g2b1b9e5eb |
2022-08-29 |
GetFramebufferCandidates: Multiple (3) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, 565):
[DEPTH seq:108 C:04000000/512(5551) Z:04088000/512 X:0 Y:0 reint: false]
[COLOR seq:109 C:04088000/512(565) Z:00000000/0 X:0 Y:0 reint: false]
[DEPTH seq:0 C:04116400/512(565) Z:04088000/512 X:0 Y:0 reint: false]
|
クロヒョウ 龍が如く新章 |
v1.13.1-605-g2b1b9e5eb |
2022-08-29 |
GetFramebufferCandidates: Multiple (3) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, 565):
[DEPTH seq:80 C:04000000/512(5551) Z:04088000/512 X:0 Y:0 reint: false]
[COLOR seq:81 C:04088000/512(565) Z:00000000/0 X:0 Y:0 reint: false]
[DEPTH seq:0 C:04116400/512(565) Z:04088000/512 X:0 Y:0 reint: false]
|
クロヒョウ 龍が如く新章 |
v1.13.1-603-g59cb7a075 |
2022-08-29 |
GetFramebufferCandidates: Multiple (3) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, 565):
[DEPTH seq:104 C:04000000/512(5551) Z:04088000/512 X:0 Y:0 reint: false]
[COLOR seq:105 C:04088000/512(565) Z:00000000/0 X:0 Y:0 reint: false]
[DEPTH seq:0 C:04116400/512(565) Z:04088000/512 X:0 Y:0 reint: false]
|
クロヒョウ 龍が如く新章 |
v1.13.1-601-g34ed960a7 |
2022-08-29 |
GetFramebufferCandidates: Multiple (4) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, 565):
[DEPTH seq:4291 C:04000000/512(5551) Z:04088000/512 X:0 Y:0 reint: false]
[DEPTH seq:4337 C:04044000/512(5551) Z:04088000/512 X:0 Y:0 reint: false]
[COLOR seq:4338 C:04088000/512(565) Z:00000000/0 X:0 Y:0 reint: false]
[DEPTH seq:0 C:04116400/512(565) Z:04088000/512 X:0 Y:0 reint: false]
|
クロヒョウ 龍が如く新章 |
v1.13.1-601-g34ed960a7 |
2022-08-29 |
GetFramebufferCandidates: Multiple (3) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, 565):
[DEPTH seq:3469 C:04000000/512(5551) Z:04088000/512 X:0 Y:0 reint: false]
[COLOR seq:3470 C:04088000/512(565) Z:00000000/0 X:0 Y:0 reint: false]
[DEPTH seq:0 C:04116400/512(565) Z:04088000/512 X:0 Y:0 reint: false]
|
クロヒョウ 龍が如く新章 |
v1.13.1-590-g5247ffa0a |
2022-08-28 |
GetFramebufferCandidates: Multiple (3) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, 565):
[DEPTH seq:97 C:04000000/512(5551) Z:04088000/512 X:0 Y:0 reint: false]
[COLOR seq:98 C:04088000/512(565) Z:00000000/0 X:0 Y:0 reint: false]
[DEPTH seq:0 C:04116400/512(565) Z:04088000/512 X:0 Y:0 reint: false]
|
クロヒョウ 龍が如く新章 |
v1.13.1-583-g1653dcdc1 |
2022-08-28 |
GetFramebufferCandidates: Multiple (3) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, 565):
[DEPTH seq:3395 C:04000000/512(5551) Z:04088000/512 X:0 Y:0 reint: false]
[COLOR seq:3396 C:04088000/512(565) Z:00000000/0 X:0 Y:0 reint: false]
[DEPTH seq:0 C:04116400/512(565) Z:04088000/512 X:0 Y:0 reint: false]
|
クロヒョウ 龍が如く新章 |
v1.13.1-583-g1653dcdc1 |
2022-08-28 |
GetFramebufferCandidates: Multiple (3) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, 565):
[DEPTH seq:365 C:04000000/512(5551) Z:04088000/512 X:0 Y:0 reint: false]
[COLOR seq:366 C:04088000/512(565) Z:00000000/0 X:0 Y:0 reint: false]
[DEPTH seq:0 C:04116400/512(565) Z:04088000/512 X:0 Y:0 reint: false]
|
クロヒョウ 龍が如く新章 |
v1.13.1-381-g5046cbd01 |
2022-08-27 |
GetFramebufferCandidates: Multiple (4) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, CLUT16):
[DEPTH seq:2379 C:04000000/512 Z:04088000/512 X:0 Y:0 reint: false] [DEPTH seq:2430 C:04044000/512 Z:04088000/512 X:0 Y:0 reint: false] [COLOR seq:2428 C:04088000/512 Z:00000000/0 X:0 Y:0 reint: false] [DEPTH seq:0 C:04116400/512 Z:04088000/512 X:0 Y:0 reint: false] |
クロヒョウ 龍が如く新章 |
v1.13.1-381-g5046cbd01 |
2022-08-27 |
GetFramebufferCandidates: Multiple (3) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, CLUT16):
[DEPTH seq:150 C:04000000/512 Z:04088000/512 X:0 Y:0 reint: false] [COLOR seq:148 C:04088000/512 Z:00000000/0 X:0 Y:0 reint: false] [DEPTH seq:0 C:04116400/512 Z:04088000/512 X:0 Y:0 reint: false] |
クロヒョウ 龍が如く新章 |
v1.13.1-547-g9f4a84945 |
2022-08-27 |
GetFramebufferCandidates: Multiple (3) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, 565):
[DEPTH seq:313 C:04000000/512(5551) Z:04088000/512 X:0 Y:0 reint: false]
[COLOR seq:314 C:04088000/512(565) Z:00000000/0 X:0 Y:0 reint: false]
[DEPTH seq:0 C:04116400/512(565) Z:04088000/512 X:0 Y:0 reint: false]
|
クロヒョウ 龍が如く新章 |
v1.13.1-545-g4390a05fe |
2022-08-26 |
GetFramebufferCandidates: Multiple (3) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, 565):
[DEPTH seq:247 C:04044000/512(5551) Z:04088000/512 X:0 Y:0 reint: false]
[COLOR seq:248 C:04088000/512(565) Z:00000000/0 X:0 Y:0 reint: false]
[DEPTH seq:0 C:04116400/512(565) Z:04088000/512 X:0 Y:0 reint: false]
|
クロヒョウ 龍が如く新章 |
v1.13.1-545-g4390a05fe |
2022-08-26 |
GetFramebufferCandidates: Multiple (2) candidate framebuffers. texaddr: 04110000 offset: 0 (512x512 stride 512, CLUT16):
[DEPTH seq:751 C:04088000/512(8888) Z:04110000/512 X:0 Y:0 reint: false]
[COLOR seq:752 C:04110000/512(565) Z:00000000/0 X:0 Y:0 reint: false]
|
クロヒョウ 龍が如く新章 |
v1.13.1 |
2022-08-26 |
sceDmacMemcpy(dest=04136400, src=099aae60, size=1792): overlapping read |
クロヒョウ 龍が如く新章 |
v1.13.1-533-g829baa7c3 |
2022-08-26 |
GetFramebufferCandidates: Multiple (3) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, 565):
[DEPTH seq:181 C:04044000/512(5551) Z:04088000/512 X:0 Y:0 reint: false]
[COLOR seq:182 C:04088000/512(565) Z:00000000/0 X:0 Y:0 reint: false]
[DEPTH seq:0 C:04116400/512(565) Z:04088000/512 X:0 Y:0 reint: false]
|
クロヒョウ 龍が如く新章 |
v1.13.1-533-g829baa7c3 |
2022-08-26 |
GetFramebufferCandidates: Multiple (3) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, 565):
[DEPTH seq:21915 C:04000000/512(5551) Z:04088000/512 X:0 Y:0 reint: false]
[COLOR seq:21916 C:04088000/512(565) Z:00000000/0 X:0 Y:0 reint: false]
[DEPTH seq:0 C:04116400/512(565) Z:04088000/512 X:0 Y:0 reint: false]
|
クロヒョウ 龍が如く新章 |
v1.13.1-533-g829baa7c3 |
2022-08-26 |
GetFramebufferCandidates: Multiple (3) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, 565):
[DEPTH seq:135 C:04044000/512(5551) Z:04088000/512 X:0 Y:0 reint: false]
[COLOR seq:136 C:04088000/512(565) Z:00000000/0 X:0 Y:0 reint: false]
[DEPTH seq:0 C:04116400/512(565) Z:04088000/512 X:0 Y:0 reint: false]
|
クロヒョウ 龍が如く新章 |
v1.13.1-533-g829baa7c3 |
2022-08-26 |
GetFramebufferCandidates: Multiple (3) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, 565):
[DEPTH seq:245 C:04000000/512(5551) Z:04088000/512 X:0 Y:0 reint: false]
[COLOR seq:246 C:04088000/512(565) Z:00000000/0 X:0 Y:0 reint: false]
[DEPTH seq:0 C:04116400/512(565) Z:04088000/512 X:0 Y:0 reint: false]
|
クロヒョウ 龍が如く新章 |
v1.13.1-533-g829baa7c3 |
2022-08-26 |
GetFramebufferCandidates: Multiple (3) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, 565):
[DEPTH seq:755 C:04000000/512(5551) Z:04088000/512 X:0 Y:0 reint: false]
[COLOR seq:756 C:04088000/512(565) Z:00000000/0 X:0 Y:0 reint: false]
[DEPTH seq:0 C:04116400/512(565) Z:04088000/512 X:0 Y:0 reint: false]
|
クロヒョウ 龍が如く新章 |
v1.13.1-522-g90c58ae9b |
2022-08-25 |
GetFramebufferCandidates: Multiple (3) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, 565):
[DEPTH seq:235 C:04044000/512(5551) Z:04088000/512 X:0 Y:0 reint: false]
[COLOR seq:236 C:04088000/512(565) Z:00000000/0 X:0 Y:0 reint: false]
[DEPTH seq:0 C:04116400/512(565) Z:04088000/512 X:0 Y:0 reint: false]
|
クロヒョウ 龍が如く新章 |
v1.13.1-522-g90c58ae9b |
2022-08-25 |
GetFramebufferCandidates: Multiple (3) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, 565):
[DEPTH seq:1767 C:04044000/512(5551) Z:04088000/512 X:0 Y:0 reint: false]
[COLOR seq:1768 C:04088000/512(565) Z:00000000/0 X:0 Y:0 reint: false]
[DEPTH seq:0 C:04116400/512(565) Z:04088000/512 X:0 Y:0 reint: false]
|
クロヒョウ 龍が如く新章 |
v1.13.1-522-g90c58ae9b |
2022-08-25 |
GetFramebufferCandidates: Multiple (3) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, 565):
[DEPTH seq:8358 C:04044000/512(5551) Z:04088000/512 X:0 Y:0 reint: false]
[COLOR seq:8359 C:04088000/512(565) Z:00000000/0 X:0 Y:0 reint: false]
[DEPTH seq:0 C:04116400/512(565) Z:04088000/512 X:0 Y:0 reint: false]
|
クロヒョウ 龍が如く新章 |
v1.13.1-522-g90c58ae9b |
2022-08-25 |
GetFramebufferCandidates: Multiple (3) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, 565):
[DEPTH seq:239 C:04044000/512(5551) Z:04088000/512 X:0 Y:0 reint: false]
[COLOR seq:240 C:04088000/512(565) Z:00000000/0 X:0 Y:0 reint: false]
[DEPTH seq:0 C:04116400/512(565) Z:04088000/512 X:0 Y:0 reint: false]
|
クロヒョウ 龍が如く新章 |
v1.13.1-522-g90c58ae9b |
2022-08-25 |
GetFramebufferCandidates: Multiple (3) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, 565):
[DEPTH seq:4405 C:04044000/512(5551) Z:04088000/512 X:0 Y:0 reint: false]
[COLOR seq:4406 C:04088000/512(565) Z:00000000/0 X:0 Y:0 reint: false]
[DEPTH seq:0 C:04116400/512(565) Z:04088000/512 X:0 Y:0 reint: false]
|
クロヒョウ 龍が如く新章 |
v1.13.1-522-g90c58ae9b |
2022-08-25 |
GetFramebufferCandidates: Multiple (4) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, 565):
[DEPTH seq:0 C:04000000/512(5551) Z:04088000/512 X:0 Y:0 reint: false]
[DEPTH seq:5459 C:04044000/512(5551) Z:04088000/512 X:0 Y:0 reint: false]
[COLOR seq:5460 C:04088000/512(565) Z:00000000/0 X:0 Y:0 reint: false]
[DEPTH seq:0 C:04116400/512(565) Z:04088000/512 X:0 Y:0 reint: false]
|
クロヒョウ 龍が如く新章 |
v1.13.1-522-g90c58ae9b |
2022-08-25 |
GetFramebufferCandidates: Multiple (3) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, 565):
[DEPTH seq:1 C:04000000/512(5551) Z:04088000/512 X:0 Y:0 reint: false]
[COLOR seq:2 C:04088000/512(565) Z:00000000/0 X:0 Y:0 reint: false]
[DEPTH seq:0 C:04116400/512(565) Z:04088000/512 X:0 Y:0 reint: false]
|
クロヒョウ 龍が如く新章 |
v1.13.1-522-g90c58ae9b |
2022-08-25 |
GetFramebufferCandidates: Multiple (4) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, 565):
[DEPTH seq:3922 C:04000000/512(5551) Z:04088000/512 X:0 Y:0 reint: false]
[DEPTH seq:3877 C:04044000/512(5551) Z:04088000/512 X:0 Y:0 reint: false]
[COLOR seq:3923 C:04088000/512(565) Z:00000000/0 X:0 Y:0 reint: false]
[DEPTH seq:0 C:04116400/512(565) Z:04088000/512 X:0 Y:0 reint: false]
|
クロヒョウ 龍が如く新章 |
v1.13.1-522-g90c58ae9b |
2022-08-25 |
GetFramebufferCandidates: Multiple (3) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, 565):
[DEPTH seq:87495 C:04000000/512(5551) Z:04088000/512 X:0 Y:0 reint: false]
[COLOR seq:87496 C:04088000/512(565) Z:00000000/0 X:0 Y:0 reint: false]
[DEPTH seq:0 C:04116400/512(565) Z:04088000/512 X:0 Y:0 reint: false]
|
クロヒョウ 龍が如く新章 |
v1.13.1-522-g90c58ae9b |
2022-08-25 |
GetFramebufferCandidates: Multiple (3) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, 565):
[DEPTH seq:71 C:04000000/512(5551) Z:04088000/512 X:0 Y:0 reint: false]
[COLOR seq:72 C:04088000/512(565) Z:00000000/0 X:0 Y:0 reint: false]
[DEPTH seq:0 C:04116400/512(565) Z:04088000/512 X:0 Y:0 reint: false]
|
クロヒョウ 龍が如く新章 |
v1.13.1-447-g192133878 |
2022-08-25 |
GetFramebufferCandidates: Multiple (3) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, 565):
[DEPTH seq:129 C:04000000/512 Z:04088000/512 X:0 Y:0 reint: false] [COLOR seq:130 C:04088000/512 Z:00000000/0 X:0 Y:0 reint: false] [DEPTH seq:0 C:04116400/512 Z:04088000/512 X:0 Y:0 reint: false] |
クロヒョウ 龍が如く新章 |
v1.13.1-522-g90c58ae9b |
2022-08-25 |
GetFramebufferCandidates: Multiple (3) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, 565):
[DEPTH seq:11147 C:04000000/512(5551) Z:04088000/512 X:0 Y:0 reint: false]
[COLOR seq:11148 C:04088000/512(565) Z:00000000/0 X:0 Y:0 reint: false]
[DEPTH seq:0 C:04116400/512(565) Z:04088000/512 X:0 Y:0 reint: false]
|
クロヒョウ 龍が如く新章 |
v1.13.1-522-g90c58ae9b |
2022-08-25 |
GetFramebufferCandidates: Multiple (3) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, 565):
[DEPTH seq:199 C:04000000/512(5551) Z:04088000/512 X:0 Y:0 reint: false]
[COLOR seq:200 C:04088000/512(565) Z:00000000/0 X:0 Y:0 reint: false]
[DEPTH seq:0 C:04116400/512(565) Z:04088000/512 X:0 Y:0 reint: false]
|
クロヒョウ 龍が如く新章 |
v1.13.1-468-g586da0882 |
2022-08-24 |
GetFramebufferCandidates: Multiple (3) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, 565):
[DEPTH seq:1 C:04000000/512 Z:04088000/512 X:0 Y:0 reint: false] [COLOR seq:2 C:04088000/512 Z:00000000/0 X:0 Y:0 reint: false] [DEPTH seq:0 C:04116400/512 Z:04088000/512 X:0 Y:0 reint: false] |
クロヒョウ 龍が如く新章 |
v1.14.4 |
2023-03-15 |
sceNetAdhocMatchingInit(24576) at 08b3dc94 |
クロヒョウ 龍が如く新章 |
v1.13.1-453-gfc81b76b9 |
2022-08-24 |
GetFramebufferCandidates: Multiple (3) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, 565):
[DEPTH seq:53 C:04000000/512 Z:04088000/512 X:0 Y:0 reint: false] [COLOR seq:54 C:04088000/512 Z:00000000/0 X:0 Y:0 reint: false] [DEPTH seq:0 C:04116400/512 Z:04088000/512 X:0 Y:0 reint: false] |
クロヒョウ 龍が如く新章 |
v1.13.1-453-gfc81b76b9 |
2022-08-24 |
GetFramebufferCandidates: Multiple (3) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, 565):
[DEPTH seq:283 C:04000000/512 Z:04088000/512 X:0 Y:0 reint: false] [COLOR seq:284 C:04088000/512 Z:00000000/0 X:0 Y:0 reint: false] [DEPTH seq:0 C:04116400/512 Z:04088000/512 X:0 Y:0 reint: false] |
クロヒョウ 龍が如く新章 |
v1.13.1-372-g21cf6a6f0 |
2022-08-24 |
GetFramebufferCandidates: Multiple (2) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, CLUT16):
[DEPTH seq:6989 C:04000000/512 Z:04088000/512 X:0 Y:0 reint: false] [DEPTH seq:6983 C:04116400/512 Z:04088000/512 X:0 Y:0 reint: false] |
クロヒョウ 龍が如く新章 |
v1.13.1-425-g39cb2f184 |
2022-08-22 |
GetFramebufferCandidates: Multiple (3) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, 565):
[COLOR seq:7567 C:04088000/512 Z:04110000/0 X:0 Y:0 reint: false] [DEPTH seq:7566 C:04044000/512 Z:04088000/512 X:0 Y:0 reint: false] [DEPTH seq:0 C:04116400/512 Z:04088000/512 X:0 Y:0 reint: false] |
クロヒョウ 龍が如く新章 |
v1.13.1-428-g3c307c985 |
2022-08-22 |
GetFramebufferCandidates: Multiple (4) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, 565):
[DEPTH seq:2793 C:04000000/512 Z:04088000/512 X:0 Y:0 reint: false] [DEPTH seq:2749 C:04044000/512 Z:04088000/512 X:0 Y:0 reint: false] [COLOR seq:2794 C:04088000/512 Z:00000000/0 X:0 Y:0 reint: false] [DEPTH seq:0 C:04116400/512 Z:04088000/512 X:0 Y:0 reint: false] |
クロヒョウ 龍が如く新章 |
v1.13.1-428-g3c307c985 |
2022-08-22 |
GetFramebufferCandidates: Multiple (4) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, 565):
[DEPTH seq:2591 C:04000000/512 Z:04088000/512 X:0 Y:0 reint: false] [DEPTH seq:2635 C:04044000/512 Z:04088000/512 X:0 Y:0 reint: false] [COLOR seq:2636 C:04088000/512 Z:00000000/0 X:0 Y:0 reint: false] [DEPTH seq:0 C:04116400/512 Z:04088000/512 X:0 Y:0 reint: false] |
クロヒョウ 龍が如く新章 |
v1.13.1-355-g0749f1465 |
2022-08-18 |
GetFramebufferCandidates: Multiple (3) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, CLUT16):
[DEPTH seq:37967 C:04000000/512 Z:04088000/512 X:0 Y:0 reint: false] [DEPTH seq:37981 C:04044000/512 Z:04088000/512 X:0 Y:0 reint: false] [DEPTH seq:37975 C:04116400/512 Z:04088000/512 X:0 Y:0 reint: false] |