mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-25 02:44:45 +00:00
6fbce9c355
- color: the sse codepath is now detected and activated from within color.cpp, which avoids making ia32 dependent on the color header. it's called from gamesetup!InitRenderer. - move VFSUtil::EnumDirEnts to vfs.cpp!vfs_dir_enum - allows it to be used from within lib/ without dependency on ps (annoying for other projects) This was SVN commit r3764.