Improved names again
This commit is contained in:
@@ -30,9 +30,9 @@ namespace JabyEngine {
|
||||
};
|
||||
|
||||
struct __no_align Counter {
|
||||
IOPortEx<CounterValue> value;
|
||||
IOPortEx<CounterMode> mode;
|
||||
IOPortEx<CounterTarget> target;
|
||||
VolatileBitMapPOD<CounterValue> value;
|
||||
VolatileBitMapPOD<CounterMode> mode;
|
||||
VolatileBitMapPOD<CounterTarget> target;
|
||||
private:
|
||||
uint32_t _unused;
|
||||
};
|
||||
|
Reference in New Issue
Block a user