diff options
| author | robojumper <robojumper@gmail.com> | 2024-11-21 16:38:05 +0100 |
|---|---|---|
| committer | robojumper <robojumper@gmail.com> | 2024-11-21 16:38:05 +0100 |
| commit | a25ded6d2090d27396070f5703d9cce6246feae5 (patch) | |
| tree | 4fdcbacb9ee24769e34588717cbcef7b0b83261b /include/d/col/c | |
| parent | 451566ac23a71223e00f3f4de9cd7fc1574b46fd (diff) | |
tbox rodata ok
Diffstat (limited to 'include/d/col/c')
| -rw-r--r-- | include/d/col/c/c_cc_d.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/d/col/c/c_cc_d.h b/include/d/col/c/c_cc_d.h index 49791e31..44f43d3b 100644 --- a/include/d/col/c/c_cc_d.h +++ b/include/d/col/c/c_cc_d.h @@ -889,6 +889,9 @@ public: void OnTgSet() { mTg.OnSPrm(1); } + void OffTgSet() { + mTg.OffSPrm(1); + } u32 GetTgGrp() const { return mTg.MskSPrm(0x3E); } |
