update bitflags for ps2d

This commit is contained in:
auronandace
2026-03-20 11:58:53 +00:00
parent 6cbf83995c
commit e054af78c0
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -45,6 +45,7 @@ bitflags! {
}
bitflags! {
#[derive(Clone, Copy, Debug)]
pub struct ConfigFlags: u8 {
const FIRST_INTERRUPT = 1 << 0;
const SECOND_INTERRUPT = 1 << 1;