Advertisement
Guest User

OnePiece

a guest
Oct 19th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.67 KB | None | 0 0
  1. <?php
  2. include 'Source/functions.php';
  3. $fullWidth = $argv[1];
  4. $fullHeight = $argv[2];
  5. $scaleFactorX = $fullWidth / 1280.0;
  6. $scaleFactorY = $fullHeight / 720.0;
  7. $title = get_title($fullWidth, $fullHeight);
  8. ?>
  9. [Definition]
  10. titleIds = 0005000010175C00,0005000010175D00
  11. name = "ONE PIECE Unlimited World Red - <?=$title?>"
  12. version = 2
  13.  
  14. [TextureRedefine] # tv
  15. width = 1280
  16. height = 720
  17. tileModesExcluded = 0x001
  18. overwriteWidth = <?=round($scaleFactorX*1280)?>
  19. overwriteHeight = <?=round($scaleFactorY*720)?>
  20.  
  21. [TextureRedefine] # gamepad
  22. width = 854
  23. height = 480
  24. #overwriteWidth = <?=round($scaleFactorX*1280)?>
  25. #overwriteHeight = <?=round($scaleFactorY*720)?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement