mirror of
https://github.com/etaHEN/etaHEN.git
synced 2026-01-13 19:49:06 +08:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a66823580b | ||
|
|
ea3b04a60f | ||
|
|
360e7c0d2d | ||
|
|
28c4489a41 | ||
|
|
178499a10c |
@@ -320,9 +320,9 @@ int pkginstall(const char* fullpath,
|
||||
|
||||
log_info("AppInstUtil Initialized...");
|
||||
|
||||
sceAppInstUtilInstallByPackage = (int(*)(astruct_1*, SceAppInstallPkgInfo*, astruct_2*)) LOAD_FUNCTION_AND_CHECK(lib_appinstutil, "sceAppInstUtilInstallByPackage");
|
||||
sceAppInstUtilInstallByPackage = (int(*)(MetaInfo*, SceAppInstallPkgInfo*, PlayGoInfo*)) LOAD_FUNCTION_AND_CHECK(lib_appinstutil, "sceAppInstUtilInstallByPackage");
|
||||
|
||||
astruct_2 arg3;
|
||||
PlayGoInfo arg3;
|
||||
SceAppInstallPkgInfo pkg_info;
|
||||
memset(&arg3, 0, sizeof(arg3));
|
||||
|
||||
@@ -335,7 +335,7 @@ int pkginstall(const char* fullpath,
|
||||
strncpy(*arg3.content_ids, "", sizeof(content_id_t) - 1);
|
||||
}
|
||||
|
||||
astruct_1 arg1 = (astruct_1){
|
||||
MetaInfo arg1 = (MetaInfo){
|
||||
.uri = fullpath,
|
||||
.ex_uri = "",
|
||||
.playgo_scenario_id = "",
|
||||
|
||||
12
README.md
12
README.md
@@ -56,10 +56,14 @@ Port: XXXX
|
||||
- [Toolbox] External HDD Menu
|
||||
- [Toolbox] TestKit Menu
|
||||
- [Toolbox] Cheats Menu (WIP)
|
||||
- [Toolbox] Controller Shortcuts
|
||||
- [Toolbox] PS5 webMAN Games menu
|
||||
- [Toolbox] Disable toolbox auto start
|
||||
- [Toolbox] Blu-Ray license activation
|
||||
- [Toolbox] etaHEN credits and supporters
|
||||
- [Toolbox] Custom debug settings text and icon
|
||||
- [Toolbox] Auto open menu after etaHEN loads
|
||||
- [Toolbox] a number of different toolbox settings
|
||||
- React bundle (all FWs) & Self (only on 2.xx) FTP decryption Support
|
||||
- 2 seperate daemons for improved stability and reliability
|
||||
- the Util daemon willl be auto restarted by the main etaHEN daemon
|
||||
@@ -89,7 +93,6 @@ More info [Here](https://github.com/LightningMods/etaHEN-SDK/blob/main/README.md
|
||||
|
||||
## Upcoming features
|
||||
- [Toolbox] FPS Counter
|
||||
- [Toolbox] change debug settings text
|
||||
- [Toolbox] On-Screen temps and other info (for retails)
|
||||
- More userland patches
|
||||
- Improved PS5 Game support (itemzflow)
|
||||
@@ -114,6 +117,13 @@ and is automatically created when you run etaHEN for the first time
|
||||
| `Rest_Mode_Delay_Seconds` | Delay in seconds before patching shellui coming out rest mode | 0 (no delay) |
|
||||
| `Util_rest_kill` | 0 = dont kill the util daemon during rest, 1 = Do kill it on rest | 0 (disabled) |
|
||||
| `Game_rest_kill` | 0 = dont kill the open game during rest, 1 = Do kill it on rest | 0 (disabled) |
|
||||
| `toolbox_auto_start` | 0 = disabled, 1 = enabled | 0 (disabled) |
|
||||
| `DPI_v2` | 0 = disabled, 1 = enabled | 0 (disabled) |
|
||||
| `disable_toolbox_auto_start_for_rest_mode` | 0 = disabled, 1 = enabled | 0 (disabled) |
|
||||
| `Cheats_shortcut_opt` | Multi-select option | 0 (disabled) |
|
||||
| `Toolbox_shortcut_opt` | Multi-select option | 0 (disabled) |
|
||||
| `Games_shortcut_opt` | Multi-select option | 0 (disabled) |
|
||||
| `Kstuff_shortcut_opt` | Multi-select option | 0 (disabled) |
|
||||
|
||||
## DPI API details for tool creators
|
||||
etaHEN's Direct PKG Installer currently is very simple and is considered a WIP
|
||||
|
||||
BIN
etaHEN-2.0b.bin
BIN
etaHEN-2.0b.bin
Binary file not shown.
BIN
etaHEN-2.2B.bin
Normal file
BIN
etaHEN-2.2B.bin
Normal file
Binary file not shown.
BIN
old versions/etaHEN-2.0b.bin
Normal file
BIN
old versions/etaHEN-2.0b.bin
Normal file
Binary file not shown.
BIN
old versions/etaHEN-2.1B.bin
Normal file
BIN
old versions/etaHEN-2.1B.bin
Normal file
Binary file not shown.
Reference in New Issue
Block a user