From 85b0face3298475201dc294601127004c15d139d Mon Sep 17 00:00:00 2001 From: joel16 Date: Sat, 3 Feb 2024 11:36:19 -0500 Subject: [PATCH] HardwareInfo: Add info for TA-094v1/TA-094v2 --- app/source/hardwareinfo.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/source/hardwareinfo.cpp b/app/source/hardwareinfo.cpp index 0828372..c3301b5 100644 --- a/app/source/hardwareinfo.cpp +++ b/app/source/hardwareinfo.cpp @@ -58,7 +58,8 @@ namespace HardwareInfo { /* PSP-N100x (PSPgo) */ { 0x00720000, 0x00304000, 0x00000133, "TA-091" }, - // { 0x00800000, 0x002A0000, UNKNOWN, "TA-094" }, // Not sure about this one + { 0x00810000, 0x00323100, 0x00000141, "TA-094v1" }, + { 0x00810000, 0x00324000, 0x00000143, "TA-094v2" }, /* PSP-E100x (PSP Essentials aka PSP Street) */ { 0x00900000, 0x00403000, 0x00000154, "TA-096" }