EmperorArthur / VBA-M

The VBA-M project at http://vba-m.com/ is rarely updated. This is a version that will run without requiring old, unsupported libraries. Please treat it as a testing branch before (some) of the changes filter into the main code base.
Other
8 stars 2 forks source link

Move all filter lists to filters.h #3

Open EmperorArthur opened 9 years ago

EmperorArthur commented 9 years ago

Currently each version of vbam has its own list of supported filters. This is hugely redundant, and makes it a pain if someone wanted to add or change a filter.

Once this is done, most of the MMX/ASM cmake stuff can be moved into a new src/filters/CMakeLists.txt file.