Commit Graph

10 Commits

Author SHA1 Message Date
InvisibleUp
a99f8d9fbf Move external libraries from src/ to lib/ 2023-09-23 14:51:26 -07:00
InvisibleUp
8423f06d38 Add Win32 manifest, rsrc dependency list
manifest needed for 1:1 pixel sizing on high DPI displays
2023-09-23 14:15:54 -07:00
InvisibleUp
02ca67284e Support non-Windows systems in meson.build again 2023-09-23 14:08:41 -07:00
InvisibleUp
86b81e96fd Fix Win32 resource file, SONYDRV patch on MSVC 2023-09-23 14:01:14 -07:00
InvisibleUp
4264ff2de5 Knock out most of the compiler warnings 2020-07-11 12:24:29 -04:00
InvisibleUp
5c6bbec87a Add configuration file support
Also tweaked with the UseLargeScreen hack and factored out some more
stuff into src/HW/RAM.
2020-07-10 21:51:05 -04:00
InvisibleUp
98f4e216c0 Try to get Mac II emulation working again 2020-07-09 21:44:36 -04:00
InvisibleUp
fa4bbacf3a Start implementing "config mode" graphics
I still need to re-do most of the rendering system to throw out all the
jank, but this feels like a half-decent start imo.

Yes, every page is just a separate .png file. I'm lazy. That works.
2020-07-01 22:11:38 -04:00
InvisibleUp
5c930e348e SDL2 now compiles, with a segfault 2020-06-30 21:33:55 -04: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