소스 검색

add some games, make DOOM somewhat playable

10697207+xMasterX@users.noreply.github.com 3 년 전
부모
커밋
38db970b50
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      applications/plugins/subbrute/scene/subbrute_scene_entrypoint.c

+ 3 - 3
applications/plugins/subbrute/scene/subbrute_scene_entrypoint.c

@@ -16,11 +16,11 @@ void subbrute_scene_entrypoint_menu_callback(SubBruteState* context, uint32_t in
     case SubBruteAttackCAME12bit307:
     case SubBruteAttackCAME12bit433:
     case SubBruteAttackCAME12bit868:
-        if (index == SubBruteAttackCAME12bit307) {
+        if(index == SubBruteAttackCAME12bit307) {
             context->frequency = 307800000;
-        } else if (index == SubBruteAttackCAME12bit433) {
+        } else if(index == SubBruteAttackCAME12bit433) {
             context->frequency = 433920000;
-        } else if (index == SubBruteAttackCAME12bit868) {
+        } else if(index == SubBruteAttackCAME12bit868) {
             context->frequency = 868350000;
         }
         context->bit = 12;