src/thread/vita/SDL_syssem.c


Log

Author Commit Date CI Message
Sam Lantinga b8d85c69 2022-11-30T12:51:59 Update for SDL3 coding style (#6717) I updated .clang-format and ran clang-format 14 over the src and test directories to standardize the code base. In general I let clang-format have it's way, and added markup to prevent formatting of code that would break or be completely unreadable if formatted. The script I ran for the src directory is added as build-scripts/clang-format-src.sh This fixes: #6592 #6593 #6594 (cherry picked from commit 5750bcb174300011b91d1de20edb288fcca70f8c)
Sam Lantinga b7cc4dce 2022-11-29T08:50:51 Fixed bug #6698 - VISA: wrong check sceKernelPollSema (cherry picked from commit f077c691930f70a2e826eb40cbd0e35a7465a4af)
pionere 0b7a9a8e 2022-11-29T17:30:03 thread: code style (cherry picked from commit 461a38ff1af1d749426c8e2c6f2a56e2b31c1a45)
Sylvain 8cda5102 2022-11-29T16:14:23 Fixed bug #6698 - VISA: wrong check sceKernelPollSema
pionere ee13e8c7 2022-11-29T09:46:20 thread: return -1 from SDL_SemWaitTimeout if semaphore is NULL (cherry picked from commit f6db1aba664079e63df44cbb6e6925a088b8f3a8)
pionere ebdd5366 2022-01-17T16:26:02 use SDL_InvalidParamError or SDL_assert instead of custom SDL_SetError
Sam Lantinga 120c76c8 2022-01-03T09:40:00 Updated copyright for 2022
Sylvain 4d566e5d 2021-11-22T16:39:22 VITA, PSP: use SDL_malloc
Ivan Epifanov a4ddb175 2021-03-08T19:28:58 Formatting
Ivan Epifanov 7423ae1a 2021-01-20T23:33:16 Formatting
Ivan Epifanov 2d64e37e 2020-11-02T18:09:43 Initial rebase of xerpi's port