agbrs / agb

Library for writing Game Boy Advance games in Rust
https://agbrs.dev/
Mozilla Public License 2.0
319 stars 27 forks source link

Remove lifetime from dma transfer handle #712

Closed gwilymk closed 6 months ago

gwilymk commented 6 months ago

The lifetime here is pointless since we copy the data anyway. And this makes a bunch of stuff not unsafe any more which is really nice.