libretro.ppsspp: mark as broken on aarch64-linux

This commit is contained in:
Gaetan Lepage
2025-03-20 09:09:49 +01:00
parent 2b7d9e21b4
commit d042f70b85
@@ -51,5 +51,9 @@ mkLibretroCore {
description = "PPSSPP libretro port";
homepage = "https://github.com/hrydgard/ppsspp";
license = lib.licenses.gpl2Plus;
badPlatforms = [
# error: cannot convert 'uint32x4_t' to 'int' in initialization
"aarch64-linux"
];
};
}