From a0cf1ea6a7967d964d6eb58bea4da849658007bf Mon Sep 17 00:00:00 2001 From: pontos2024 Date: Mon, 23 Jun 2025 05:50:31 +0900 Subject: [PATCH 1/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 75eb23a..4ea07f2 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ * PCSX2 - Android project * EE Recompiler x86 => arm64 + +![Image](https://github.com/user-attachments/assets/534405ee-c622-4726-876b-31f398bbb46d) From facbabd6dce5eacc1d8a78a74d77afffa44c7890 Mon Sep 17 00:00:00 2001 From: pontos2024 Date: Mon, 23 Jun 2025 22:07:05 +0900 Subject: [PATCH 2/3] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ea07f2..75fb26b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ * PCSX2 - Android project -* EE Recompiler x86 => arm64 +* EE Recompiler x86 => arm64 + +* https://www.youtube.com/watch?v=ACxMJufB1EM ![Image](https://github.com/user-attachments/assets/534405ee-c622-4726-876b-31f398bbb46d) From c77a620b21a95fe7d3974f40c5f6d5df6cc827b6 Mon Sep 17 00:00:00 2001 From: pontos2024 Date: Mon, 23 Jun 2025 23:26:52 +0900 Subject: [PATCH 3/3] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 75fb26b..2414731 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ * PCSX2 - Android project * EE Recompiler x86 => arm64 +* It is still unfinished because I made it while studying due to my lack of experience with assembler. +* I think it would be good to look at it for reference. + * https://www.youtube.com/watch?v=ACxMJufB1EM ![Image](https://github.com/user-attachments/assets/534405ee-c622-4726-876b-31f398bbb46d)