Add Devil's Third resolution pack

This commit is contained in:
Crementif 2019-07-18 22:17:56 +02:00
parent 4a7ade1c45
commit a05a3f0545
No known key found for this signature in database
GPG Key ID: 11A98E7DE0412B33
3 changed files with 344 additions and 0 deletions

View File

@ -0,0 +1,92 @@
#version 420
#extension GL_ARB_texture_gather : enable
#extension GL_ARB_separate_shader_objects : enable
#extension GL_ARB_shading_language_packing : enable
// shader 161904c2816b059d
// Used for: Horizontal & Vertical Bloom Blur Pass
float resScale = ($width/$gameWidth);
uniform ivec4 uf_remappedVS[5];
uniform vec2 uf_windowSpaceToClipSpaceTransform;
layout(location = 0) in uvec4 attrDataSem0;
layout(location = 1) in uvec4 attrDataSem8;
out gl_PerVertex
{
vec4 gl_Position;
float gl_PointSize;
};
layout(location = 0) out vec4 passParameterSem129;
layout(location = 1) out vec4 passParameterSem130;
layout(location = 2) out vec4 passParameterSem131;
layout(location = 3) out vec4 passParameterSem132;
layout(location = 4) out vec4 passParameterSem133;
int clampFI32(int v)
{
if( v == 0x7FFFFFFF )
return floatBitsToInt(1.0);
else if( v == 0xFFFFFFFF )
return floatBitsToInt(0.0);
return floatBitsToInt(clamp(intBitsToFloat(v), 0.0, 1.0));
}
float mul_nonIEEE(float a, float b){return mix(0.0, a*b, (a != 0.0) && (b != 0.0));}
void main()
{
vec4 R0f = vec4(0.0);
vec4 R1f = vec4(0.0);
vec4 R2f = vec4(0.0);
vec4 R3f = vec4(0.0);
vec4 R4f = vec4(0.0);
vec4 R5f = vec4(0.0);
uvec4 attrDecoder;
float backupReg0f, backupReg1f, backupReg2f, backupReg3f, backupReg4f;
vec4 PV0f = vec4(0.0), PV1f = vec4(0.0);
float PS0f = 0.0, PS1f = 0.0;
vec4 tempf = vec4(0.0);
float tempResultf;
int tempResulti;
ivec4 ARi = ivec4(0);
bool predResult = true;
vec3 cubeMapSTM;
int cubeMapFaceId;
R0f = floatBitsToInt(ivec4(gl_VertexID, 0, 0, gl_InstanceID));
attrDecoder = attrDataSem0;
attrDecoder = (attrDecoder>>24)|((attrDecoder>>8)&0xFF00)|((attrDecoder<<8)&0xFF0000)|((attrDecoder<<24));
R2f = vec4(intBitsToFloat(int(attrDecoder.x)), intBitsToFloat(int(attrDecoder.y)), intBitsToFloat(int(attrDecoder.z)), intBitsToFloat(int(attrDecoder.w)));
attrDecoder.xy = attrDataSem8.xy;
attrDecoder.xy = (attrDecoder.xy>>24)|((attrDecoder.xy>>8)&0xFF00)|((attrDecoder.xy<<8)&0xFF0000)|((attrDecoder.xy<<24));
attrDecoder.z = 0;
attrDecoder.w = 0;
R1f = vec4(intBitsToFloat(int(attrDecoder.x)), intBitsToFloat(int(attrDecoder.y)), intBitsToFloat(floatBitsToInt(0.0)), intBitsToFloat(floatBitsToInt(1.0)));
// 0
R0f.xyz = vec3(R1f.x,R1f.y,R1f.y) + vec3(intBitsToFloat(uf_remappedVS[0].x),intBitsToFloat(uf_remappedVS[0].y),intBitsToFloat(uf_remappedVS[0].z));
R0f.w = R1f.x + intBitsToFloat(uf_remappedVS[0].w)/resScale;
// 1
R3f.xyz = vec3(R1f.x,R1f.y,R1f.y) + vec3(intBitsToFloat(uf_remappedVS[1].x),intBitsToFloat(uf_remappedVS[1].y),intBitsToFloat(uf_remappedVS[1].z));
R3f.w = R1f.x + intBitsToFloat(uf_remappedVS[1].w)/resScale;
// 2
R4f.xyz = vec3(R1f.x,R1f.y,R1f.y) + vec3(intBitsToFloat(uf_remappedVS[2].x),intBitsToFloat(uf_remappedVS[2].y),intBitsToFloat(uf_remappedVS[2].z));
R4f.w = R1f.x + intBitsToFloat(uf_remappedVS[2].w)/resScale;
// 3
R5f.xyz = vec3(R1f.x,R1f.y,R1f.y) + vec3(intBitsToFloat(uf_remappedVS[3].x),intBitsToFloat(uf_remappedVS[3].y),intBitsToFloat(uf_remappedVS[3].z));
R5f.w = R1f.x + intBitsToFloat(uf_remappedVS[3].w)/resScale;
// 4
backupReg0f = R1f.x;
backupReg1f = R1f.y;
backupReg1f = R1f.y;
backupReg0f = R1f.x;
R1f.xyz = vec3(backupReg0f,backupReg1f,backupReg1f) + vec3(intBitsToFloat(uf_remappedVS[4].x),intBitsToFloat(uf_remappedVS[4].y),intBitsToFloat(uf_remappedVS[4].z));
R1f.w = backupReg0f + intBitsToFloat(uf_remappedVS[4].w)/resScale;
// export
gl_Position = vec4(R2f.x, R2f.y, R2f.z, R2f.w);
// export
passParameterSem129 = vec4(R0f.x, R0f.y, R0f.z, R0f.w);
// export
passParameterSem130 = vec4(R3f.x, R3f.y, R3f.z, R3f.w);
// export
passParameterSem131 = vec4(R4f.x, R4f.y, R4f.z, R4f.w);
// export
passParameterSem132 = vec4(R5f.x, R5f.y, R5f.z, R5f.w);
// export
passParameterSem133 = vec4(R1f.x, R1f.y, R1f.z, R1f.w);
// 0
}

View File

@ -0,0 +1,108 @@
#version 420
#extension GL_ARB_texture_gather : enable
#extension GL_ARB_separate_shader_objects : enable
// shader 888e5d95da8037e2
// Used for: Horizontal & Vertical Blur Pass
float resScale = ($width/$gameWidth);
uniform ivec4 uf_remappedPS[1];
uniform vec2 uf_fragCoordScale;
layout(binding = 0) uniform sampler2D textureUnitPS0;// Tex0 addr 0x15c36000 res 320x180x1 dim 1 tm: 4 format 0810 compSel: 0 1 4 5 mipView: 0x0 (num 0x1) sliceView: 0x0 (num 0x1) Sampler0 ClampX/Y/Z: 2 2 2 border: 0
layout(location = 0) in vec4 passParameterSem129;
layout(location = 0) out vec4 passPixelColor0;
int clampFI32(int v)
{
if( v == 0x7FFFFFFF )
return floatBitsToInt(1.0);
else if( v == 0xFFFFFFFF )
return floatBitsToInt(0.0);
return floatBitsToInt(clamp(intBitsToFloat(v), 0.0, 1.0));
}
float mul_nonIEEE(float a, float b){ if( a == 0.0 || b == 0.0 ) return 0.0; return a*b; }
void main()
{
vec4 R0f = vec4(0.0);
vec4 R1f = vec4(0.0);
vec4 R2f = vec4(0.0);
vec4 R3f = vec4(0.0);
vec4 R4f = vec4(0.0);
vec4 R123f = vec4(0.0);
vec4 R126f = vec4(0.0);
vec4 R127f = vec4(0.0);
float backupReg0f, backupReg1f, backupReg2f, backupReg3f, backupReg4f;
vec4 PV0f = vec4(0.0), PV1f = vec4(0.0);
float PS0f = 0.0, PS1f = 0.0;
vec4 tempf = vec4(0.0);
float tempResultf;
int tempResulti;
ivec4 ARi = ivec4(0);
bool predResult = true;
vec3 cubeMapSTM;
int cubeMapFaceId;
R0f = passParameterSem129;
R3f.xy = (texture(textureUnitPS0, R0f.xy).xy);
// 0
R1f.x = (-(intBitsToFloat(uf_remappedPS[0].z)/resScale) * 2.0 + R0f.x);
R1f.y = (-(intBitsToFloat(uf_remappedPS[0].w)/resScale) * 2.0 + R0f.y);
R0f.z = R0f.x + -(intBitsToFloat(uf_remappedPS[0].z)/resScale);
R0f.w = R0f.y + -(intBitsToFloat(uf_remappedPS[0].w)/resScale);
R2f.x = R0f.x + intBitsToFloat(uf_remappedPS[0].z)/resScale;
PS0f = R2f.x;
// 1
R2f.y = R0f.y + intBitsToFloat(uf_remappedPS[0].w)/resScale;
R4f.z = 0.0;
R1f.w = R3f.y + -(R3f.y);
R4f.y = R3f.y;
PS1f = R4f.y;
R0f.xy = (texture(textureUnitPS0, R1f.xy).xy);
R1f.xy = (texture(textureUnitPS0, R0f.zw).xy);
R2f.xy = (texture(textureUnitPS0, R2f.xy).xy);
// 0
PV0f.x = mul_nonIEEE(R1f.w, R1f.w);
PV0f.z = -(R3f.y) + R0f.y;
PV0f.w = -(R3f.y) + R1f.y;
// 1
PV1f.x = -(R3f.y) + R2f.y;
PV1f.y = mul_nonIEEE(PV0f.z, PV0f.z);
PV1f.z = mul_nonIEEE(PV0f.w, PV0f.w);
PV1f.w = PV0f.x * intBitsToFloat(0x38d1b717);
PV1f.w = clamp(PV1f.w, 0.0, 1.0);
// 2
PV0f.x = PV1f.y * intBitsToFloat(0x38d1b717);
PV0f.x = clamp(PV0f.x, 0.0, 1.0);
PV0f.y = PV1f.z * intBitsToFloat(0x38d1b717);
PV0f.y = clamp(PV0f.y, 0.0, 1.0);
PV0f.z = mul_nonIEEE(PV1f.x, PV1f.x);
PV0f.w = -(PV1f.w) + 1.0;
// 3
PV1f.x = -(PV0f.y) + 1.0;
PV1f.y = PV0f.z * intBitsToFloat(0x38d1b717);
PV1f.y = clamp(PV1f.y, 0.0, 1.0);
R126f.z = PV0f.w + intBitsToFloat(0x3e4ccccd);
PV1f.w = -(PV0f.x) + 1.0;
// 4
PV0f.x = -(PV1f.y) + 1.0;
R127f.z = PV1f.w + intBitsToFloat(0x3e4ccccd);
PV0f.z = R127f.z;
PV0f.w = PV1f.x + intBitsToFloat(0x3e4ccccd);
// 5
R127f.x = PV0f.x + intBitsToFloat(0x3e4ccccd);
PV1f.y = mul_nonIEEE(R1f.x, PV0f.w);
PV1f.z = PV0f.z + PV0f.w;
// 6
R123f.x = (mul_nonIEEE(R0f.x,R127f.z) + PV1f.y);
PV0f.x = R123f.x;
PV0f.z = PV1f.z + R126f.z;
// 7
PV1f.x = PV0f.z + R127f.x;
R123f.w = (mul_nonIEEE(R3f.x,R126f.z) + PV0f.x);
PV1f.w = R123f.w;
// 8
R123f.y = (mul_nonIEEE(R2f.x,R127f.x) + PV1f.w);
PV0f.y = R123f.y;
PS0f = 1.0 / PV1f.x;
// 9
R4f.x = PV0f.y * PS0f;
// export
passPixelColor0 = vec4(R4f.x, R4f.y, R4f.z, R4f.z);
}

View File

@ -0,0 +1,144 @@
[Definition]
titleIds = 0005000010177600,0005000010177700,0005000010197d00
name = Resolution
path = "Devil's Third/Graphics/Resolution"
description = Changes the resolution of the game.
version = 3
[Preset]
name = 1280x720 (Default)
$width = 1280
$height = 720
$gameWidth = 1280
$gameHeight = 720
// Performance
[Preset]
name = 320x180
$width = 320
$height = 180
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 640x360
$width = 640
$height = 360
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 960x540
$width = 960
$height = 540
$gameWidth = 1280
$gameHeight = 720
// Common HD Resolutions
[Preset]
name = 1600x900
$width = 1600
$height = 900
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 1920x1080
$width = 1920
$height = 1080
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 2560x1440
$width = 2560
$height = 1440
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 3200x1800
$width = 3200
$height = 1800
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 3840x2160
$width = 3840
$height = 2160
$gameWidth = 1280
$gameHeight = 720
[Preset]
name = 5120x2880
$width = 5120
$height = 2880
$gameWidth = 1280
$gameHeight = 720
[TextureRedefine]
width = 1280
height = 720
formats = 0x011,0x820,0x01a,0x41a
tileModesExcluded = 0x1
overwriteWidth = ($width/$gameWidth) * 1280
overwriteHeight = ($height/$gameHeight) * 720
[TextureRedefine]
width = 864
height = 480
formats = 0x820
overwriteWidth = ($width/$gameWidth) * 864
overwriteHeight = ($height/$gameHeight) * 480
# Blur
[TextureRedefine]
width = 320
height = 180
formats = 0x810,0x820
overwriteWidth = ($width/$gameWidth) * 320
overwriteHeight = ($height/$gameHeight) * 180
[TextureRedefine]
width = 320
height = 192
formats = 0x810
overwriteWidth = ($width/$gameWidth) * 320
overwriteHeight = ($height/$gameHeight) * 192
# Bloom
[TextureRedefine]
width = 640
height = 368
formats = 0x820
overwriteWidth = ($width/$gameWidth) * 640
overwriteHeight = ($height/$gameHeight) * 368
[TextureRedefine]
width = 640
height = 360
formats = 0x820
tileModesExcluded = 0x1
overwriteWidth = ($width/$gameWidth) * 640
overwriteHeight = ($height/$gameHeight) * 360
# Bloom looked broken from my testing (not using the tiled rendering fix or whatever it's called), but it might be a shader that didn't get upscaled correctly.
[TextureRedefine]
width = 352
height = 192
formats = 0x820
overwriteWidth = ($width/$gameWidth) * 352
overwriteHeight = ($height/$gameHeight) * 192
[TextureRedefine]
width = 322
height = 182
formats = 0x820
overwriteWidth = ($width/$gameWidth) * 322
overwriteHeight = ($height/$gameHeight) * 182