pstef
pstef
``` Thread 1 "retroarch" received signal SIGSEGV, Segmentation fault. 0x0000ffffd7280820 in copyBios (zip=0xaaaaac995380, id=0xffffffffb300) at ../ctrl/src/stv.c:2529 2529 while(availableGames[gameId].entry->blobs[i].type != GAME_END) { (gdb) bt #0 0x0000ffffd7280820 in copyBios (zip=0xaaaaac995380, id=0xffffffffb300) at...
This change is untested but it should work :) In the previous version, != took precedence over ^ so that (((*A)>>11)&0x1) != 0 was evaluated first and then xored with...
git-clone fetches the entire history of a repository. There is a GIT_SHALLOW option in CMake's ExternalProject, but reportedly it can only be used to get "named" commits (tags, branches). ExternalProject...