Skip to content
Snippets Groups Projects
Verified Commit c71b625a authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

fix: load boot issue

parent fe57aa4e
No related branches found
No related tags found
No related merge requests found
Pipeline #1607 passed
......@@ -247,7 +247,7 @@ impl GameBoy {
}
pub fn load_boot_default_f(&mut self) {
self.load_boot_cgb_f();
self.load_boot_dmg_f();
}
pub fn load_boot_dmg_f(&mut self) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment