aboutsummaryrefslogtreecommitdiff
path: root/src/system
Commit message (Collapse)AuthorAgeFilesLines
* menu: Implement join_menuXavier Del Campo Romero2022-09-203-3/+7
|
* Use find_package for SDL librariesXavier Del Campo Romero2022-07-232-1/+2
| | | | | | | | | | CMake already distributes FindSDL*.cmake files for SDL and SDL_mixer, which support custom prefixes via environment variables, removing the need for ad-hoc logic in Win9x builds. Also, according to FindSDL.cmake, #include <SDL.h> is the preferred way for portability reasons, instead of #include <SDL/SDL.h>, which is the option that has been used so far.
* ps1: Use exported target PSXSDK::PSXSDKXavier Del Campo Romero2022-07-231-0/+1
|
* system/CMakeLists.txt: group common private dependencies into varXavier Del Campo Romero2022-07-231-1/+2
|
* Implement system_can_exitXavier Del Campo Romero2022-07-073-0/+13
|
* sdl-1.2: hide system cursorXavier Del Campo Romero2022-03-301-0/+1
|
* Add project source codeXavier Del Campo Romero2022-03-306-0/+128