mirror of
https://github.com/italicsjenga/gba.git
synced 2025-01-09 18:41:30 +11:00
Merge #76
76: typo fix r=Lokathor a=Lokathor Co-authored-by: Lokathor <zefria@gmail.com>
This commit is contained in:
commit
7b79d012b4
|
@ -156,7 +156,7 @@ impl IrqEnableSetting {
|
|||
/// Yes, you want to have interrupts.
|
||||
pub const IRQ_YES: Self = Self::new().with_interrupts_enabled(true);
|
||||
|
||||
/// No, please do not have interrupts.
|
||||
/// No, you do not want to have interrupts.
|
||||
pub const IRQ_NO: Self = Self::new();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue