Open LawlieMan opened 8 months ago
Just rename the ELF and main.js to be capital letters? 🤔 Does it even require any other file?
Hi, can confirm it works if you just recompile, I agree a small modification (checking for both main.js
AND MAIN.JS
?) could make it more handy, but for now here's the .elf from the fix-compilation branch edited to work with MAIN.JS
if anyone needs them and doesn't want to bother installing all the sdk stuff
bin.zip
Hi, can confirm it works if you just recompile, I agree a small modification (checking for both
main.js
ANDMAIN.JS
?) could make it more handy, but for now here's the .elf from the fix-compilation branch edited to work withMAIN.JS
if anyone needs them and doesn't want to bother installing all the sdk stuff bin.zip
checking for both files seems good. I'll include it on v3 soon
This technically isn't that important, but I feel it would be very easy for you to do so I'm asking anyway. Could you create a version of this with all the file and folder names in all capital letters, with no spaces? I'm creating a PS2 game as a passion project, and this file naming scheme is required to burn the game to a real, physical DVD.
I know I could just keep it as an ELF program, but I'd really like to be able to burn it if possible.
Thanks.