From 3e4a3ad100ed9a212768134e2ef752d6e678c23f Mon Sep 17 00:00:00 2001 From: Edgar Jr San Martin Date: Wed, 28 Jan 2026 04:00:16 -0500 Subject: [PATCH] Add new Community Discord link to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 00ee6c0..4aca2ce 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ ## PS2Recomp: PlayStation 2 Static Recompiler (Not ready) +[![Discord](https://img.shields.io/badge/Discord-Join%20Server-5865F2?logo=discord&logoColor=white)](https://discord.gg/JQ8mawxUEf) + * Note this is an experiment and doesn't work as it should, feel free to open a PR to help the project. PS2Recomp is a tool designed to statically recompile PlayStation 2 ELF binaries into C++ code that can be compiled for any modern platform. This enables running PS2 games natively on PC and other platforms without traditional emulation.