Skip to content

Commit aefc4d3

Browse files
committed
Removed Roku Stick alert as the game works ok now in DOS mode with latest firmware
1 parent 56b277f commit aefc4d3

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ title=Prince of Persia
22
subtitle=Port for Roku by Marcelo Lv Cabral
33
major_version=0
44
minor_version=18
5-
build_version=3777
5+
build_version=3778
66
mm_icon_focus_hd=pkg:/images/icon_focus_hd.png
77
mm_icon_focus_sd=pkg:/images/icon_focus_hd.png
88
screensaver_private=1

source/gameMain.brs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,7 @@ Sub Main()
4141
if not IsOpenGL()
4242
m.mainScreen = CreateObject("roScreen", true, 1280, 720)
4343
canvas = CreateCanvas()
44-
MessageDialog(m.port, "Prince of Persia", "Warning: Your Roku device doesn't support accelerated" + chr(10) + "graphics, this game will not perform well.")
45-
else if IsRokuStick()
46-
m.mainScreen = CreateObject("roScreen", true, 1280, 720)
47-
canvas = CreateCanvas()
48-
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.")
44+
MessageDialog(m.port, "Prince of Persia", "Warning: Your Roku device doesn't support accelerated" + chr(10) + "graphics, this game may not perform well.")
4945
end if
5046
'Initialize Screen
5147
ResetMainScreen()

0 commit comments

Comments
 (0)