Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed Roku Stick alert as the game works ok now in DOS mode with la…
…test firmware
  • Loading branch information
lvcabral committed Nov 16, 2019
1 parent 56b277f commit aefc4d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion manifest
Expand Up @@ -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
Expand Down
6 changes: 1 addition & 5 deletions source/gameMain.brs
Expand Up @@ -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()
Expand Down

0 comments on commit aefc4d3

Please sign in to comment.