Skip to content

Commit

Permalink
switch to SYS-CONF folder for mc config storage
Browse files Browse the repository at this point in the history
  • Loading branch information
israpps committed Oct 14, 2024
1 parent 2ee1f75 commit 1721207
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
apk add build-base git p7zip
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
git fetch --prune --unshallow
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
- name: update binaries
run: |
cp PS2BBL/PS2/COMPRESSED_PS2BBL.ELF Funtuna-Fork/installer/INSTALLER_CONTENTS/BOOT/BOOT.ELF
cp PS2BBL/PS2BBL/CONFIG.INI Funtuna-Fork/installer/INSTALLER_CONTENTS/PS2BBL/CONFIG.INI
cp PS2BBL/SYS-CONF/PS2BBL.INI Funtuna-Fork/installer/INSTALLER_CONTENTS/SYS-CONF/PS2BBL.INI
- name: update bundled software
run: |
Expand Down Expand Up @@ -155,13 +155,13 @@ jobs:
echo "If you bought this software you have been SCAMMED.">>release/CREDITS.TXT
echo "https://github.com/israpps/PlayStation2-Basic-BootLoader">>release/CREDITS.TXT
cp -r release/ $TARGET/
7z a -t7z PS2BBL_OpenTuna_Installer.7z $TARGET/*
7z a -t7z PS2BBL_OpenTuna_Installer.7z $TARGET/*
- name: Upload artifacts
if: ${{ success() }}
uses: actions/upload-artifact@v3
with:
name: PS2BBL
name: PS2BBL_OPENTUNA
path: |
release/PS2BBL_OpenTuna_Installer.ELF
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#PS2 executables
*.elf
*.kelf
!release/PS2BBL/*.elf
!release/SYS-CONF/*.elf

# IOP Executable
*.irx
Expand Down
6 changes: 3 additions & 3 deletions include/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ enum
} CONFIG_SOURCES_ID;

char *CONFIG_PATHS[SOURCE_COUNT] = {
"mc0:/PS2BBL/CONFIG.INI",
"mc1:/PS2BBL/CONFIG.INI",
"mc0:/SYS-CONF/PS2BBL.INI",
"mc1:/SYS-CONF/PS2BBL.INI",
"mass:/PS2BBL/CONFIG.INI",
#ifdef MX4SIO
"massX:/PS2BBL/CONFIG.INI",
Expand All @@ -36,7 +36,7 @@ char *CONFIG_PATHS[SOURCE_COUNT] = {
"xfrom:/PS2BBL/CONFIG.INI",
#endif
#ifdef PSX
"mc?:/PS2BBL/XCONFIG.INI",
"mc?:/SYS-CONF/PSXBBL.INI",
#endif
"CONFIG.INI",
"",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1721207

Please sign in to comment.