mirror of
https://github.com/italicsjenga/gba.git
synced 2024-12-24 03:11:29 +11:00
make this look more normal
This commit is contained in:
parent
08ff34ae43
commit
ae408931f5
|
@ -10,8 +10,7 @@ pub const DISPCNT: VolAddress<DisplayControlSetting> = unsafe { VolAddress::new_
|
||||||
newtype!(
|
newtype!(
|
||||||
/// A newtype over the various display control options that you have on a GBA.
|
/// A newtype over the various display control options that you have on a GBA.
|
||||||
#[derive(Debug, Copy, Clone, Default, PartialEq, Eq)]
|
#[derive(Debug, Copy, Clone, Default, PartialEq, Eq)]
|
||||||
DisplayControlSetting,
|
DisplayControlSetting, u16
|
||||||
u16
|
|
||||||
);
|
);
|
||||||
|
|
||||||
#[allow(missing_docs)]
|
#[allow(missing_docs)]
|
||||||
|
|
Loading…
Reference in a new issue