Skip to content

Commit

Permalink
xcode16
Browse files Browse the repository at this point in the history
  • Loading branch information
SeiRyu committed Nov 21, 2024
1 parent 02cd87b commit 0092682
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 7 deletions.
18 changes: 18 additions & 0 deletions Cores/PPSSPP/PVPPSSPP.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1273,6 +1273,7 @@
isa = PBXNativeTarget;
buildConfigurationList = 93E74212295B67C70028EB94 /* Build configuration list for PBXNativeTarget "PVPPSSPP" */;
buildPhases = (
9383100B2CEF6C7200DF2BBC /* ShellScript */,
93E741E7295B67C70028EB94 /* Sources */,
93E741F3295B67C70028EB94 /* Frameworks */,
93E74206295B67C70028EB94 /* Headers */,
Expand Down Expand Up @@ -1723,6 +1724,23 @@
shellPath = /bin/sh;
shellScript = "#Use 1.3.250.1 libMoltenVK in ${SRCROOT}/lib instead\ncp \"${SRCROOT}/lib/libMoltenVK_1.3.250.1.dylib\" \"${SRCROOT}/lib/libMoltenVK_PPSSPP.dylib\"\n#cp \"${SRCROOT}/libretro_ppsspp/ext/vulkan/iOS/Frameworks/libMoltenVK.dylib\" \"${SRCROOT}/lib/libMoltenVK_PPSSPP.dylib\"\n";
};
9383100B2CEF6C7200DF2BBC /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
);
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "cd \"${SRCROOT}\"\ncd libretro_ppsspp\ntar -xvf ../update.tar\n\n";
};
93CD1E252A59AEC500DE2A5C /* Copy Libretro PPSSPP */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down
Binary file added Cores/PPSSPP/update.tar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


#ifdef __cplusplus
extern "C" {
//extern "C" {
#endif


Expand Down Expand Up @@ -304,7 +304,7 @@ typedef struct StdVideoH264PictureParameterSet {


#ifdef __cplusplus
}
//}
#endif

#endif
6 changes: 3 additions & 3 deletions MoltenVK/MoltenVK/include/vulkan/vk_platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
#define VK_PLATFORM_H_

#ifdef __cplusplus
extern "C"
{
//extern "C"
//{
#endif // __cplusplus

/*
Expand Down Expand Up @@ -78,7 +78,7 @@ extern "C"
#endif // !defined(VK_NO_STDINT_H)

#ifdef __cplusplus
} // extern "C"
//} // extern "C"
#endif // __cplusplus

#endif
4 changes: 2 additions & 2 deletions MoltenVK/MoltenVK/include/vulkan/vulkan_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


#ifdef __cplusplus
extern "C" {
//extern "C" {
#endif


Expand Down Expand Up @@ -17205,7 +17205,7 @@ VKAPI_ATTR void VKAPI_CALL vkCmdDrawMeshTasksIndirectCountEXT(
#endif

#ifdef __cplusplus
}
//}
#endif

#endif

0 comments on commit 0092682

Please sign in to comment.