Skip to content

Commit

Permalink
fix ppsspp imports xcode sucks
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Mattiello <git@joemattiello.com>
  • Loading branch information
JoeMatt committed Dec 3, 2024
1 parent 1671755 commit 168c372
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Cores/PPSSPP/PVPPSSPPCore/Core/OGLGraphicsContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// Copyright (c) 2012- PPSSPP Project.
//

#import "PVPPSSPPCore.h"
//#import "PVPPSSPPCore.h"
#import "PVPPSSPPCore+Controls.h"
#import "PVPPSSPPCore+Audio.h"
#import "PVPPSSPPCore+Video.h"
Expand Down
7 changes: 3 additions & 4 deletions Cores/PPSSPP/PVPPSSPPCore/Core/PVPPSSPPCore+Video.mm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
// Copyright © 2021 Provenance. All rights reserved.
//

#import "PVPPSSPPCore+Video.h"
#import "OGLGraphicsContext.h"
#import "VulkanGraphicsContext.h"

//#import "PVPPSSPPCore.h"
#import <OpenGLES/ES3/glext.h>
#import <OpenGLES/ES3/gl.h>
Expand Down Expand Up @@ -41,9 +43,6 @@
#include <dlfcn.h>
#endif

#include "OGLGraphicsContext.h"
#include "VulkanGraphicsContext.h"

/* PSP Includes */
//#import <dlfcn.h>
//#import <pthread.h>
Expand Down
1 change: 0 additions & 1 deletion Cores/PPSSPP/PVPPSSPPCore/Core/PVPPSSPPCore.mm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
// Created by Joseph Mattiello on 4/6/18.
// Copyright © 2021 Provenance. All rights reserved.
//
#import "PVPPSSPPCore.h"
#import "PVPPSSPPCore+Controls.h"
#import "PVPPSSPPCore+Audio.h"
#import "PVPPSSPPCore+Video.h"
Expand Down
8 changes: 4 additions & 4 deletions Cores/PPSSPP/PVPPSSPPCore/Core/VulkanGraphicsContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
// Copyright (c) 2012- PPSSPP Project.
//

#import "PVPPSSPPCore.h"
#import "PVPPSSPPCore+Controls.h"
#import "PVPPSSPPCore+Audio.h"
#import "PVPPSSPPCore+Video.h"
#import <PVPPSSPP/PVPPSSPPCore.h>
#import <PVPPSSPP/PVPPSSPPCore+Controls.h>
#import <PVPPSSPP/PVPPSSPPCore+Audio.h>
#import <PVPPSSPP/PVPPSSPPCore+Video.h>
#import <PVPPSSPP/PVPPSSPP-Swift.h>
#import <Foundation/Foundation.h>
@import PVSupport;
Expand Down

0 comments on commit 168c372

Please sign in to comment.