Skip to content

Commit d479b74

Browse files
committed
v1.17.1
1 parent a99a9ee commit d479b74

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

GPU/GLES/ShaderManagerGLES.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@ enum class CacheDetectFlags {
977977
};
978978

979979
#define CACHE_HEADER_MAGIC 0x83277592
980-
#define CACHE_VERSION 35
980+
#define CACHE_VERSION 36
981981

982982
struct CacheHeader {
983983
uint32_t magic;

GPU/Vulkan/ShaderManagerVulkan.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ enum class VulkanCacheDetectFlags {
501501
};
502502

503503
#define CACHE_HEADER_MAGIC 0xff51f420
504-
#define CACHE_VERSION 50
504+
#define CACHE_VERSION 51
505505

506506
struct VulkanCacheHeader {
507507
uint32_t magic;

UWP/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" IgnorableNamespaces="uap mp rescap">
3-
<Identity Name="0ad29e1a-1069-4cf5-8c97-620892505f0c" Publisher="CN=Henrik" Version="1.17.0.0" />
3+
<Identity Name="0ad29e1a-1069-4cf5-8c97-620892505f0c" Publisher="CN=Henrik" Version="1.17.1.0" />
44
<mp:PhoneIdentity PhoneProductId="0ad29e1a-1069-4cf5-8c97-620892505f0c" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
55
<Properties>
66
<DisplayName>PPSSPP - PSP emulator</DisplayName>

UWP/PackageGold.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" IgnorableNamespaces="uap mp rescap">
3-
<Identity Name="32617401-c880-44d1-ba5a-c0b46feba525" Publisher="CN=Henrik" Version="1.17.0.0" />
3+
<Identity Name="32617401-c880-44d1-ba5a-c0b46feba525" Publisher="CN=Henrik" Version="1.17.1.0" />
44
<mp:PhoneIdentity PhoneProductId="32617401-c880-44d1-ba5a-c0b46feba525" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
55
<Properties>
66
<DisplayName>PPSSPP Gold - PSP emulator</DisplayName>

0 commit comments

Comments
 (0)