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 |
PATCH SPARTAN11 |
v1.9.4 |
2025-03-26 |
Error in shader compilation: info: 0:384: L0002: No matching function for call to 'mul'
0:388: L0001: Expected literal or '(', got 'else'
postshader
// 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 SLcolor 2.8 //Default: 2.8 /brightens scre |
PATCH SPARTAN11 |
v1.18.1 |
2025-03-24 |
80630006=sceAtracSetDataAndGetID(09a25200, 00001800): invalid RIFF header |
PATCH SPARTAN11 |
v1.18.1 |
2025-03-23 |
Unknown GetPointer 0fe646ea PC 0881c428 LR 0881c438 |
PATCH SPARTAN11 |
v1.18.1 |
2025-03-19 |
Unknown GetPointer 00000050 PC 0880df70 LR 08809714 |
PATCH SPARTAN11 |
v1.18.1 |
2025-03-19 |
MIPSCompileOp: Invalid instruction 03e52dff |
PATCH SPARTAN11 |
v1.18.1 |
2025-03-19 |
MIPSCompileOp: Invalid instruction 4fa00000 |
PATCH SPARTAN11 |
v1.18.1 |
2025-03-17 |
MIPSCompileOp: Invalid instruction eefff000 |
PATCH SPARTAN11 |
v1.18.1 |
2025-03-17 |
MIPSCompileOp: Invalid instruction 000019df |
PATCH SPARTAN11 |
v1.18.1 |
2025-03-17 |
Unknown GetPointer 00000140 PC 08824a58 LR 088113dc |
PATCH SPARTAN11 |
v1.18.1 |
2025-03-17 |
Unknown GetPointerWrite 00000000 PC 08808448 LR 08808460 |
PATCH SPARTAN11 |
v1.18.1 |
2025-03-17 |
MIPSCompileOp: Invalid instruction 000005ff |
PATCH SPARTAN11 |
v1.18.1 |
2025-03-17 |
MIPSCompileOp: Invalid instruction 0003efff |
PATCH SPARTAN11 |
v1.17.1 |
2025-03-15 |
80630006=sceAtracSetData(2, 08b9d5c0, 00038000): invalid RIFF header |
PATCH SPARTAN11 |
v1.18.1 |
2025-03-14 |
Unknown GetPointer 161dbecb PC 0881c428 LR 0881c438 |
PATCH SPARTAN11 |
v1.18.1 |
2025-03-13 |
MIPSCompileOp: Invalid instruction 46800499 |
PATCH SPARTAN11 |
v1.18.1 |
2025-03-10 |
ReadFromHardware: Invalid address 00000000 near PC 00000000 LR 0899e6a8 |
PATCH SPARTAN11 |
v1.18.1 |
2025-03-06 |
Unknown GetPointer 71e0fc3a PC 0881c428 LR 0881c438 |
PATCH SPARTAN11 |
v1.18.1 |
2025-03-05 |
807f00fd=sceMp3Init(00000000): invalid bitrate v1 l2 rate 000e |
PATCH SPARTAN11 |
v1.16.6 |
2025-03-04 |
__KernelStopThread: thread 337 does not exist (helper deleted) |
PATCH SPARTAN11 |
v1.10.2 |
2025-03-09 |
sceMp3Init: invalid data: not 44.1kHz |
PATCH SPARTAN11 |
v1.18.1 |
2025-03-03 |
Unknown GetPointer 0e191752 PC 0881c428 LR 0881c438 |
PATCH SPARTAN11 |
v1.18.1 |
2025-03-02 |
Unknown GetPointerWrite e2eb1877 PC 0881c428 LR 0881c438 |
PATCH SPARTAN11 |
v1.18.1 |
2025-03-02 |
Unknown GetPointer deadbf0f PC 08816084 LR 08816098 |
PATCH SPARTAN11 |
v1.10.3 |
2025-03-01 |
GL ran out of GPU memory; switching to low memory mode |
PATCH SPARTAN11 |
v1.18.1 |
2025-03-01 |
Unknown GetPointerWrite 0000000c PC 08a02afc LR 0887138c |
PATCH SPARTAN11 |
v1.18.1 |
2025-02-28 |
Unknown GetPointer 00000000 PC 08a08b0c LR 08a01a10 |
PATCH SPARTAN11 |
v1.17.1 |
2025-03-08 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=2, text=2 |
PATCH SPARTAN11 |
v1.17.1 |
2025-03-08 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=1, text=1 |
PATCH SPARTAN11 |
v1.18.1 |
2025-02-23 |
Unknown GetPointerWrite 00000005 PC 08a02db8 LR 08922f74 |
PATCH SPARTAN11 |
v1.18.1 |
2025-02-20 |
sceMp3Init: invalid data: not MPEG v1 |
PATCH SPARTAN11 |
v1.18 |
2025-02-20 |
Unknown GetPointer 00000000 PC 08a02a0c LR 0884d7d4 |
PATCH SPARTAN11 |
v1.18.1 |
2025-02-16 |
WriteToHardware: Invalid address 00000004 near PC 08856d1c LR 08856d28 |
PATCH SPARTAN11 |
v1.18.1 |
2025-02-16 |
ReadFromHardware: Invalid address 00000004 near PC 08856d1c LR 08856d28 |
PATCH SPARTAN11 |
v1.18 |
2025-02-16 |
Unknown GetPointer 00000000 PC 08a02a0c LR 0884a938 |
PATCH SPARTAN11 |
v1.18.1 |
2025-02-15 |
Unknown GetPointer 2985b0d4 PC 0881c2d8 LR 0881c2e8 |
PATCH SPARTAN11 |
v1.18 |
2025-02-14 |
Unknown GetPointer 00000000 PC 08a02a0c LR 0881c2e8 |
PATCH SPARTAN11 |
v1.17.1 |
2025-02-12 |
Unknown GetPointerWrite 00000003 PC 08a02afc LR 089f1774 |
PATCH SPARTAN11 |
v1.18.1 |
2025-02-12 |
80630006=sceAtracSetDataAndGetID(09a25200, 00002000): invalid RIFF header |
PATCH SPARTAN11 |
v1.18.1 |
2025-02-07 |
Unknown GetPointer 00000020 PC 08816084 LR 08816098 |
PATCH SPARTAN11 |
v1.18.1 |
2025-02-07 |
Unknown GetPointerWrite 00000000 PC 08816084 LR 08816098 |
PATCH SPARTAN11 |
v1.18.1 |
2025-02-05 |
Jump to invalid address: 0bd406b0 |
PATCH SPARTAN11 |
v1.18.1 |
2025-02-05 |
Jump to invalid address: 0bd407b0 |
PATCH SPARTAN11 |
v1.18.1 |
2025-02-05 |
Jump to invalid address: 0bd40ab0 |
PATCH SPARTAN11 |
v1.18.1 |
2025-02-05 |
MIPSCompileOp: Invalid instruction 727dc170 |
PATCH SPARTAN11 |
v1.18.1 |
2025-02-05 |
Jump to invalid address: 072403a0 |
PATCH SPARTAN11 |
v1.18.1 |
2025-02-05 |
Jump to invalid address: 0bd405b0 |
PATCH SPARTAN11 |
v1.18.1 |
2025-02-05 |
Jump to invalid address: 0bd3f8b0 |
PATCH SPARTAN11 |
v1.18.1 |
2025-02-05 |
Jump to invalid address: 0bd3f5b0 |
PATCH SPARTAN11 |
v1.18.1 |
2025-02-05 |
Jump to invalid address: 0723f1a0 |
PATCH SPARTAN11 |
v1.18.1 |
2025-02-05 |
MIPSCompileOp: Invalid instruction 7276dae8 |
PATCH SPARTAN11 |
v1.18.1 |
2025-02-05 |
Jump to invalid address: 0bd3f4b0 |
PATCH SPARTAN11 |
v1.18.1 |
2025-02-05 |
Jump to invalid address: 0bd3f3b0 |
PATCH SPARTAN11 |
v1.14.4 |
2025-02-05 |
Replacement rowPitch=512, but w=5120 (level=0) |
PATCH SPARTAN11 |
v1.9.4 |
2025-02-04 |
Unknown GetPointer 2c5e6b82 PC 0884d5b0 LR 0884d7d4 |
PATCH SPARTAN11 |
v1.15.3 |
2025-02-04 |
Branch in branch delay slot at 080d02b0 with different target |
PATCH SPARTAN11 |
v1.15.3 |
2025-02-04 |
Branch in branch delay slot at 080d02ac with different target |
PATCH SPARTAN11 |
v1.15.3 |
2025-02-04 |
MIPSCompileOp: Invalid instruction 06fd8989 |
PATCH SPARTAN11 |
v1.15.3 |
2025-02-04 |
BREAK instruction hit |
PATCH SPARTAN11 |
v1.15.3 |
2025-02-04 |
MIPSCompileOp: Invalid instruction 00777777 |
PATCH SPARTAN11 |
v1.15.3 |
2025-02-04 |
An uneaten prefix at end of block: 080d027c |
PATCH SPARTAN11 |
v1.15.3 |
2025-02-04 |
MIPSCompileOp: Invalid instruction 77000000 |
PATCH SPARTAN11 |
v1.15.3 |
2025-02-04 |
MIPSCompileOp: Invalid instruction ec000000 |
PATCH SPARTAN11 |
v1.14.4 |
2025-02-04 |
Replacement rowPitch=256, but w=1024 (level=0) |
PATCH SPARTAN11 |
v1.18.1 |
2025-02-03 |
Unknown GetPointerWrite 00000000 PC 08a02a0c LR 08a1e5b0 |
PATCH SPARTAN11 |
v1.9.4 |
2025-02-03 |
Unknown GetPointer 00000000 PC 08808448 LR 08808460 |
PATCH SPARTAN11 |
v1.14.4 |
2025-02-02 |
Replacement rowPitch=2048, but w=5120 (level=0) |
PATCH SPARTAN11 |
v1.14.4 |
2025-02-02 |
Replacement rowPitch=512, but w=2048 (level=0) |
PATCH SPARTAN11 |
v1.18.1 |
2025-02-02 |
Unknown GetPointer a2c71b79 PC 08eff8c0 LR 08eff8d0 |
PATCH SPARTAN11 |
v1.14.4 |
2025-02-01 |
Replacement rowPitch=512, but w=6360 (level=0) |
PATCH SPARTAN11 |
v1.18.1 |
2025-01-31 |
MIPSCompileOp: Invalid instruction ec666600 |
PATCH SPARTAN11 |
v1.18.1 |
2025-01-31 |
MIPSCompileOp: Invalid instruction cd100000 |
PATCH SPARTAN11 |
v1.18.1 |
2025-01-31 |
MIPSCompileOp: Invalid instruction 00000001 |
PATCH SPARTAN11 |
v1.18.1 |
2025-01-31 |
MIPSCompileOp: Invalid instruction 00004f95 |
PATCH SPARTAN11 |
v1.18.1 |
2025-01-31 |
Jump to invalid address: 03754000 |
PATCH SPARTAN11 |
v1.18.1 |
2025-01-31 |
MIPSCompileOp: Invalid instruction 7ac20038 |
PATCH SPARTAN11 |
v1.18.1 |
2025-01-31 |
MIPSCompileOp: Invalid instruction 42e2c000 |
PATCH SPARTAN11 |
v1.18.1 |
2025-01-31 |
MIPSCompileOp: Invalid instruction 43830000 |
PATCH SPARTAN11 |
v1.18.1 |
2025-01-31 |
MIPSCompileOp: Invalid instruction 42e0c000 |
PATCH SPARTAN11 |
v1.18.1 |
2025-01-31 |
MIPSCompileOp: Invalid instruction 42c20000 |
PATCH SPARTAN11 |
v1.18.1 |
2025-01-31 |
MIPSCompileOp: Invalid instruction 42fec000 |
PATCH SPARTAN11 |
v1.18.1 |
2025-01-31 |
MIPSCompileOp: Invalid instruction 43006000 |
PATCH SPARTAN11 |
v1.18.1 |
2025-01-31 |
MIPSCompileOp: Invalid instruction 431fa000 |
PATCH SPARTAN11 |
v1.18.1 |
2025-01-31 |
MIPSCompileOp: Invalid instruction 432b0000 |
PATCH SPARTAN11 |
v1.18.1 |
2025-01-31 |
MIPSCompileOp: Invalid instruction 43880000 |
PATCH SPARTAN11 |
v1.18.1 |
2025-01-31 |
MIPSCompileOp: Invalid instruction 4320a000 |
PATCH SPARTAN11 |
v1.18.1 |
2025-01-31 |
MIPSCompileOp: Invalid instruction 437c8000 |
PATCH SPARTAN11 |
v1.18.1 |
2025-01-31 |
MIPSCompileOp: Invalid instruction 43be1334 |
PATCH SPARTAN11 |
v1.18.1 |
2025-01-31 |
MIPSCompileOp: Invalid instruction 43310000 |
PATCH SPARTAN11 |
v1.18.1 |
2025-01-31 |
MIPSCompileOp: Invalid instruction 4312a000 |
PATCH SPARTAN11 |
v1.18.1 |
2025-01-31 |
MIPSCompileOp: Invalid instruction 43090000 |
PATCH SPARTAN11 |
v1.18.1 |
2025-01-31 |
MIPSCompileOp: Invalid instruction 434a0000 |
PATCH SPARTAN11 |
v1.18.1 |
2025-01-31 |
MIPSCompileOp: Invalid instruction 437a8000 |
PATCH SPARTAN11 |
v1.18.1 |
2025-01-31 |
MIPSCompileOp: Invalid instruction 42fcc000 |
PATCH SPARTAN11 |
v1.18.1 |
2025-01-31 |
MIPSCompileOp: Invalid instruction 43490000 |
PATCH SPARTAN11 |
v1.18.1 |
2025-01-31 |
MIPSCompileOp: Invalid instruction 43f00000 |
PATCH SPARTAN11 |
v1.18.1 |
2025-01-31 |
MIPSCompileOp: Invalid instruction 43bdd334 |
PATCH SPARTAN11 |
v1.18.1 |
2025-01-31 |
MIPSCompileOp: Invalid instruction 43098000 |
PATCH SPARTAN11 |
v1.18.1 |
2025-01-31 |
MIPSCompileOp: Invalid instruction 43480000 |
PATCH SPARTAN11 |
v1.18.1 |
2025-01-31 |
MIPSCompileOp: Invalid instruction 41100000 |
PATCH SPARTAN11 |
v1.18.1 |
2025-01-31 |
MIPSCompileOp: Invalid instruction 41000000 |