Browse Source

Update gfx.rs

pull/118/head
Meziu 2 years ago committed by GitHub
parent
commit
71ad3e9462
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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