xfangfang / PPPwn_cpp

C++ rewrite of PPPwn (PlayStation 4 PPPoE RCE)
GNU General Public License v3.0
401 stars 59 forks source link

fix: raspberry pi 32bit build #9

Closed SLAzurin closed 6 months ago

SLAzurin commented 6 months ago

Hello!

I created this PR to fix builds for 32-bit arm cpus.

According to the raspberrypi official website, the 32-bit arm soc has Cortex A7 cores, not A9.

https://www.raspberrypi.com/documentation/computers/processors.html

xfangfang commented 6 months ago

Thanks for the PR