TheCodex6824
TheCodex6824
Currently, using the `forceNativeLibWithName` option isn't a perfect solution on platforms missing native library support. There are 3 native libraries to load, one for lua 5.2, 5.3, and 5.4. However,...
This PR makes the JavaCheck program determine if the JVM is 64-bit or not, instead of relying on a hardcoded comparison on the CPU architecture. I originally noticed this when...
While attempts have been made to make the augment system easy to understand, the current crafting grid based approach is not very intuitive and some players find it confusing. Because...
Using a powerpc64le system, trying to start Steam doesn't seem to make it very far, and it quickly segfaults in `my_semctl`: ``` Debug level is 1 BOX86_LD_LIBRARY_PATH: /usr/x86_64-multilib-linux-gnu/lib32/ Using default...
The jump instruction that the NvFBC patch was looking for changed quite a bit in 555: it moved and is now an entirely different opcode. This patch is able to...