mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-23 10:09:18 +01:00
Redirect TPHD jpg to Discord, ignore jpg images
Save file size on uploads
This commit is contained in:
parent
f3d35c75dc
commit
48827ad1d5
4
.gitignore
vendored
4
.gitignore
vendored
@ -5,3 +5,7 @@
|
||||
# Project #
|
||||
###########
|
||||
docs/Gemfile\.lock
|
||||
|
||||
# Images #
|
||||
##########
|
||||
*.jpg
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 6.1 MiB |
@ -1,13 +1,13 @@
|
||||
------
|
||||
### TLoZ Twilight Princess HD
|
||||
### The Legend of Zelda: Twilight Princess HD
|
||||
------
|
||||
### Graphic options
|
||||
### Graphic Options
|
||||
|
||||
3840x4320 vert x2 SSAA - Runs the game at double vertical res balancing look and performance when super sampling. Run full screen scaling in stretched and bilinear when activating this option.
|
||||
|
||||
0.5 Sub scaling - Runs transparances and blur at half resolution, slight performance improvement (in higher resolutions).
|
||||
0.5 Sub scaling - Runs transparencies and blur at half resolution, slight performance improvement (in higher resolutions).
|
||||
|
||||
UI 25% transp - Dims static GUI elements, making them slightly transparent. Reduces chance of burn in when using Oled or plasma display.
|
||||
UI 25% transparency - Dims static GUI elements, making them slightly transparent. Reduces chance of burn in when using Oled or plasma display.
|
||||
|
||||
|
||||
### Nice to know when creating a custom resolution
|
||||
@ -43,6 +43,4 @@ formats = 0x001
|
||||
overwriteWidth = ($width/$gameWidth) * (1024*$lightSource*$scaleShader)
|
||||
overwriteHeight = ($height/$gameHeight) * (544*$lightSource)
|
||||
```
|
||||
![21:9](TP21_9.jpg)
|
||||
|
||||
|
||||
![21:9](https://cdn.discordapp.com/attachments/292733452590120961/667953479318503454/TP21_9.jpg)
|
||||
|
Loading…
Reference in New Issue
Block a user