PPSSPP crashing when i launch any game that isn't a demo
|
01-04-2021, 03:06 AM
Post: #2
|
|||
|
|||
RE: PPSSPP crashing when i launch any game that isn't a demo
It might be that it's compiled against an unsupported version of ffmpeg. We actually include a version of ffmpeg that we know works, but packagers typically want to use the system version.
But ffmpeg has this horrible habit of making breaking changes willy-nilly, without even documenting them. So we know for sure that just always using the system version is disastrous, especially because we're forced to integrate it at a fairly low level in some places. It may work out better if you compile it yourself (where you can avoid using the system ffmpeg version.) -[Unknown] |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
PPSSPP crashing when i launch any game that isn't a demo - SwitchAxe - 12-30-2020, 10:58 AM
RE: PPSSPP crashing when i launch any game that isn't a demo - [Unknown] - 01-04-2021 03:06 AM
|