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.41k stars 2.19k forks source link

Add missing return statement from PBPReader::GetSubFileAsString. #19579

Closed hrydgard closed 2 weeks ago

hrydgard commented 2 weeks ago

Compiler should have rejected this, sigh...

There will definitely be an 1.18.1.

hrydgard commented 2 weeks ago

Apparently this helps on GCC at least, will update the build config: -Werror=return-type