autobleem / AutoBleem

AutoBleem - Alternative to BleemSync/BootMenu, C++ based, GameScanner and Updater for Playstation Classic
GNU General Public License v3.0
500 stars 72 forks source link

[0.9.0](task) Add consolidation build option to standalone #320

Open BananaRama203 opened 4 years ago

BananaRama203 commented 4 years ago

If you set the compiler define CONSOLIDATE to the standalone build, the standalone build should consolidate within /media/Autobleem

Full testing needs to happen to ensure this doesn't break anything and the payload/ folder within the repo will need to change to reflect the CONSOLIDATE paths.

Also recommend to add a STANDALONE define flag to the standalone build routine and on first boot. Run through a migration function to migrate any pre <0.9.0 build into the CONSOLIDATE format.