pk3ds: correct website url and remove cheats

It's pk3ds.com, not pk3ds.org. I'm not sure how I got the tld wrong when I added it to the archive. Cheat DBs weren't removed. I believe you can use usrcheat.dat instead of ENG.dat and whatnot.
This commit is contained in:
Deletecat 2024-07-30 22:42:05 +01:00
parent 7c045f7ab7
commit a95fb0bfb0
No known key found for this signature in database
GPG Key ID: 0D04371B863602D4
541 changed files with 21 additions and 21 deletions

View File

@ -0,0 +1,21 @@
.PHONY: package
export TOPDIR := $(shell pwd $(CURDIR))
export BASE := pk3ds.com/$(shell basename $(CURDIR))
export OUT := $(TOPDIR)/../../../out
export COMMON := $(TOPDIR)/../../../common-kernels
package: directory pk3ds.com_Kernel_2.12.zip pk3ds.com_3DS_V2.2.0-4J_upgrade_package.zip pk3ds.com_DSi_V1.43_upgrade_package.zip
directory:
mkdir -p $(OUT)/$(BASE)
pk3ds.com_3DS_V2.2.0-4J_upgrade_package.zip: directory
cd $(TOPDIR)/pk3ds.com_3DS_V2.2.0-4J_upgrade_package && zip -r $(OUT)/$(BASE)/$@ *
pk3ds.com_DSi_V1.43_upgrade_package.zip: directory
cd $(TOPDIR)/pk3ds.com_DSi_V1.43_upgrade_package && zip -r $(OUT)/$(BASE)/$@ *
pk3ds.com_Kernel_2.12.zip: directory
cd $(TOPDIR)/pk3ds.com_Kernel_2.12 && zip -r $(OUT)/$(BASE)/$@ *

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Some files were not shown because too many files have changed in this diff Show More