Search found 3 matches

by Cid89highwind
Fri Nov 27, 2009 2:29 am
Forum: PSP Development
Topic: [Project]Joyau: Programming in Ruby for PSP
Replies: 37
Views: 36633

No, you're right :) But don't forget internal dependencies, like joyau/inherited required in other files (e.g. joyau/viewport ). Notice that Joyau adds the following directory to the include path : - ./ruby/1.8/ - ./ruby/site_ruby/ - ./ruby/site_ruby/1.8/ - ms0:/ruby/1.8/ - ms0:/ruby/site_ruby/ - m...
by Cid89highwind
Thu Nov 26, 2009 5:45 am
Forum: PSP Development
Topic: [Project]Joyau: Programming in Ruby for PSP
Replies: 37
Views: 36633

I tried your with the EBOOT ( I use rather the PRX, inside psplink ). Your simple should put the text in stdout, which cannot be read from the PSP. I tried some samples, they all worked fine. Are you sure you put all the files in the correct folder ? Did you put the site_ruby ? Because many samples...
by Cid89highwind
Tue Nov 24, 2009 8:47 pm
Forum: PSP Development
Topic: [Project]Joyau: Programming in Ruby for PSP
Replies: 37
Views: 36633

That's strange, I tried Joyau but it has lots of problems with my psp. If I type a simple "puts "Hello World!" " it works fine, but if I try something a bit more complex the psp freezes. :( That's a shame, 'cause I'm very interested in this project (i love Ruby, since it's simple...