v1.4.1
Change log
Minor version to fix some problems found in 1.4 version since publishing. The changes introduced are:
- Added
.zip
and.bin
to Supervision supported extensions (issue #25). - Added PocketSNES to Py Backup configuration (issue #179).
- Added config dir of FBA to Py Backup configuration thanks to @neilswann80.
- Added alias file to PICO-8 system thanks to @neilswann80.
- Modified the system that creates link files for Quake and Quake2 to be smarter thanks to @neilswann80.
Follow installation/upgrade instructions on 1.4 release description.
The upgrade_1.4.1.tgz
file allows to update version 1.4 to 1.4.1 without having to flash again. To do this, proceed as follows:
- Copy the
upgrade_1.4.1.tgz
file to the root of the external card. - Insert the external card in the console and boot.
- Connect console to PC with USB cable.
- Open a terminal in Windows or Linux and initiate a SSH session with command
ssh [email protected]
(the password is in README>System access). - Untar the file copied in step 1 with this command:
sudo tar -xzf /media/sdcard/upgrade_1.4.1.tgz -C /
(same password than in step 4). - You are done.
The config.ini
file is related with issue #179. In v1.1 was installed the standalone PocketSNES emulator, but it was not incorporated into the Py Backup configuration by mistake, so if savestates have been generated and you want to back them up with Py Backup, you must load that file following the video in the Upgrade section of the wiki.