PCSX2的PINE协议解说

最近在逛 PCSX2 博客的时候,注意到这么一段话: PINE Isn’t a Tree, It’s a Protocol! Introduced by GovanifY, PINE is a protocol we adopted for networked software to access PCSX2. If you’ve ever wanted to have external software be able to probe PS2 memory, write into it, or even command savestate loads or saves, it’s your lucky day....

2025-06-26 · 路边的阿不

PS2纹理图片编码算法「A1B5G5R5」

在上一篇文章里我们介绍了PS2使用的图片压缩算法RLE,这次我们再来研究一下它的纹理贴图编码算法——A1B5G5R5。 简介 对于纹理来说,常用...

2023-10-20 · 路边的阿不

「RLE」算法在PS2中的应用

RLE算法介绍 RLE(Run Length Encoding,行程长度编码)算法,是把文件内容用“重复次数x数据”的形式来表示的压缩方法。比如:有AAAA...

2023-10-16 · 路边的阿不