mirror of
https://github.com/izzy2lost/izzy2lost.com.git
synced 2026-06-19 01:16:11 -07:00
73 lines
3.1 KiB
HTML
73 lines
3.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>PSX2 · izzy2lost</title>
|
|
<link rel="icon" type="image/png" href="assets/logo.png">
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body class="crt-off">
|
|
<canvas id="starfield"></canvas>
|
|
|
|
<div class="crt-toggle">
|
|
<label>
|
|
<input type="checkbox" id="crtSwitch">
|
|
<span></span>
|
|
<span>CRT Mode</span>
|
|
</label>
|
|
</div>
|
|
|
|
<header class="navbar">
|
|
<a href="index.html" class="back">❮ Back</a>
|
|
</header>
|
|
|
|
<main class="project-page">
|
|
<img src="assets/psx2.png" class="project-icon-large">
|
|
<h1>PSX2</h1>
|
|
<p class="subtitle">PlayStation 2 Emulator for Mobile</p>
|
|
|
|
<div class="description">
|
|
<p>PSX2 is a powerful PlayStation 2 emulator that brings your favorite PS2 games to mobile devices. Experience classic gaming with enhanced performance and modern convenience.</p>
|
|
<p>Built on the legendary PCSX2 emulator and optimized for ARM64 Android devices, PSX2 delivers high compatibility and smooth gameplay.</p>
|
|
</div>
|
|
|
|
<div class="features">
|
|
<h2>Key Features</h2>
|
|
<ul>
|
|
<li><strong>High Compatibility</strong> - Play thousands of PS2 games</li>
|
|
<li><strong>Enhanced Graphics</strong> - Upscaling, texture filtering, and modern rendering</li>
|
|
<li><strong>Multiple Formats</strong> - ISO, CHD, CSO, ZSO, and compressed formats</li>
|
|
<li><strong>Touch Controls</strong> - Intuitive on-screen gamepad with customizable layout</li>
|
|
<li><strong>External Controllers</strong> - Full support for Bluetooth and USB gamepads</li>
|
|
<li><strong>Save States</strong> - Quick save and load functionality</li>
|
|
<li><strong>Game Covers</strong> - Automatic cover art downloading and display</li>
|
|
<li><strong>Per-Game Settings</strong> - Individual configuration for optimal performance</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="project-links">
|
|
<a href="https://play.google.com/store/apps/details?id=com.izzy2lost.psx2" target="_blank" rel="noopener noreferrer" class="btn-badge google-play">
|
|
<img src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png" alt="Get it on Google Play">
|
|
</a>
|
|
<a href="https://github.com/izzy2lost/PSX2" target="_blank" rel="noopener noreferrer" class="btn-badge github-logo">
|
|
<img src="assets/GitHub_Lockup_Light.svg" alt="View on GitHub">
|
|
</a>
|
|
</div>
|
|
|
|
<div class="project-links">
|
|
<a href="https://www.gnu.org/licenses/gpl-3.0.html" target="_blank" rel="noopener noreferrer" class="btn btn-neon-pink">View License (GPL-3.0)</a>
|
|
<a href="psx2-privacy.html" class="btn btn-neon-pink">Privacy Policy</a>
|
|
</div>
|
|
|
|
<footer class="project-footer">
|
|
<p>© 2025 PSX2. Licensed under GPL-3.0.</p>
|
|
<p class="disclaimer">No games or BIOS files are included with this emulator. PSX2 is not affiliated with or endorsed by Sony Interactive Entertainment. PlayStation and PlayStation 2 are trademarks of Sony Interactive Entertainment.</p>
|
|
</footer>
|
|
</main>
|
|
|
|
<script src="script.js"></script>
|
|
<script src="starfield.js"></script>
|
|
</body>
|
|
</html>
|