-
-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
♻️ Replaced reload XMB with the user logout method by @LuanTeles If there is only one user, RELOADXMB is be used wait & multi-pad commands are supported by a single call to /pad.ps3. For wait use: |<seconds>|
- Loading branch information
1 parent
681a6fd
commit b610669
Showing
14 changed files
with
130 additions
and
34 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[Settings] | ||
whitelist= | ||
path0="d:\" | ||
port0="38008" | ||
path1="" | ||
port1="38009" | ||
path2="" | ||
port2="38010" | ||
path3="" | ||
port3="38011" | ||
path4="" | ||
port4="38012" | ||
path5="" | ||
port5="38013" | ||
path6="" | ||
port6="38014" | ||
path7="" | ||
port7="38015" | ||
path8="" | ||
port8="38016" | ||
path9="" | ||
port9="38017" |
Binary file modified
BIN
+55 Bytes
(100%)
_Projects_/updater/pkgfiles/USRDIR/webftp_server_full.sprx
Binary file not shown.
Binary file modified
BIN
+116 Bytes
(100%)
_Projects_/updater/pkgfiles/USRDIR/webftp_server_noncobra.sprx
Binary file not shown.
Binary file modified
BIN
+148 Bytes
(100%)
_Projects_/updater/pkgfiles/USRDIR/webftp_server_rebug_cobra_ps3mapi.sprx
Binary file not shown.
Binary file modified
BIN
+55 Bytes
(100%)
_Projects_/updater/update/dev_hdd0/plugins/webftp_server.sprx
Binary file not shown.
Binary file modified
BIN
+116 Bytes
(100%)
_Projects_/updater/update/dev_hdd0/plugins/webftp_server_noncobra.sprx
Binary file not shown.
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
if(islike(param, "/reloadxmb.ps3") && refreshing_xml == 0) | ||
{ | ||
reload_xmb(); | ||
reload_xmb(param[14]); | ||
sprintf(param, "/index.ps3"); | ||
} |
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
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