From ffa1357f26d863d9bde8b454abdc3bc51b43f972 Mon Sep 17 00:00:00 2001 From: George Wright Date: Sat, 7 Dec 2024 11:47:41 -0800 Subject: [PATCH] change coprocessor id to strongarm --- WindCore/arm710.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WindCore/arm710.h b/WindCore/arm710.h index 72fab7d..fce6cc0 100644 --- a/WindCore/arm710.h +++ b/WindCore/arm710.h @@ -61,7 +61,7 @@ public: ARM710(bool _isTVersion) { isTVersion = _isTVersion; - cp15_id = /*0x4401A111;*/ _isTVersion ? 0x41807100 : 0x41047100; + cp15_id = 0x4401A111;// _isTVersion ? 0x41807100 : 0x41047100; clearAllValues(); } virtual ~ARM710() { } -- 2.45.2