lots of more code

This commit is contained in:
Soph :3 2025-11-16 21:58:45 +02:00
parent 57b0832144
commit d245a92811
5 changed files with 579 additions and 175 deletions

View file

@ -28,7 +28,9 @@ find_package(SDL2 REQUIRED)
add_executable(${PROJECT_NAME}
src/main.cpp
src/lib/debug/debugScreen.c
src/lib/subsonic.hpp
src/subsonic.hpp
src/settings.hpp
src/lib/dr_mp3.h
src/lib/dr_flac.h
src/lib/audio.cpp
@ -42,6 +44,7 @@ target_link_libraries(${PROJECT_NAME}
SceDisplay_stub
SceAudio_stub
SceTouch_stub
SceIme_stub
${CURL_LIBRARIES}
${OPENSSL_LIBRARIES}
c