Skip to content

Commit 1deb0d7

Browse files
committed
Use fastloading and add new BIOSes
1 parent 66c199f commit 1deb0d7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "freepsxboot/FreePSXBoot"]
22
path = freepsxboot/FreePSXBoot
3-
url = https://github.com/socram8888/FreePSXBoot
3+
url = https://github.com/brad-lin/FreePSXBoot

freepsxboot/FreePSXBoot

Submodule FreePSXBoot updated 48 files

freepsxboot/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ clean:
1111
$(RM) $(FREEPSXBOOT_IMAGES) FreePSXBoot/builder/builder
1212

1313
tonyhax_%.mcd: ../loader/tonyhax.exe FreePSXBoot/builder/builder
14-
FreePSXBoot/builder/builder -bw -bios $(patsubst tonyhax_bios_v%.mcd,%,$@) -in ../loader/tonyhax.exe -out $@
14+
FreePSXBoot/builder/builder -fastload -bios $(patsubst tonyhax_bios_v%.mcd,%,$@) -in ../loader/tonyhax.exe -out $@
1515

1616
FreePSXBoot/builder/builder:
1717
make -C FreePSXBoot/builder all

variables.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ LOADER_FILES := tonyhax.mcs BESLEM-99999TONYHAX tonyhax.exe
6161

6262
# FreePSXBoot images
6363

64-
FREEPSXBOOT_BIOS = v3.0 v4.1 v4.4 v4.5
64+
FREEPSXBOOT_BIOS = v2.0 v2.1 v2.2 v3.0 v4.1 v4.4 v4.5
6565
FREEPSXBOOT_IMAGES := $(patsubst %,tonyhax_bios_%.mcd,$(FREEPSXBOOT_BIOS))

0 commit comments

Comments
 (0)