RetroPie / RetroPie-Setup

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

Builder fixes #3855

Closed joolswills closed 6 months ago

joolswills commented 6 months ago

builder - allow automatic switching to different remote branch

ENV variables __builder_repo && __builder_branch are used to switch to another repository/branch for building.

This is used to more easily build binaries before branches are merged into master. Primarily for SDL binaries, but simplifies testing for other modules.

builder - remove old unused code