mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-20 09:26:53 +00:00
fix
This commit is contained in:
@@ -52,7 +52,7 @@ struct GameListView: View {
|
||||
|
||||
var body: some View {
|
||||
let filteredGames = core.games.filter { game in
|
||||
guard let EmulationGame = game as? PoYuzume else { return false }
|
||||
guard let EmulationGame = game as? EmulationGame else { return false }
|
||||
return searchText.isEmpty || EmulationGame.title.localizedCaseInsensitiveContains(searchText)
|
||||
}
|
||||
ScrollView {
|
||||
|
||||
Reference in New Issue
Block a user