mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-25 10:43:04 -03:00
[XCX] Header fix
This commit is contained in:
parent
c430a7747d
commit
0ddef1ca5b
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
#extension GL_ARB_texture_gather : enable
|
||||
|
|
Loading…
Add table
Reference in a new issue