DAP: Add intrin DAPSpecs

We now specify intrins as separate DAPS lines. This syntax is much
nicer and well-grouped than the previous negtrin-*/postrin-* param
names.

Alas, we're about to replace it in the next few commits already though.
This commit is contained in:
2026-04-12 04:06:47 -04:00
parent c696316a1e
commit fc1fcae0b0
14 changed files with 595 additions and 284 deletions
+21 -1
View File
@@ -1,6 +1,26 @@
#ifndef SMO_IP
# define SMO_IP
#endif
+edev|avia0|mesh()|livoxGen1()|livoxProto1(SMO_IP)|3JEDK380010Z39||
+edev|avia0|pcloudIntensity()|livoxGen1()|livoxProto1(SMO_IP)|3JEDK380010Z39||
+edev|avia0|pcloudAmbience()|livoxGen1()|livoxProto1(SMO_IP)|3JEDK380010Z39
+edev|avia0|pcloudAmbience()|livoxGen1()|livoxProto1(SMO_IP)|3JEDK380010Z39||
/* Be positively disposed to dim ambience, but don't be so positively drawn that
* your eyelids droop and your pupils dilate, in human terms (i.e: no
* distraction). And no stupefaction from it either.
*/
+edev|avia0|postrin(
from-stimbuff=pcloudAmbience|
interest-pc=85|
passband-count-lt-val=8
)
|livoxGen1()|livoxProto1(SMO_IP)|3JEDK380010Z39||
/* Be negatively disposed to high ambience, to the point of feeling un-ignorable
* pain when it's sufficiently high.
*/
+edev|avia0|negtrin(
from-stimbuff=pcloudAmbience|
interest-pc=85|distraction-pc=90|intolerable-pc=95|
passband-count-gt-val=120
)
|livoxGen1()|livoxProto1(SMO_IP)|3JEDK380010Z39