diff --git a/manifest b/manifest index 5804fb9..2a483a0 100644 --- a/manifest +++ b/manifest @@ -2,7 +2,7 @@ title=Prince of Persia subtitle=Port for Roku by Marcelo Lv Cabral major_version=0 minor_version=18 -build_version=3777 +build_version=3778 mm_icon_focus_hd=pkg:/images/icon_focus_hd.png mm_icon_focus_sd=pkg:/images/icon_focus_hd.png screensaver_private=1 diff --git a/source/gameMain.brs b/source/gameMain.brs index 5824849..7205523 100644 --- a/source/gameMain.brs +++ b/source/gameMain.brs @@ -41,11 +41,7 @@ Sub Main() if not IsOpenGL() m.mainScreen = CreateObject("roScreen", true, 1280, 720) canvas = CreateCanvas() - MessageDialog(m.port, "Prince of Persia", "Warning: Your Roku device doesn't support accelerated" + chr(10) + "graphics, this game will not perform well.") - else if IsRokuStick() - m.mainScreen = CreateObject("roScreen", true, 1280, 720) - canvas = CreateCanvas() - MessageDialog(m.port, "Prince of Persia", "Warning: Your Roku Stick device has limited memory," + chr(10) + "this game only works properly on the 4 rooms mode.") + MessageDialog(m.port, "Prince of Persia", "Warning: Your Roku device doesn't support accelerated" + chr(10) + "graphics, this game may not perform well.") end if 'Initialize Screen ResetMainScreen()