Quote:
Originally Posted by Shin_Gouki
BTW: What IDE you use?
IntelliJ idea?
Is it really THAT much better? 
|
IDEA rules... but I have friends who use Eclipse ;-)
Quote:
Originally Posted by NexXxus
whoohoo! nice.
X86 only, or does it work on PS3 linux too?
|
I haven't actually tried it on any non-Intel hardware. As long as the VM does a decent job of producing optimal machine code (as per HotSpot), and as long as there is a reasonably fast way of copying to the screen, then it should be OK.
It should be free from byte-ordering issues, but I'd have to run it to make sure.
Oh, finally it currently works better if the VM supports native threads and thread priorities.
Note, that various bits of the emulator rely on certain features of the VM to run fast, but that said all bits of the emulator is entirely pluggable, so it is easy to switch implementations of a particular piece of the PSX or EMU to make it work better on your platform
Last edited by grahams; July 31st, 2008 at 18:18.
Reason: Automerged Doublepost