PaladinBL
The localization affects nearly all files in code repository as well as the build lscript, in parallel, I plan to do heavy refactoring (utils.js has grown ugly as hell, browsefolders was a Frankenstein from the beginning) that will also affect nearly all files, it hardly makes sense to split this work. If you feel like contributing to PRS+ there are dozens of feature requests on the corresponding wiki page...
VICTORSJG
It's just seems like a lot of overhead just to replace single "USB is connected" string, since I cannot simply hardcode it in xml.
thawk
I've seen this code in porkupan's (boroda) firmwares. What I don't like about it is: it ALWAYS does lookup strings in a giant hashtable, instead of setting them once and for good.
Another thing (not related), does anyone understand why this call works:
var result = arguments.callee.grammar.call(this);
this kind of calls was made for anonymous functions to be able to recursively call themselves. But what I see in the code is not a recursion and should lead to stack overflow. (I know, that it doesn't, just don't get why)
elcreative
Thanks for the warm words.
sideburnt
Quote:
well I reformatted another SD card and moved the PRSInstall files onto it. First connection to the device and Bingo.
|
So probably reader couldn't read entire folder stucture, strange. If this was the case, then moving most root folders into a subfolder would have worked as well.
dwanthny
Quote:
With just plain old Sony firmware it says 1/2 at the bottom but with your firmware it says 1/1 even though there is a second page.
|
Yes, I'll have a look one day, thanks for reporting.
Quote:
Is there any way to assign the function that was the default of the joypad center button (it is used to select menu items) to another button?
|
I think it would be 2 different actions, one for menu and one for books, but yes, it's possible.