AdamN
AdamN
It came from this PR https://github.com/hrydgard/ppsspp/pull/4447 May be it's mistakenly swapped between `numBytesRendered` and `numBytesToRender` ...
Probably to avoid deleting/freeing an already freed/deleted pointer, if there are another clean up code somewhere else that set the pointer to null (since delete/free doesn't set the pointer to...
Ah right, if there are codes that intentionally set those pointer to NULL/nullptr/0 after freeing/deleting them somewhere else, it should be safe to delete/free them again without checking. So, this...
Since `make config=release` failed with an error. Will the `make -f Bootstrap.mak linux` creates a release version? or build version?
Sorry i didn't had the chance to try it yet (kinda busy with other things), i will update/close this issue if it works.
Apparently, doing `make -f Bootstrap.mak linux` gets the same error to `make config=release` ``` ssl_msg.c select.c ../../contrib/mbedtls/library/ssl_msg.c: In function ‘mbedtls_ssl_cf_memcpy_if_eq’: ../../contrib/mbedtls/library/ssl_msg.c:1169:5: error: ‘for’ loop initial declarations are only allowed in...
Hmm.. this is on Windows:   PS: ~~i can't download the latest devbuild because the list didn't shows up on my firefox, so i use the latest version i...
> I'm not on the very latest, but still 1.17.1 and it works, however it can't find the script when placed inside projects folder, the binary from the site loads...
> > I didn't bother following the guide through, meaning I also didn't used git for cloning it, just web browser download. Same with me :) i don't have git...
It's kinda strange, for example i use ppsspp v.1.17.1 release version as the base, if i overwrite the ltn0.pgf ~ ltn15.pgf with the one from the latest artifact it works...