Port DMA code

This commit is contained in:
2023-03-20 21:04:01 +01:00
parent 9243a3a17f
commit 44685184f8
4 changed files with 92 additions and 74 deletions

View File

@@ -75,7 +75,6 @@ namespace JabyEngine {
static constexpr name##_io_base from(const ARGS&...args) { \
return name##_io_base().set_va(args...); \
} \
\
constexpr name##_io_base& set(IOBitSet bit) { \
this->raw_value = bit::set(this->raw_value, bit.pos); \
return *this; \