More cleanup
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user