Commit Graph

9 Commits

Author SHA1 Message Date
InvisibleUp 3043ebe21e Add VSCode debug configuration 2023-09-23 14:33:09 -07:00
InvisibleUp 37bb1f8335 Fix compile errors 2023-09-23 13:45:18 -07:00
InvisibleUp b5d3c3ef05 Move build system to Meson
This is so, so mucher nicer than CMake. Unfortunately, SDL2 doesn't
compile, so I have to go fix that now.
2020-06-30 19:42:28 -04:00
InvisibleUp 66eee49f73 Reorganize patch files, add Visual Studio support for bins 2020-05-25 15:34:29 -04:00
InvisibleUp a310fbf313 Finish (kinda half-baked) CMake file
The build itself is very broken due to the missing Sony driver patch...
but it does, technically, compile and run.
2020-05-01 01:22:11 -04:00
InvisibleUp a9c7900546 Continue splitting up files
CONTROLM.h was the biggest one. Eventual goal is to have each section
of OSGLUWIN.c a seperate file, and then see if I can't make them
platform-independent with only a few tweaks.
2020-04-15 23:17:50 -04:00
InvisibleUp c7d505dcb6 Move some #define fields into enums 2020-04-15 20:42:56 -04:00
InvisibleUp bee3102834 Move more files into dirs; fix .h include guards 2020-02-26 23:31:48 -05:00
InvisibleUp fc5bac2234 Generate a Makefile that works 2020-02-10 22:19:26 -05:00