Skip to content

Commit

Permalink
Fix generated main using now-removed panic handler
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-h-chamberlain committed Nov 25, 2023
1 parent 2baf9cf commit 7d6ddb2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -521,8 +521,6 @@ romfs_dir = "romfs"
const CUSTOM_MAIN_RS: &str = r#"use ctru::prelude::*;
fn main() {
ctru::use_panic_handler();
let apt = Apt::new().unwrap();
let mut hid = Hid::new().unwrap();
let gfx = Gfx::new().unwrap();
Expand Down

0 comments on commit 7d6ddb2

Please sign in to comment.