-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add binary emus: DrPocketSNES, FCEUX, GNGEO, gpSP, RACE, PCSX_reARMed
- Loading branch information
Showing
13 changed files
with
110 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
config BR2_PACKAGE_IPK_DRPOCKETSNES | ||
bool "DrPocketSNES IPK" | ||
help | ||
SNES emulator optimized for ARM |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
IPK_DRPOCKETSNES_VERSION = 7.2.3 | ||
IPK_DRPOCKETSNES_SITE = https://github.com/Apaczer/DrPocketSNES/releases/download/$(IPK_DRPOCKETSNES_VERSION) | ||
IPK_DRPOCKETSNES_SOURCE = drpocketsnes.ipk | ||
IPK_DRPOCKETSNES_INSTALL_TARGET = YES | ||
|
||
define IPK_DRPOCKETSNES_EXTRACT_CMDS | ||
cd $(@D) && ar x $(DL_DIR)/ipk-drpocketsnes/$(IPK_DRPOCKETSNES_SOURCE) | ||
endef | ||
|
||
define IPK_DRPOCKETSNES_INSTALL_TARGET_CMDS | ||
mkdir -p $(BINARIES_DIR)/main | ||
tar -xzf $(@D)/data.tar.gz --strip-components=2 -C $(BINARIES_DIR)/main | ||
endef | ||
|
||
$(eval $(generic-package)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
config BR2_PACKAGE_IPK_FCEUX | ||
bool "FCEUX IPK" | ||
help | ||
FCEUX is a cross platform, NTSC and PAL Famicom/NES and Dendy emulator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
IPK_FCEUX_VERSION = 2.6.6.m1 | ||
IPK_FCEUX_SITE = https://github.com/Apaczer/fceux-for-miyoo/releases/download/$(IPK_FCEUX_VERSION) | ||
IPK_FCEUX_SOURCE = fceux.ipk | ||
IPK_FCEUX_INSTALL_TARGET = YES | ||
|
||
define IPK_FCEUX_EXTRACT_CMDS | ||
cd $(@D) && ar x $(DL_DIR)/ipk-fceux/$(IPK_FCEUX_SOURCE) | ||
endef | ||
|
||
define IPK_FCEUX_INSTALL_TARGET_CMDS | ||
mkdir -p $(BINARIES_DIR)/main | ||
tar -xzf $(@D)/data.tar.gz --strip-components=2 -C $(BINARIES_DIR)/main | ||
endef | ||
|
||
$(eval $(generic-package)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
config BR2_PACKAGE_IPK_GNGEO | ||
bool "GnGeo IPK" | ||
help | ||
GNGEO - a NeoGeo emulator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
IPK_GNGEO_VERSION = v20210731-m1 | ||
IPK_GNGEO_SITE = https://github.com/Apaczer/gngeo/releases/download/$(IPK_GNGEO_VERSION) | ||
IPK_GNGEO_SOURCE = gngeo.ipk | ||
IPK_GNGEO_INSTALL_TARGET = YES | ||
|
||
define IPK_GNGEO_EXTRACT_CMDS | ||
cd $(@D) && ar x $(DL_DIR)/ipk-gngeo/$(IPK_GNGEO_SOURCE) | ||
endef | ||
|
||
define IPK_GNGEO_INSTALL_TARGET_CMDS | ||
mkdir -p $(BINARIES_DIR)/main | ||
tar -xzf $(@D)/data.tar.gz --strip-components=2 -C $(BINARIES_DIR)/main | ||
endef | ||
|
||
$(eval $(generic-package)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
config BR2_PACKAGE_IPK_GPSP | ||
bool "gpSP IPK" | ||
help | ||
An enhanced version of gpSP for low-level ARM devices. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
IPK_GPSP_VERSION = 1.2.3 | ||
IPK_GPSP_SITE = https://github.com/Apaczer/gpsp/releases/download/$(IPK_GPSP_VERSION) | ||
IPK_GPSP_SOURCE = gpsp.ipk | ||
IPK_GPSP_INSTALL_TARGET = YES | ||
|
||
define IPK_GPSP_EXTRACT_CMDS | ||
cd $(@D) && ar x $(DL_DIR)/ipk-gpsp/$(IPK_GPSP_SOURCE) | ||
endef | ||
|
||
define IPK_GPSP_INSTALL_TARGET_CMDS | ||
mkdir -p $(BINARIES_DIR)/main | ||
tar -xzf $(@D)/data.tar.gz --strip-components=2 -C $(BINARIES_DIR)/main | ||
endef | ||
|
||
$(eval $(generic-package)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
config BR2_PACKAGE_IPK_RACE | ||
bool "RACE IPK" | ||
help | ||
Neo Geo Pocket and NGP Color emulator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
IPK_RACE_VERSION = v3 | ||
IPK_RACE_SITE = https://github.com/Apaczer/race-od/releases/download/$(IPK_RACE_VERSION) | ||
IPK_RACE_SOURCE = race.ipk | ||
IPK_RACE_INSTALL_TARGET = YES | ||
|
||
define IPK_RACE_EXTRACT_CMDS | ||
cd $(@D) && ar x $(DL_DIR)/ipk-race/$(IPK_RACE_SOURCE) | ||
endef | ||
|
||
define IPK_RACE_INSTALL_TARGET_CMDS | ||
mkdir -p $(BINARIES_DIR)/main | ||
tar -xzf $(@D)/data.tar.gz --strip-components=2 -C $(BINARIES_DIR)/main | ||
endef | ||
|
||
$(eval $(generic-package)) |