merge more

This commit is contained in:
lizzie 2026-03-31 03:50:04 +00:00
parent 27d8a88260
commit a77faee8a6
11 changed files with 487 additions and 575 deletions

View file

@ -9,6 +9,18 @@ import UIKit
import UniformTypeIdentifiers
import Combine
struct SettingsView: View {
@State var core: Core
@State var showprompt = false
@AppStorage("icon") var iconused = 1
var body: some View {
NavigationStack {
}
}
}
struct GameIconView: View {
var game: EmulationGame
@Binding var selectedGame: EmulationGame?