hrydgard / ppsspp

A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org.
https://www.ppsspp.org
Other
11.4k stars 2.19k forks source link

Force LoongArchCPUInfoParser::TotalLogicalCount() to always return #19639

Closed k0tran closed 2 days ago

k0tran commented 2 days ago

Can't compile project because LoongArchCPUInfoParser::TotalLogicalCount() does not return in some cases (this causes compiler error). So I fixed it.