Recent logs - STREET FIGHTER ZERO3 DOUBLE UPPER

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
STREET FIGHTER ZERO3 DOUBLE UPPER v1.18.1 2025-01-10 Error in shader compilation: info: 0:5: P0007: Extension directive must occur before any non-preprocessor tokens 0:18: L0002: No matching function for call to 'fwidth' 0:19: L0002: Undeclared variable 'boxSize' 0:20: L0002: Undeclared variable 'boxSize' 0:21: L0002: Undeclared variable 'txOffset' postshader #ifdef GL_ES precision mediump float; #endif #ifdef GL_ES #extension GL_OES_standard_derivatives : enable precision mediump float; precision mediump int; #endif uniform sampler2D sampler0; varying vec2 v_position; uniform vec2 u_texelDelta; // (1.0 / bufferWidth, 1.0 / bufferHeight) uniform vec2 u_pixelDelta; // (1.0 / targetWidth, 1.0 / targetHeight) // Returns pixel sharpened to nearest pixel boundary. vec2 sharpSample(vec4 texSize, vec2 coord) { vec2 boxSize = clamp(fwidth(coord) * texSize.zw, 1e-5, 1.0); coord = coord * texSize.zw - 0.5 * boxSize; vec2 txOffset = smoothstep(vec2(1.0) - boxSize, vec2(1.0), fract(coord)); return (floor(coord) + 0.5 + txOffset) * texSize.xy; } void main() { vec2 sharpPos = sharpSample(vec4(u_texelDelta, 1.0 / u_texelDelta), v_position); vec4 color = texture2D(sampler0, sharpPos); gl_FragColor = color; }
STREET FIGHTER ZERO3 DOUBLE UPPER v1.18.1 2025-01-10 Error in shader compilation: info: 0:387: L0002: No matching function for call to 'mul' 0:391: L0001: Expected literal or '(', got 'else' postshader #ifdef GL_ES precision mediump float; #endif // PPSSPP: Grabbed from Processing and slightly modified. // FXAA shader, GLSL code adapted from: // http://horde3d.org/wiki/index.php5?title=Shading_Technique_-_FXAA // Whitepaper describing the technique: // http://developer.download.nvidia.com/assets/gamedev/files/sdk/11/FXAA_WhitePaper.pdf //====================================================================================================================================================================== //Extra options: #define FXAA 0 //ON:1/OFF:0 /default FXAA, info above //there's no extra config for fxaa here since from what I checked this simple fxaa version offers only more blur or less aa;c, you can check it yourself below //================ #define GAUSS_SQ 0 //ON:1/OFF:0 /full square gauss filtering, don't use with either FXAA nor sharpen filters #define Gsmoothing 3.5 //Default: 3.5 /increase for smoother(blurry) graphics //================ #define GAUSS_S 0 //ON:1/OFF:0 /simple gauss filtering by Bigpet, slightly different from above /you can find standalone in https://github.com/hrydgard/ppsspp/issues/7242 //================ #define MIKU 0 //Hatsune<3 this is an optional filter for all those pale anime faces which get white with bloom/colored:P tested on Miku in white dress //================ #define BLOOM 0 //ON:1/OFF:0 /bloom implementation from "my heroics" blog http://myheroics.wordpress.com/2008/09/04/glsl-bloom-shader/ #define samples 4 //Default: 4 /higher = more glow, worser performance #define quality 0.25 //Default: 0.25 /lower = smaller glow, better quality #define factor 0.002 //Default: 0.002 /just an extra tweak for the bloom slightly higher values might look better in some cases, but too much can cause artifacts #define Bpower 0.5 //Default: 0.5 /amount of bloom mixed //================ #define COLORED 0 //ON:1/OFF:0 /coloring part of KrossX Overlay Bloom shader from here http://www.mediafire.com/krossx#ste5pa5ijfa0o #define Cpower 0.5 //Default: 0.5 /amount of effect mixed //================ #define SHARPEN 0 //ON:1/OFF:0 /a simple sharpen filter, might be counterproductive to FXAA and BLOOM, hence disabled by default #define value 7.5 //Default: 7.5 /higher = more visible effect //================ #define S_COM_V2 1 //Sharpen Complex v2 from https://github.com/mpc-hc similar to above in effect, maybe more accurate #define S_val0 5.0 //Default: 5.0 /higher ~ increases sharpness /negative ~ can add extra blurr/strange effect //================ #define SHADEBOOST 0 //ON:1/OFF:0 /color correction from GSdx/pcsx2 plugin, initially taken from http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=21057 #define saturation 1.0 //Default: 1.0 //negative will look like inverted colors shader #define brightness 1.0 //Default: 1.0 #define contrast 1.0 //Default: 1.0 //negative will be... well negative;p #define red 1.0 //Default: 1.0 #define green 1.0 //Default: 1.0 #define blue 1.0 //Default: 1.0 //Shadeboost presets: //Shadeboost must be activated, presets override options above int SEPIA = 0; //Moody coolors:) int GRAYSCALE = 0; //Just for lols? int NEGATIVE = 0; //As above int PSPCOLORS = 0; //Makes the colors as on older PSP screens(colder) //All presets are simple switch ON:1/OFF:0, //================ #define GAMMA 0 //simple gamma function after reading http://filmicgames.com/archives/299 #define correction 1.0 //Default: 1.0 //================ #define SCANLINES 0 //Ugly lines which never existed on psp, yet are popular among some people(I had to, sorry:P) #define SLsize 1 //Default: 1 /basically sets how wide each line is, from 1 to looks_weird_when_too_high #define SL
STREET FIGHTER ZERO3 DOUBLE UPPER v1.5.4-998-g08f26439c 2024-11-20 sceKernelLoadModuleByID: unsupported options size=1091f328, flags=1091f32c, pos=0, access=1, data=278000432, text=278000436
STREET FIGHTER ZERO3 DOUBLE UPPER v1.17.1 2024-09-30 Rendering to framebuffer offset at 04162000 +256x0 (stride 512)
STREET FIGHTER ZERO3 DOUBLE UPPER v1.17.1 2024-09-30 00000400=sceGeEdramSetAddrTranslation(00000800)
STREET FIGHTER ZERO3 DOUBLE UPPER v1.17.1 2024-10-13 MIPSCompileOp: Invalid instruction 01069701
STREET FIGHTER ZERO3 DOUBLE UPPER v1.17.1 2024-10-13 MIPSCompileOp: Invalid instruction 00020001
STREET FIGHTER ZERO3 DOUBLE UPPER v1.17.1 2024-09-27 MIPSCompileOp: Invalid instruction 00100005
STREET FIGHTER ZERO3 DOUBLE UPPER v1.17.1 2024-10-13 Branch in JumpReg delay slot at 08f6c08c in block starting at 08f6c044
STREET FIGHTER ZERO3 DOUBLE UPPER v1.17.1 2024-10-13 MIPSCompileOp: Invalid instruction 00010005
STREET FIGHTER ZERO3 DOUBLE UPPER v1.17.1-980-gabaea0197b 2024-09-22 sceKernelSetCompiledSdkVersion600_602 unknown SDK: 5000010
STREET FIGHTER ZERO3 DOUBLE UPPER v1.17.1 2024-09-01 Error in shader program link: info: L0001 The fragment floating-point variable u_texelDelta does not match the vertex variable u_texelDelta. The precision does not match. 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; }
STREET FIGHTER ZERO3 DOUBLE UPPER v1.17.1 2024-08-03 80630006=sceAtracSetDataAndGetID(08eec340, 00020000): invalid RIFF header
STREET FIGHTER ZERO3 DOUBLE UPPER v1.17.1 2024-06-19 sceKernelLoadModule: unsupported options size=00000014, flags=0899a904, pos=0, access=1, data=2, text=2
STREET FIGHTER ZERO3 DOUBLE UPPER v1.17.1 2024-04-03 sceKernelLoadModule: unsupported options size=00000014, flags=0899a92c, pos=0, access=1, data=2, text=2
STREET FIGHTER ZERO3 DOUBLE UPPER v1.17.1 2024-04-03 sceKernelLoadModule: unsupported options size=00000014, flags=0899a92c, pos=0, access=1, data=1, text=1
STREET FIGHTER ZERO3 DOUBLE UPPER v1.11.3 2024-03-24 sceKernelLoadModule: unsupported options size=00000014, flags=00000007, pos=0, access=1, data=1, text=1
STREET FIGHTER ZERO3 DOUBLE UPPER v1.17.1 2024-03-01 Unexpected mpeg first timestamp: 7fba58574b5 / 8777395172533
STREET FIGHTER ZERO3 DOUBLE UPPER v1.12.2 2024-02-20 80630007=sceAtracSetData(2, 08be96c0, 0000fe00): atracID uses different codec type than data
STREET FIGHTER ZERO3 DOUBLE UPPER v1.12.2 2024-02-20 80630007=sceAtracSetData(2, 08be96c0, 00004100): atracID uses different codec type than data
STREET FIGHTER ZERO3 DOUBLE UPPER v1.12.2 2024-02-20 80630007=sceAtracSetData(2, 08be96c0, 00005000): atracID uses different codec type than data
STREET FIGHTER ZERO3 DOUBLE UPPER v1.12.2 2024-02-20 80630007=sceAtracSetData(2, 08be96c0, 00010000): atracID uses different codec type than data
STREET FIGHTER ZERO3 DOUBLE UPPER v1.12.2 2024-02-20 80630007=sceAtracSetData(2, 08be96c0, 00003de0): atracID uses different codec type than data
STREET FIGHTER ZERO3 DOUBLE UPPER v1.12.2 2024-02-20 80630007=sceAtracSetData(2, 08be96c0, 00006660): atracID uses different codec type than data
STREET FIGHTER ZERO3 DOUBLE UPPER v1.12.2 2024-02-20 80630007=sceAtracSetData(2, 08bb1680, 00038000): atracID uses different codec type than data
STREET FIGHTER ZERO3 DOUBLE UPPER v1.12.2 2024-02-20 sceGeBreak(mode=0, unknown=08ba8c64): unknown ptr (valid)
STREET FIGHTER ZERO3 DOUBLE UPPER v1.17.1 2024-02-10 sceKernelLoadModule: unsupported options size=00000014, flags=08ad0000, pos=0, access=1, data=2, text=2
STREET FIGHTER ZERO3 DOUBLE UPPER v1.17 2024-02-08 sceSasSetADSRMode(08bbde80, 16, 15, 00000000, 00000000, 00000000, 00000000): invalid modes
STREET FIGHTER ZERO3 DOUBLE UPPER v1.17 2024-02-08 sceSasSetADSRMode(08bbde80, 15, 15, 00000000, 00000000, 00000000, 00000000): invalid modes
STREET FIGHTER ZERO3 DOUBLE UPPER v1.17 2024-02-08 sceSasSetADSRMode(08bbde80, 14, 15, 00000000, 00000000, 00000000, 00000000): invalid modes
STREET FIGHTER ZERO3 DOUBLE UPPER v1.17 2024-02-08 sceSasSetADSRMode(08bbde80, 13, 15, 00000000, 00000000, 00000000, 00000000): invalid modes
STREET FIGHTER ZERO3 DOUBLE UPPER v1.17 2024-02-08 sceSasSetADSRMode(08bbde80, 12, 15, 00000000, 00000000, 00000000, 00000000): invalid modes
STREET FIGHTER ZERO3 DOUBLE UPPER v1.17 2024-02-08 sceSasSetADSRMode(08bbde80, 11, 15, 00000000, 00000000, 00000000, 00000000): invalid modes
STREET FIGHTER ZERO3 DOUBLE UPPER v1.17 2024-02-08 sceSasSetADSRMode(08bbde80, 10, 15, 00000000, 00000000, 00000000, 00000000): invalid modes
STREET FIGHTER ZERO3 DOUBLE UPPER v1.17 2024-02-08 sceSasSetADSRMode(08bbde80, 9, 15, 00000000, 00000000, 00000000, 00000000): invalid modes
STREET FIGHTER ZERO3 DOUBLE UPPER v1.17 2024-02-08 sceSasSetADSRMode(08bbde80, 8, 15, 00000000, 00000000, 00000000, 00000000): invalid modes
STREET FIGHTER ZERO3 DOUBLE UPPER v1.11.3 2024-03-24 ARGH IT'S AN UNKNOWN RELOCATION!!!!!!!! 0883518c, type=8 : lwc1 f0, -0x7F60(gp)
STREET FIGHTER ZERO3 DOUBLE UPPER v1.16.6 2024-01-23 __KernelStopThread: thread 574 does not exist (helper deleted)
STREET FIGHTER ZERO3 DOUBLE UPPER v1.16.6 2024-01-05 A save request is already running, not starting a new one
STREET FIGHTER ZERO3 DOUBLE UPPER v1.16.6 2024-01-04 sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=0, text=2
STREET FIGHTER ZERO3 DOUBLE UPPER v1.16.6 2024-01-04 sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=0, text=1
STREET FIGHTER ZERO3 DOUBLE UPPER v1.11.3 2024-02-03 ARGH IT'S AN UNKNOWN RELOCATION!!!!!!!! 0883c95c, type=8 : lwc1 f0, -0x7F5C(gp)
STREET FIGHTER ZERO3 DOUBLE UPPER v1.11.3 2023-12-12 Video out requested, not supported: mode=0 size=480,480
STREET FIGHTER ZERO3 DOUBLE UPPER v1.10.2 2023-12-03 UNIMPL sceKernelFindModuleByName(sceModuleManager)
STREET FIGHTER ZERO3 DOUBLE UPPER v1.10.2 2023-12-03 Failed to allocate memory for ELF!
STREET FIGHTER ZERO3 DOUBLE UPPER v1.11.3 2024-03-02 sceKernelLoadModule: unsupported options size=00000014, flags=08880000, pos=0, access=1, data=2, text=2
STREET FIGHTER ZERO3 DOUBLE UPPER v1.11.3 2024-03-10 sceKernelLoadModule: unsupported options size=00000014, flags=08806498, pos=0, access=1, data=2, text=2
STREET FIGHTER ZERO3 DOUBLE UPPER v1.16.6 2023-11-24 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=2, text=2
STREET FIGHTER ZERO3 DOUBLE UPPER v1.16.6 2023-11-22 sceNetAdhocMatchingInit(65536) at 088249f8
STREET FIGHTER ZERO3 DOUBLE UPPER v1.15.4 2023-09-27 Unimplemented HLE function sceCtrlClearRapidFire
STREET FIGHTER ZERO3 DOUBLE UPPER v1.15.4 2023-07-18 sceKernelLoadModule: unsupported options size=00000014, flags=08aea6b0, pos=0, access=1, data=2, text=2
STREET FIGHTER ZERO3 DOUBLE UPPER v1.15.4 2023-07-18 sceKernelLoadModule: unsupported options size=00000014, flags=09ee9e80, pos=0, access=1, data=1, text=1
STREET FIGHTER ZERO3 DOUBLE UPPER v1.15.4 2023-07-18 80630011=sceAtracSetDataAndGetID(00000000, 00000000): buffer too small
STREET FIGHTER ZERO3 DOUBLE UPPER v1.16.6 2024-01-23 sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5164, pos=0, access=1, data=2, text=2
STREET FIGHTER ZERO3 DOUBLE UPPER v1.15.4 2023-06-27 sceKernelLoadModule: unsupported options size=00000014, flags=0880bfb0, pos=0, access=1, data=2, text=2
STREET FIGHTER ZERO3 DOUBLE UPPER v1.17.1 2024-06-19 sceKernelLoadModule: unsupported options size=00000014, flags=000001a4, pos=0, access=1, data=1, text=1
STREET FIGHTER ZERO3 DOUBLE UPPER v1.14.4 2023-04-25 sceKernelLoadModule: unsupported options size=00000014, flags=00000002, pos=0, access=1, data=2, text=2
STREET FIGHTER ZERO3 DOUBLE UPPER v1.14.4 2023-04-25 sceKernelLoadModule: unsupported options size=00000014, flags=00000002, pos=0, access=1, data=1, text=1
STREET FIGHTER ZERO3 DOUBLE UPPER v1.14.4 2023-04-25 sceKernelLoadModule: unsupported options size=00000014, flags=08815af0, pos=0, access=1, data=2, text=2
STREET FIGHTER ZERO3 DOUBLE UPPER v1.9.0 2023-04-08 Unknown GetPointer 00000000 PC 088094e4 LR 089e0e3c
STREET FIGHTER ZERO3 DOUBLE UPPER v1.17.1 2024-06-19 sceKernelLoadModule: unsupported options size=00000014, flags=000001a4, pos=0, access=1, data=2, text=2
STREET FIGHTER ZERO3 DOUBLE UPPER v1.17.1 2024-06-19 sceKernelLoadModule: unsupported options size=00000014, flags=0899a904, pos=0, access=1, data=1, text=1
STREET FIGHTER ZERO3 DOUBLE UPPER v1.14.1 2023-02-09 UI scissor out of bounds in MainScreen: 650,10-300,530 / 540,960
STREET FIGHTER ZERO3 DOUBLE UPPER v1.14.1 2023-02-09 UI scissor out of bounds in MainScreen: 0,64-640,476 / 540,960
STREET FIGHTER ZERO3 DOUBLE UPPER v1.14.1 2023-02-09 UI scissor out of bounds in MainScreen: 0,0-640,64 / 540,960
STREET FIGHTER ZERO3 DOUBLE UPPER v1.14.1 2023-02-09 UI scissor out of bounds in MainScreen: 0,0-640,540 / 540,960
STREET FIGHTER ZERO3 DOUBLE UPPER v1.14.1 2023-01-26 UI scissor out of bounds in GameSettingsScreen: 280,0-1187,720 / 1384,720
STREET FIGHTER ZERO3 DOUBLE UPPER v1.10.3 2022-12-31 Unimplemented HLE function sceImposeSetHomePopup
STREET FIGHTER ZERO3 DOUBLE UPPER v1.14 2022-12-19 Unknown GetPointerWrite 00000000 PC 089e0e2c LR 089e0e3c
STREET FIGHTER ZERO3 DOUBLE UPPER v1.17.1 2024-10-24 sceKernelLoadModuleByID: unsupported options size=00000014, flags=089d5494, pos=0, access=1, data=2, text=2
STREET FIGHTER ZERO3 DOUBLE UPPER v1.10.3 2022-11-22 sceKernelLoadModuleByID: unsupported options size=00000014, flags=08aa3278, pos=0, access=1, data=1, text=1
STREET FIGHTER ZERO3 DOUBLE UPPER v1.10.3 2022-11-22 sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000136, pos=0, access=1, data=2, text=2
STREET FIGHTER ZERO3 DOUBLE UPPER v1.13.2 2022-10-05 Unknown GE command : 11ffffff
STREET FIGHTER ZERO3 DOUBLE UPPER v1.13.2 2022-09-28 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 143597400
STREET FIGHTER ZERO3 DOUBLE UPPER v1.13.2 2022-09-28 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 148439040
STREET FIGHTER ZERO3 DOUBLE UPPER v1.13.1 2022-09-27 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145851408
STREET FIGHTER ZERO3 DOUBLE UPPER v1.13.1 2022-09-13 sceKernelLoadModule: unsupported options size=00000014, flags=08b23d30, pos=0, access=1, data=2, text=2
STREET FIGHTER ZERO3 DOUBLE UPPER v1.9.0 2024-05-26 sceMpegRingbufferPut(): invalid mpeg data
STREET FIGHTER ZERO3 DOUBLE UPPER v1.18.1 2025-02-10 sceNetAdhocMatchingInit(32768) at 088de73c
STREET FIGHTER ZERO3 DOUBLE UPPER v1.4-2-g648bc5d 2022-06-25 Wrong magic number 27bd0000
STREET FIGHTER ZERO3 DOUBLE UPPER v1.12.3 2022-06-24 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 144940664
STREET FIGHTER ZERO3 DOUBLE UPPER v1.12.3 2022-06-24 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146133816
STREET FIGHTER ZERO3 DOUBLE UPPER v1.11.3 2022-05-12 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 167769136
STREET FIGHTER ZERO3 DOUBLE UPPER v1.11.3 2022-05-02 MFIC instruction hit (70020024) at 08933650
STREET FIGHTER ZERO3 DOUBLE UPPER v1.12.2 2022-05-01 Unknown GetPointer 00000000 PC 089f3494 LR 089e2070
STREET FIGHTER ZERO3 DOUBLE UPPER v1.12.3 2024-07-01 sceKernelCreateSema(KSAP_ThLockSema) unsupported attr parameter: 00000011
STREET FIGHTER ZERO3 DOUBLE UPPER v1.12.3 2024-07-01 sceKernelCreateSema(KSAP_FnLockSema) unsupported attr parameter: 00000011
STREET FIGHTER ZERO3 DOUBLE UPPER v1.12.2 2022-08-27 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145349120
STREET FIGHTER ZERO3 DOUBLE UPPER v1.9.0 2022-03-08 Unknown GetPointer 00000000 PC 08804b7c LR 08804b7c
STREET FIGHTER ZERO3 DOUBLE UPPER v1.9.0 2022-02-22 Unknown GetPointer 00000000 PC 089e7400 LR 089e7400
STREET FIGHTER ZERO3 DOUBLE UPPER v1.12.3 2022-02-09 sceKernelLoadModule: unsupported options size=00000014, flags=09fffad0, pos=0, access=1, data=1, text=1
STREET FIGHTER ZERO3 DOUBLE UPPER v1.12.3 2022-02-09 sceKernelLoadModule: unsupported options size=00000014, flags=09fffad0, pos=0, access=1, data=2, text=2
STREET FIGHTER ZERO3 DOUBLE UPPER v1.17.1 2024-06-05 sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5164, pos=0, access=1, data=1, text=1
STREET FIGHTER ZERO3 DOUBLE UPPER v1.12.3 2022-01-31 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145349168
STREET FIGHTER ZERO3 DOUBLE UPPER v1.10.2 2022-01-31 Render to area containing texture at 04162000 +256x0
STREET FIGHTER ZERO3 DOUBLE UPPER v1.10.2 2022-01-31 Rendering to framebuffer offset: 04162000 +256x0
STREET FIGHTER ZERO3 DOUBLE UPPER v1.12.3 2022-01-25 80630011=sceAtracSetData(2, 08d13140, 00000000): buffer too small
STREET FIGHTER ZERO3 DOUBLE UPPER v1.16.6 2024-03-22 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=0, text=1
STREET FIGHTER ZERO3 DOUBLE UPPER v1.11.3 2021-11-23 Module linking debug info: ThreadManForKernel ver=0000, flags=0001, size=5, numVars=0, numFuncs=4, nidData=0822c544, firstSym=0822c3c0, varData=00000000, extra=00000000 sceIdStorage_driver ver=0000, flags=0001, size=5, numVars=0, numFuncs=1, nidData=0822c554, firstSym=0822c3e0, varData=00000000, extra=00000000 semaphore ver=0000, flags=0001, size=5, numVars=0, numFuncs=1, nidData=0822c558, firstSym=0822c3e8, varData=00000000, extra=00000000
STREET FIGHTER ZERO3 DOUBLE UPPER v1.11.3 2024-03-10 Crazy varData address 01011006, skipping rest of module