src/audio/vita/SDL_vitaaudio.h


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)
Ivan Epifanov 178ac196 2022-03-29T23:48:08 Vita: add audio capture support
Sam Lantinga 120c76c8 2022-01-03T09:40:00 Updated copyright for 2022
Ivan Epifanov a4ddb175 2021-03-08T19:28:58 Formatting
Ivan Epifanov 2d64e37e 2020-11-02T18:09:43 Initial rebase of xerpi's port