emu-russia / pureikyubu

Nintendo GameCube Emulator (WIP)
Creative Commons Zero v1.0 Universal
164 stars 6 forks source link

Add Config.h for each component #215

Closed ogamespec closed 1 year ago

ogamespec commented 3 years ago

We need to add Config.h headers for each component with compilation macros to disable e.g. the use of MMU in GekkoCore or support for memory operation statistics in HW::MI component, or e.g. various debugging features. Now there is no way to manage build rules with predefined macros.