libretro.ppsspp: mark as broken on aarch64-linux
This commit is contained in:
@@ -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"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user