mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-22 22:51:15 +01:00
Fix Mario Kart 8 blur fix
Forgot to add the header
This commit is contained in:
parent
e4fb9421db
commit
7feee10f14
@ -1,3 +1,10 @@
|
|||||||
|
<?php
|
||||||
|
include 'Source/functions.php';
|
||||||
|
$fullWidth = $argv[1];
|
||||||
|
$fullHeight = $argv[2];
|
||||||
|
$scaleFactorX = always_decimal_format($fullWidth / 1280.0);
|
||||||
|
$scaleFactorY = always_decimal_format($fullHeight / 720.0);
|
||||||
|
?>
|
||||||
#version 420
|
#version 420
|
||||||
#extension GL_ARB_texture_gather : enable
|
#extension GL_ARB_texture_gather : enable
|
||||||
#extension GL_ARB_shading_language_packing : enable
|
#extension GL_ARB_shading_language_packing : enable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user