tpunix

Results 66 comments of tpunix

kirk_engine are test under mingw. If you want build on linux, you can remove this header file.

use this: mkdir(name, 0777);

mingw only have this format: mkdir(path)

Oh... My silly mistake... thanks:)

> > > 有了 ikcp_check,interval 就不需要订到 10ms 那么小了,kcp 就变成 tickless 了,你用timer,将多个 kcp 对象的调度,均摊再 1 个 interval 里面,就是这个意思。 从ikcp_update代码来看, 只有current>=ts_flush才会调用ikcp_flush. 这样调用ikcp_check还有什么意义呢?反正ikcp_flush的调用间隔始终是interval时间啊。

The MCU of dualsense: ![IMG_20210322_121647](https://user-images.githubusercontent.com/3216648/111940068-d08f8d00-8b08-11eb-81da-4e53c2f0f4f1.jpg)

A PS5 pad converter is on the store now: https://detail.tmall.com/item.htm?id=640910895139&ns=1&abbucket=10

问题1与2我是用release版本测试的。出了问题我才想自己编译折腾。确实没用gcc4.6。用的是gcc6.1。 我还找了另一块主板测试,没有出现问题。看起来,与主板有关,也与grub版本有关。

I have a simple ntfs code: https://github.com/tpunix/GRNB/blob/master/fs_ntfs.c