mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-23 01:59:18 +01:00
[XCX] missing header...
This commit is contained in:
parent
4ee64d1bb1
commit
bc95f7c122
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user