├── CMakeLists.txt ├── LICENSE ├── README.md ├── exports.yml └── src └── main.c /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Princess-of-Sleeping/PSP2-CustomBootSplash/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Princess-of-Sleeping/PSP2-CustomBootSplash/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Princess-of-Sleeping/PSP2-CustomBootSplash/HEAD/README.md -------------------------------------------------------------------------------- /exports.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Princess-of-Sleeping/PSP2-CustomBootSplash/HEAD/exports.yml -------------------------------------------------------------------------------- /src/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Princess-of-Sleeping/PSP2-CustomBootSplash/HEAD/src/main.c --------------------------------------------------------------------------------