Skip to content

Commit 26ebfee

Browse files
authored
Merge pull request #68 from PixlEmly/unleashed
Fixes for poker, new build system
2 parents a55341e + 78a364e commit 26ebfee

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed
+10-10
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
App(
2-
appid="videopoker_game",
3-
name="Video Poker",
4-
apptype=FlipperAppType.GAME,
5-
entry_point="video_poker_app",
6-
cdefines=["APP_VIDEOPOKER_GAME"],
7-
requires=["gui"],
8-
stack_size=1 * 1024,
9-
order=110,
10-
)
1+
App(
2+
appid="videopoker_game",
3+
name="Video Poker",
4+
apptype=FlipperAppType.GAME,
5+
entry_point="video_poker_app",
6+
cdefines=["APP_VIDEOPOKER_GAME"],
7+
requires=["gui"],
8+
stack_size=1 * 1024,
9+
order=110,
10+
)

0 commit comments

Comments
 (0)