]> localhost Git - WindEmu.git/commitdiff
change coprocessor id to strongarm
authorGeorge Wright <gw@gwright.org.uk>
Sat, 7 Dec 2024 19:47:41 +0000 (11:47 -0800)
committerGeorge Wright <gw@gwright.org.uk>
Sat, 7 Dec 2024 19:47:41 +0000 (11:47 -0800)
WindCore/arm710.h

index 72fab7d38404fcba8dd66aba442549eb21feb876..fce6cc01049e6cafcec56f6e6318644d0db91962 100644 (file)
@@ -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() { }