Browse Source

Update gfx.rs

pull/116/head
Meziu 2 years ago committed by Andrea Ciliberti
parent
commit
d8af910ed5
  1. 2
      ctru-rs/src/services/gfx.rs

2
ctru-rs/src/services/gfx.rs

@ -56,8 +56,6 @@ pub trait Screen: private::Sealed { @@ -56,8 +56,6 @@ pub trait Screen: private::Sealed {
}
/// Flushes the video buffer for this screen.
///
/// This should be used even if double buffering is disabled.
fn flush_buffer(&mut self) {
let framebuffer = self.raw_framebuffer();

Loading…
Cancel
Save