├── CMakeLists.txt ├── LICENSE ├── exports.yml └── src └── main.c /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teakhanirons/Vita-BootSound/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teakhanirons/Vita-BootSound/HEAD/LICENSE -------------------------------------------------------------------------------- /exports.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teakhanirons/Vita-BootSound/HEAD/exports.yml -------------------------------------------------------------------------------- /src/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teakhanirons/Vita-BootSound/HEAD/src/main.c --------------------------------------------------------------------------------