File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 638638 "$(PROJECT_DIR)/StikJIT/idevice",
639639 );
640640 MACOSX_DEPLOYMENT_TARGET = 15.1;
641- MARKETING_VERSION = 2.3.6 ;
641+ MARKETING_VERSION = 2.3.7 ;
642642 PRODUCT_BUNDLE_IDENTIFIER = com.stik.stikdebug;
643643 PRODUCT_NAME = "$(TARGET_NAME)";
644644 SDKROOT = auto;
696696 "$(PROJECT_DIR)/StikJIT/idevice",
697697 );
698698 MACOSX_DEPLOYMENT_TARGET = 15.1;
699- MARKETING_VERSION = 2.3.6 ;
699+ MARKETING_VERSION = 2.3.7 ;
700700 PRODUCT_BUNDLE_IDENTIFIER = com.stik.stikdebug;
701701 PRODUCT_NAME = "$(TARGET_NAME)";
702702 SDKROOT = auto;
Original file line number Diff line number Diff line change @@ -322,7 +322,6 @@ struct ScriptListView: View {
322322 ( " maciOS " , " maciOS.js " ) ,
323323 ( " Amethyst-MeloNX " , " Amethyst-MeloNX.js " ) ,
324324 ( " Geode " , " Geode.js " ) ,
325- ( " MeloNX " , " MeloNX.js " ) ,
326325 ( " manic " , " manic.js " ) ,
327326 ( " UTM-Dolphin " , " UTM-Dolphin.js " )
328327 ]
Original file line number Diff line number Diff line change @@ -1314,7 +1314,7 @@ struct HomeView: View {
13141314 return ( " Geode " , " Geode.js " )
13151315 case " Manic EMU " :
13161316 return ( " manic " , " manic.js " )
1317- case " UTM " , " DolphiniOS " :
1317+ case " UTM " , " DolphiniOS " , " Flycast " :
13181318 return ( " UTM-Dolphin " , " UTM-Dolphin.js " )
13191319 default :
13201320 return nil
You can’t perform that action at this time.
0 commit comments