Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
2 changes: 1 addition & 1 deletion StikJIT/JSSupport/ScriptListView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ struct ScriptListView: View {
let bundledScripts: [(resource: String, filename: String)] = [
("attachDetach", "attachDetach.js"),
("maciOS", "maciOS.js"),
("Amethyst", "Amethyst.js"),
("Amethyst-MeloNX", "Amethyst-MeloNX.js"),
("Geode", "Geode.js"),
("MeloNX", "MeloNX.js"),
("manic", "manic.js"),
Expand Down
107 changes: 0 additions & 107 deletions StikJIT/MeloNX.js

This file was deleted.

6 changes: 2 additions & 4 deletions StikJIT/Views/HomeView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1308,12 +1308,10 @@ struct HomeView: View {
switch appName {
case "maciOS":
return ("maciOS", "maciOS.js")
case "Amethyst":
return ("Amethyst", "Amethyst.js")
case "Amethyst", "MeloNX":
return ("Amethyst-MeloNX", "Amethyst-MeloNX.js")
case "Geode":
return ("Geode", "Geode.js")
case "MeloNX":
return ("MeloNX", "MeloNX.js")
case "Manic EMU":
return ("manic", "manic.js")
case "UTM", "DolphiniOS":
Expand Down