소스 검색

Merge tama_p1 from https://github.com/xMasterX/all-the-plugins

Willy-JL 2 년 전
부모
커밋
2a6df38d0b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      tama_p1/application.fam

+ 2 - 2
tama_p1/application.fam

@@ -5,8 +5,8 @@ App(
     entry_point="tama_p1_app",
     cdefines=["APP_TAMA_P1"],
     requires=["gui", "storage"],
-    stack_size= 2 * 1024,
-    order = 215,
+    stack_size=2 * 1024,
+    order=215,
     fap_icon="tamaIcon4.png",
     fap_category="Games",
 )