updated PSX2 page

This commit is contained in:
izzy2lost
2025-11-18 18:42:38 -05:00
parent 6b559f16b9
commit 335904d8f1
3 changed files with 175 additions and 1 deletions
+30 -1
View File
@@ -25,7 +25,26 @@
<main class="project-page">
<img src="assets/psx2.png" class="project-icon-large">
<h1>PSX2</h1>
<p>Android ARM64 PS2 emulator project.</p>
<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">
@@ -35,6 +54,16 @@
<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>