mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-31 09:27:10 +02:00
Remoce Swift SDL2
This commit is contained in:
parent
f3c04575ae
commit
31f2f677f6
5 changed files with 1 additions and 4 deletions
Binary file not shown.
|
@ -9,7 +9,7 @@
|
||||||
#define RyujinxHeader
|
#define RyujinxHeader
|
||||||
|
|
||||||
|
|
||||||
#import "SDL.h"
|
#import "SDL2/SDL.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
|
|
||||||
import Foundation
|
import Foundation
|
||||||
import SwiftUI
|
import SwiftUI
|
||||||
import SDL2
|
|
||||||
import GameController
|
import GameController
|
||||||
|
|
||||||
struct Controller: Identifiable, Hashable {
|
struct Controller: Identifiable, Hashable {
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
|
|
||||||
import UIKit
|
import UIKit
|
||||||
import MetalKit
|
import MetalKit
|
||||||
import SDL2
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
class SDLView: UIView {
|
class SDLView: UIView {
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
|
|
||||||
import UIKit
|
import UIKit
|
||||||
import SwiftUI
|
import SwiftUI
|
||||||
import SDL2
|
|
||||||
import GameController
|
import GameController
|
||||||
/*
|
/*
|
||||||
struct SDLViewRepresentable: UIViewRepresentable {
|
struct SDLViewRepresentable: UIViewRepresentable {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue