noctis-iv-lr icon indicating copy to clipboard operation
noctis-iv-lr copied to clipboard

Fix COMM.BIN loading

Open jorisvddonk opened this issue 11 months ago • 0 comments

Previously, the code would incorrectly assume the size of the file is 0 bytes and therefore not do anything, as fseek returns 0 on success. With this change in place, the file is loaded correctly and any actions specified within the COMM.BIN file will be taken.

jorisvddonk avatar Mar 26 '24 22:03 jorisvddonk