From 335904d8f1a8e80b34564dde39b3aeb13fc28f6f Mon Sep 17 00:00:00 2001 From: izzy2lost Date: Tue, 18 Nov 2025 18:42:38 -0500 Subject: [PATCH] updated PSX2 page --- psx2-privacy.html | 87 +++++++++++++++++++++++++++++++++++++++++++++++ psx2.html | 31 ++++++++++++++++- style.css | 58 +++++++++++++++++++++++++++++++ 3 files changed, 175 insertions(+), 1 deletion(-) create mode 100644 psx2-privacy.html diff --git a/psx2-privacy.html b/psx2-privacy.html new file mode 100644 index 0000000..3120c27 --- /dev/null +++ b/psx2-privacy.html @@ -0,0 +1,87 @@ + + + + + +Privacy Policy - PSX2 + + + + + + +
+ +
+ + + +
+

Privacy Policy for PSX2

+

Last updated: September 18, 2025

+ +
+

Introduction

+

PSX2 ("we," "our," or "us") operates the PSX2 mobile application (the "Service"). This page informs you of our policies regarding the collection, use, and disclosure of personal data when you use our Service.

+ +

Information Collection and Use

+ +

Information We Do NOT Collect

+
    +
  • Personal identification information
  • +
  • Location data
  • +
  • Contact information
  • +
  • Device identifiers for tracking
  • +
  • Usage analytics or telemetry
  • +
  • Crash reports (unless explicitly enabled by user)
  • +
+ +

Information We May Access Locally

+
    +
  • Game files you select (stored locally on your device)
  • +
  • App preferences and settings (stored locally on your device)
  • +
  • Save states and game saves (stored locally on your device)
  • +
  • BIOS files you provide (stored locally on your device)
  • +
+ +

Data Storage

+

All data is stored locally on your device. We do not transmit, store, or process any of your data on external servers.

+ +

Third-Party Services

+ +

Cover Art Downloads

+

When you use the cover art download feature, the app may connect to third-party services to download game cover images. This is done anonymously and no personal information is transmitted.

+ +

External Links

+

Our app may contain links to external websites (such as our GitHub repository). We are not responsible for the privacy practices of these external sites.

+ +

Children's Privacy

+

Our Service does not address anyone under the age of 13. We do not knowingly collect personally identifiable information from children under 13.

+ +

Data Security

+

Since all data is stored locally on your device, the security of your data depends on your device's security measures. We recommend keeping your device updated and secured.

+ +

Changes to This Privacy Policy

+

We may update our Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page and updating the "Last updated" date.

+ +

Contact Us

+

If you have any questions about this Privacy Policy, please contact us:

+ + +

This privacy policy is designed to comply with Google Play Store requirements and GDPR regulations.

+
+
+ + + + + diff --git a/psx2.html b/psx2.html index 1db3f7e..3c6a948 100644 --- a/psx2.html +++ b/psx2.html @@ -25,7 +25,26 @@

PSX2

-

Android ARM64 PS2 emulator project.

+

PlayStation 2 Emulator for Mobile

+ +
+

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.

+

Built on the legendary PCSX2 emulator and optimized for ARM64 Android devices, PSX2 delivers high compatibility and smooth gameplay.

+
+ +
+

Key Features

+
    +
  • High Compatibility - Play thousands of PS2 games
  • +
  • Enhanced Graphics - Upscaling, texture filtering, and modern rendering
  • +
  • Multiple Formats - ISO, CHD, CSO, ZSO, and compressed formats
  • +
  • Touch Controls - Intuitive on-screen gamepad with customizable layout
  • +
  • External Controllers - Full support for Bluetooth and USB gamepads
  • +
  • Save States - Quick save and load functionality
  • +
  • Game Covers - Automatic cover art downloading and display
  • +
  • Per-Game Settings - Individual configuration for optimal performance
  • +
+
+ + + +
+

© 2025 PSX2. Licensed under GPL-3.0.

+

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.

+
diff --git a/style.css b/style.css index cf8d23d..be5f6be 100644 --- a/style.css +++ b/style.css @@ -460,6 +460,64 @@ body { } } +/* Neon Pink Button */ +.btn-neon-pink { + color: #ff2a9d !important; + border: 2px solid #ff2a9d !important; + background: transparent !important; + text-shadow: + 0 0 10px rgba(255, 42, 157, 0.8), + 0 0 20px rgba(255, 42, 157, 0.6); + box-shadow: + 0 0 10px rgba(255, 42, 157, 0.4), + inset 0 0 10px rgba(255, 42, 157, 0.1); +} + +.btn-neon-pink:hover { + color: #ff2a9d !important; + border-color: #ff2a9d !important; + background: rgba(255, 42, 157, 0.1) !important; + text-shadow: + 0 0 15px rgba(255, 42, 157, 1), + 0 0 30px rgba(255, 42, 157, 0.8); + box-shadow: + 0 0 20px rgba(255, 42, 157, 0.6), + inset 0 0 15px rgba(255, 42, 157, 0.2); + transform: translateY(-2px); +} + +/* Email Icon */ +.email-icon { + display: inline-block; + text-decoration: none; + color: #ff2a9d; + border: 2px solid #ff2a9d; + background: transparent; + padding: 4px 8px; + border-radius: 6px; + font-size: 16px; + transition: all 0.3s ease; + text-shadow: + 0 0 10px rgba(255, 42, 157, 0.8), + 0 0 20px rgba(255, 42, 157, 0.6); + box-shadow: + 0 0 10px rgba(255, 42, 157, 0.4), + inset 0 0 10px rgba(255, 42, 157, 0.1); +} + +.email-icon:hover { + color: #ff2a9d; + border-color: #ff2a9d; + background: rgba(255, 42, 157, 0.1); + text-shadow: + 0 0 15px rgba(255, 42, 157, 1), + 0 0 30px rgba(255, 42, 157, 0.8); + box-shadow: + 0 0 20px rgba(255, 42, 157, 0.6), + inset 0 0 15px rgba(255, 42, 157, 0.2); + transform: scale(1.05); +} + /* Desktop Styles */ @media (min-width: 1024px) { .navbar {