hg-1099255210

Results 6 comments of hg-1099255210

> > > 这么做完全可以呀,只是64位的mips就是另一套指令集了,所以如果你的width参数化的话,那么三类指令的切分位也需要做出相应的调整。当然,也可以将有限的切分位也参数化,这么做完全可行,你可以试试。 也是,现在这个程度参数化也并不是很有必要,单纯觉得会省一些代码量罢了(同时增加了计算和调试的痛苦

Thanks! I'll try it before you release the update!

Thanks for the update. I have tried the updated method. The patching procedure has been successful: ```shell [13:48:27] ~\..\ra2yrcpp on develop (base 3.11.5)❯ python ./scripts/run-gamemd.py --build-dir ra2yrcpp --spawner-path gamemd-spawn.exe patch-gamemd...

By the way, i modified the `python3` to `python` in the patch command. Command `python3` doesn't work for me. > https://github.com/shmocz/ra2yrcpp/blob/0b295c7d36500d695cb6db23ab27882118179a7f/scripts/run-gamemd.py#L365-L372

Nothing happens when I launch the patched spawner, even if I remove the `zlib1.dll` and `ra2yrcpp.dll`, no errors. (The unpatched `gamemd-spawn.exe` works just fine)

> Just tested it and the reason is missing `libwinpthread-1.dll`. This should be linked statically, but for some reason it isn't. Due to licensing reasons it cannot be distributed as...