RetroPie / RetroPie-Setup

Shell script to set up a Raspberry Pi/Odroid/PC with RetroArch emulator and various cores
Other
10.04k stars 1.38k forks source link

lr-stella - fix building on GCC v8 (on buster) #3957

Closed joolswills closed 2 months ago

joolswills commented 2 months ago

C++20 changes were added in 7a85faef which broke compatibility with GCC 8.

GCC 10 compatibility was removed a few commits later in a8a23f61

Fix to commit 2d57f9e0 (last building on GCC 8) on GCC < 11