mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-20 16:58:55 +02:00
merge more
This commit is contained in:
parent
27d8a88260
commit
a77faee8a6
11 changed files with 487 additions and 575 deletions
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue