Update application.fam

This commit is contained in:
RogueMaster
2022-09-17 02:58:24 -04:00
parent 21c673d310
commit 8a2ced2295
@@ -1,12 +0,0 @@
App(
appid="INTAPP_Chip8",
name="CHIP8 Emulator",
apptype=FlipperAppType.EXTERNAL,
entry_point="chip8_app",
cdefines=["APP_CHIP8"],
requires=["gui"],
stack_size=4 * 1024,
order=60,
fap_icon="chip8Icon.png",
fap_category="Misc",
)