mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-08 07:50:42 +01:00
Version Downgrade for Compatability
This commit is contained in:
parent
1dd03105fc
commit
a73088d501
@ -1,4 +1,4 @@
|
|||||||
#version 460
|
#version 450
|
||||||
#extension GL_ARB_texture_gather : enable
|
#extension GL_ARB_texture_gather : enable
|
||||||
#extension GL_ARB_separate_shader_objects : enable
|
#extension GL_ARB_separate_shader_objects : enable
|
||||||
#ifdef VULKAN
|
#ifdef VULKAN
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#version 460
|
#version 450
|
||||||
#extension GL_ARB_texture_gather : enable
|
#extension GL_ARB_texture_gather : enable
|
||||||
#extension GL_ARB_separate_shader_objects : enable
|
#extension GL_ARB_separate_shader_objects : enable
|
||||||
#extension GL_ARB_shading_language_packing : enable //////////
|
#extension GL_ARB_shading_language_packing : enable //////////
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#version 460
|
#version 450
|
||||||
#extension GL_ARB_texture_gather : enable
|
#extension GL_ARB_texture_gather : enable
|
||||||
#extension GL_ARB_separate_shader_objects : enable
|
#extension GL_ARB_separate_shader_objects : enable
|
||||||
#ifdef VULKAN
|
#ifdef VULKAN
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#version 460
|
#version 450
|
||||||
#extension GL_ARB_texture_gather : enable
|
#extension GL_ARB_texture_gather : enable
|
||||||
#extension GL_ARB_separate_shader_objects : enable
|
#extension GL_ARB_separate_shader_objects : enable
|
||||||
#ifdef VULKAN
|
#ifdef VULKAN
|
||||||
|
@ -4,7 +4,7 @@ name = Graphics Settings
|
|||||||
path = "Shantae: Half-Genie Hero/Graphics"
|
path = "Shantae: Half-Genie Hero/Graphics"
|
||||||
description = Changes the game's resolution.|Setting Gamepad resolution higher than TV resolution will cause a glitch.
|
description = Changes the game's resolution.|Setting Gamepad resolution higher than TV resolution will cause a glitch.
|
||||||
#Credits: getdls, Intra
|
#Credits: getdls, Intra
|
||||||
version = 7
|
version = 6
|
||||||
|
|
||||||
[Default]
|
[Default]
|
||||||
$width = 1920
|
$width = 1920
|
||||||
@ -90,7 +90,6 @@ name = 7680x4320
|
|||||||
$width = 7680
|
$width = 7680
|
||||||
$height = 4320
|
$height = 4320
|
||||||
|
|
||||||
|
|
||||||
# Gamepad Resolution
|
# Gamepad Resolution
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
@ -164,8 +163,6 @@ name = 7680x4320
|
|||||||
$padWidth = 7680
|
$padWidth = 7680
|
||||||
$padHeight = 4320
|
$padHeight = 4320
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Texture Redefines
|
# Texture Redefines
|
||||||
|
|
||||||
# TV Resolution
|
# TV Resolution
|
||||||
@ -212,5 +209,5 @@ height = 480
|
|||||||
overwriteWidth = ($padWidth / $gamepadWidth) * 854
|
overwriteWidth = ($padWidth / $gamepadWidth) * 854
|
||||||
overwriteHeight = ($padHeight / $gamepadHeight) * 480
|
overwriteHeight = ($padHeight / $gamepadHeight) * 480
|
||||||
|
|
||||||
#version 2
|
#version 2:
|
||||||
#https://github.com/cemu-project/cemu_graphic_packs/blob/939a478799c13c5ed03e8decbf952f2a7ad02366/Source/ShantaeHGH/rules.txt
|
#https://github.com/cemu-project/cemu_graphic_packs/blob/939a478799c13c5ed03e8decbf952f2a7ad02366/Source/ShantaeHGH/rules.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user