Skip to content

Commit

Permalink
simulator wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nift4 committed Aug 1, 2024
1 parent 7b7ba42 commit f65b73d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/cpp/droidboot_gui
5 changes: 4 additions & 1 deletion app/src/main/java/org/andbootmgr/app/Simulator.kt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ class Simulator : AppCompatActivity() {
})
Thread {
start(bitmap, w, h)
}.start()
}.run {
name = "droidboot0"
start()
}
}
}

0 comments on commit f65b73d

Please sign in to comment.