Browse Source

Make standard gfx calls on every frame in file-explorer

pull/14/head
AzureMarker 3 years ago
parent
commit
ea4410a0c4
No known key found for this signature in database
GPG Key ID: 47A133F3BF9D03D3
  1. 2
      ctru-rs/examples/file-explorer.rs

2
ctru-rs/examples/file-explorer.rs

@ -62,6 +62,8 @@ impl<'a> FileExplorer<'a> { @@ -62,6 +62,8 @@ impl<'a> FileExplorer<'a> {
self.get_next_path();
}
self.gfx.flush_buffers();
self.gfx.swap_buffers();
self.gfx.wait_for_vblank();
}
}

Loading…
Cancel
Save