Unknown W. Brackets
Unknown W. Brackets
Well, I would do this: ```sh mv /opt/retropie/emulators/ppsspp/PPSSPPSDL /opt/retropie/emulators/ppsspp/PPSSPPSDL_old cp /home/pi/ppsspp/build/PPSSPPSDL /opt/retropie/emulators/ppsspp/PPSSPPSDL ``` It may give an error. If it does, try: ```sh sudo mv /opt/retropie/emulators/ppsspp/PPSSPPSDL /opt/retropie/emulators/ppsspp/PPSSPPSDL_old sudo cp /home/pi/ppsspp/build/PPSSPPSDL...
If it's gotten worse, it'd help to know the latest build that wasn't worse, and the earliest build that broke. There have been around 1200 changes since v1.12.3, so the...