Skip to content

Commit

Permalink
Coverflow GUI for PS3 2.0
Browse files Browse the repository at this point in the history
- Compiled binaries of webMAN MOD to generate gamelist.js
- Fixed regression in keyNames in coverflow debug
  • Loading branch information
aldostools committed Jun 8, 2024
1 parent f8b58f1 commit c87b8d0
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions _Projects_/updater/pkgfiles/USRDIR/html/games.html
Original file line number Diff line number Diff line change
Expand Up @@ -650,10 +650,10 @@
const padDown = 40;

var keyNames = {
padLeft : "(D-Pad Left)",
padUp : "(D-Pad Up)",
padRight: "(D-Pad Right)",
padDown : "(D-Pad Down)"
37: "(D-Pad Left)",
38: "(D-Pad Up)",
39: "(D-Pad Right)",
40: "(D-Pad Down)"
};

var keyName = keyNames[event.keyCode] ? keyNames[event.keyCode] : "";
Expand Down
Binary file modified _Projects_/updater/pkgfiles/USRDIR/webftp_server_full.sprx
Binary file not shown.
Binary file modified _Projects_/updater/pkgfiles/USRDIR/webftp_server_lite.sprx
Binary file not shown.
Binary file modified _Projects_/updater/pkgfiles/USRDIR/webftp_server_noncobra.sprx
Binary file not shown.
Binary file not shown.
Binary file modified _Projects_/updater/update/dev_hdd0/plugins/webftp_server.sprx
Binary file not shown.
Binary file modified _Projects_/updater/update/dev_hdd0/plugins/webftp_server_lite.sprx
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -650,10 +650,10 @@
const padDown = 40;

var keyNames = {
padLeft : "(D-Pad Left)",
padUp : "(D-Pad Up)",
padRight: "(D-Pad Right)",
padDown : "(D-Pad Down)"
37: "(D-Pad Left)",
38: "(D-Pad Up)",
39: "(D-Pad Right)",
40: "(D-Pad Down)"
};

var keyName = keyNames[event.keyCode] ? keyNames[event.keyCode] : "";
Expand Down

0 comments on commit c87b8d0

Please sign in to comment.