mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-11 01:09:08 +01:00
Update "Source code" and build script to work with php7 (default on win10 linux subsystem ubuntu)
This commit is contained in:
parent
070bf8e649
commit
97b0d9ce27
@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
$width = $argv[1];
|
||||
$height = $argv[2];
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
$fullWidth = $argv[1];
|
||||
$fullHeight = $argv[2];
|
||||
$halfWidth = $fullWidth / 2;
|
||||
|
Loading…
x
Reference in New Issue
Block a user