More cleanup

This commit is contained in:
2023-01-15 17:14:34 +01:00
parent 8742e0ce2d
commit 0476eb7c99
5 changed files with 37 additions and 31 deletions

View File

@@ -30,9 +30,9 @@ namespace JabyEngine {
};
struct __no_align Counter {
IOPort<CounterValue::UnderlyingType, CounterValue> value;
IOPort<CounterMode::UnderlyingType, CounterMode> mode;
IOPort<CounterTarget::UnderlyingType, CounterTarget> target;
IOPortEx<CounterValue> value;
IOPortEx<CounterMode> mode;
IOPortEx<CounterTarget> target;
private:
uint32_t _unused;
};