Browse Source

Update ctru-rs/src/gfx.rs

Co-authored-by: Mark Drobnak <mark.drobnak@gmail.com>
pull/22/head
Meziu 3 years ago committed by GitHub
parent
commit
ae00883787
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      ctru-rs/src/gfx.rs

1
ctru-rs/src/gfx.rs

@ -71,6 +71,7 @@ pub enum Side {
pub struct Gfx { pub struct Gfx {
pub top_screen: RefCell<TopScreen>, pub top_screen: RefCell<TopScreen>,
pub bottom_screen: RefCell<BottomScreen>, pub bottom_screen: RefCell<BottomScreen>,
_private: ()
} }
impl Gfx { impl Gfx {

Loading…
Cancel
Save