Remoce Swift SDL2

This commit is contained in:
Stossy11 2024-12-08 20:04:28 +11:00
parent 11c3d31764
commit d64ef5eed9
5 changed files with 1 additions and 4 deletions

View File

@ -9,7 +9,7 @@
#define RyujinxHeader
#import "SDL.h"
#import "SDL2/SDL.h"
#ifdef __cplusplus
extern "C" {

View File

@ -7,7 +7,6 @@
import Foundation
import SwiftUI
import SDL2
import GameController
struct Controller: Identifiable, Hashable {

View File

@ -7,7 +7,6 @@
import UIKit
import MetalKit
import SDL2
/*
class SDLView: UIView {

View File

@ -7,7 +7,6 @@
import UIKit
import SwiftUI
import SDL2
import GameController
/*
struct SDLViewRepresentable: UIViewRepresentable {