Skip to content

Commit

Permalink
Azure: Compile
Browse files Browse the repository at this point in the history
  • Loading branch information
SeiRyu committed May 7, 2024
1 parent 65d8d43 commit b5345e1
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 12 deletions.
4 changes: 2 additions & 2 deletions PVSupport/Sources/retro/libretro-common/rthreads/rthreads.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

#include <stdlib.h>

#include <boolean.h>
#include <rthreads/rthreads.h>
#include "boolean.h"
#include "rthreads/rthreads.h"

/* with RETRO_WIN32_USE_PTHREADS, pthreads can be used even on win32. Maybe only supported in MSVC>=2005 */

Expand Down
4 changes: 2 additions & 2 deletions Provenance.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2971,8 +2971,8 @@
dstSubfolderSpec = 10;
files = (
B3AF701D21916E38000FA7F9 /* PVSupport.framework in Embed Frameworks */,
B324C650219216DD009F4EDC /* PVLibrary.framework in Embed Frameworks */,
B3FAC99B292B476E005E8B11 /* PVLibRetro.framework in Embed Frameworks */,
B324C650219216DD009F4EDC /* PVLibrary.framework in Embed Frameworks */,
B3FAC98D292B4763005E8B11 /* PVFCEU.framework in Embed Frameworks */,
B3AEDE2F293F34DA0050BDB6 /* PVProSystem.framework in Embed Frameworks */,
B3FAC97B292B474E005E8B11 /* PVTGBDual.framework in Embed Frameworks */,
Expand Down Expand Up @@ -4287,9 +4287,9 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
B324C64F219216DD009F4EDC /* PVLibrary.framework in Frameworks */,
B3AF701C21916E38000FA7F9 /* PVSupport.framework in Frameworks */,
B3FAC99A292B476E005E8B11 /* PVLibRetro.framework in Frameworks */,
B324C64F219216DD009F4EDC /* PVLibrary.framework in Frameworks */,
B3FAC99C292B476F005E8B11 /* PVMednafen.framework in Frameworks */,
B3FAC990292B4766005E8B11 /* PVGB.framework in Frameworks */,
B3FAC98C292B4763005E8B11 /* PVFCEU.framework in Frameworks */,
Expand Down
File renamed without changes
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"images" : [
{
"filename" : "iTunesArtwork@2x.png",
"filename" : "AppIcon1024x1024.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
Expand Down Expand Up @@ -61,13 +61,13 @@
"size" : "512x512"
},
{
"filename" : "iTunesArtwork@2x 1.png",
"filename" : "AppIcon1024x1024_2.png",
"idiom" : "mac",
"scale" : "2x",
"size" : "512x512"
},
{
"filename" : "iTunesArtwork@2x 2.png",
"filename" : "AppIcon1024x1024_3.png",
"idiom" : "universal",
"platform" : "watchos",
"size" : "1024x1024"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,18 @@
"images" : [
{
"filename" : "LaunchImage.png",
"idiom" : "universal"
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "LaunchImage 2.png",
"idiom" : "universal",
"scale" : "2x",
"unassigned" : true
"scale" : "2x"
},
{
"filename" : "LaunchImage 1.png",
"idiom" : "universal",
"scale" : "3x",
"unassigned" : true
"scale" : "3x"
}
],
"info" : {
Expand Down

0 comments on commit b5345e1

Please sign in to comment.