Skip to content

RCT12_MAX_SOMETHING versus MAX_SOMETHING

Margen67 edited this page Apr 29, 2021 · 2 revisions

There are defines for many values. Some are prefixed with RCT1_, RCT2_ or RCT12_. The difference is that the RCT-prefixed defines should be used for things directly related to S4, S6, TD4 and TD6, while the non-prefixed versions should be used everywhere else. This is an important step in preparing the code base for the lifting of SV6 limits.

Clone this wiki locally