fish47

Results 6 issues of fish47

before ![before](https://i.ibb.co/b6wnPkn/Screenshot-2020-04-09-12-40-26.png) after ![after](https://i.ibb.co/tmK3MCH/Screenshot-2020-04-09-12-41-12.png) source https://bbs.archlinux.org/viewtopic.php?id=254478

enhancement

请修改外部命令名,优先尝试 python2 ,要比 python 靠前,不然就用 python3 了。

直接原因 ==== 尝试创建新的`SubStream` ```java abstract class SimpleClassCreatorTransform extends Transform { String prepareToCreateClass(TransformInvocation transformInvocation) { ... return transformInvocation.outputProvider.getContentLocation("main", getOutputTypes(), getScopes(), Format.DIRECTORY) } } ``` 用`Scope`集合作为`TransformOutputProvider.getContentLocation()`有问题 ```java class SplitComponentTransform extends SimpleClassCreatorTransform {...

```c // https://github.com/libsdl-org/SDL/blob/main/src/render/vitagxm/SDL_render_vita_gxm_tools.c#L1030 const uint8_t *slices[] = { &src[0], // Y Slice &src[width * height], // U Slice &src[width * height + width * height / 4], // V Slice...

### why without rePatch plugin, some cores (PCSX-ReArmed confirmed) may stutter / lag after resume. ### see also https://github.com/libretro/RetroArch/issues/9699

System: LineageOS 14.1 Device: P605 Magisk: v25.2 `install.sh` script should be modified a little bit like this ```shell on_install() { ... # mv $TMPDIR/$XPOSEDBRIDGE $MODPATH/system/framework/XposedBridge.jar # may be overwritten ?...