4 Commits
2.0b ... 2.1B

Author SHA1 Message Date
LightningMods
ea3b04a60f etaHEN updated to 2.1B
- Added the ability to pause/resume kstuff in the toolbox (Utilities section)
- Updated kstuff and etaHEN for 7.xx support
- Improved stability when auto loading the toolbox (new loading method, should be 20x more stable) requires kstuff, old method will be used as a fallback where kstuff or byepervisor isnt available
- Added more in-depth errors to DPIv2 by  @crayspn
- Fixed kstuff unnecessarily changing *kit target ids (causing devkits to default to release mode)
- Added the DBG0 IP address to the Home menu panel for devkits
- Fixed klog auto starting even when its disabled via toolbox/config
- removed creating unnecessary files when starting etaHEN (should slightly speed up start times)
- Added an option to reload cheats cache and auto add new cheats to the cache files
- Updated PS5Debug by GHEN and re-enabled PS5Debug for 5.xx
- Added a check to see if an operations like downloading the Store/Cheats or reloading the cheats cache is already in progress before starting a new operation
- Added an option to load etaHEN without kstuff (ADVANCED USERS ONLY) i.e cheats or plugins (a file named "no_kstuff" on USB root or /data/etaHEN/ will disable loading kstuff)
- added back PKG Installer patches for 2.xx and 3.xx-4.xx
2025-04-28 14:18:48 -04:00
LM
360e7c0d2d correct a few typos 2025-03-29 15:55:55 -04:00
LightningMods
28c4489a41 Fix showing the plugin auto start options 2025-03-29 01:13:03 -04:00
LightningMods
178499a10c [HOT FIX] temp. remove spoof patches for 3.xx and 4.xx 2025-03-28 19:06:25 -04:00
4 changed files with 3 additions and 3 deletions

View File

@@ -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 = "",

Binary file not shown.

BIN
etaHEN-2.1B.bin Normal file

Binary file not shown.

Binary file not shown.