mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-17 22:20:34 -04:00
Commented out Play Dead screen on startup
This commit is contained in:
parent
201bd0e075
commit
f6b02c31b5
1 changed files with 3 additions and 3 deletions
|
@ -414,15 +414,15 @@ SystemView::SystemView(
|
||||||
// portapack::persistent_memory::set_playdead_sequence(0x8D1);
|
// portapack::persistent_memory::set_playdead_sequence(0x8D1);
|
||||||
|
|
||||||
// Initial view
|
// Initial view
|
||||||
if ((portapack::persistent_memory::playing_dead() == 0x5920C1DF) || // Enable code
|
/*if ((portapack::persistent_memory::playing_dead() == 0x5920C1DF) || // Enable code
|
||||||
(portapack::persistent_memory::ui_config() & 16)) { // Login option
|
(portapack::persistent_memory::ui_config() & 16)) { // Login option
|
||||||
navigation_view.push<PlayDeadView>();
|
navigation_view.push<PlayDeadView>();
|
||||||
} else {
|
} else {*/
|
||||||
if (portapack::persistent_memory::ui_config() & 1)
|
if (portapack::persistent_memory::ui_config() & 1)
|
||||||
navigation_view.push<BMPView>();
|
navigation_view.push<BMPView>();
|
||||||
else
|
else
|
||||||
navigation_view.push<SystemMenuView>();
|
navigation_view.push<SystemMenuView>();
|
||||||
}
|
//}
|
||||||
}
|
}
|
||||||
|
|
||||||
Context& SystemView::context() const {
|
Context& SystemView::context() const {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue