Really? I tough it was only possible with an emulator It is commonly refered to as a "hackintosh". The question of legality may be posed by Apple's side, as they only care for OS X being on Apple branded computers (they are nothing more than overpriced PCs nowadays) and structure their OS...
If the SPEs had a destiny, it would be signal processing - they should be able to chew through a couple (and I think I'm being conservative) concurrent 1080p sources quite easily.
How do you apply the patch? This question never got answered. It's available on most setups from linux to windows (cygwin/mingw). Typing "patch --help" alone in a shell in your dev environment should give you a list of options. or read the manual (google) http://linux.die.net/man/1/patch
hlide wrote:I'm sorry to say that you're are more stupid than you think : if you want for us to help you, you need to paste your real code which has a problem, not any example.
I don't know if our problems are related. While I'm not under a 64bit OS, I've also been having strange memory issues on my project; works fine under an older pspsdk setup, but recently I've had to reinstall windows, rebuilt everything just fine, but the same psp source which had no memory issues be...
That's exactly the problem, you're linking to SDL_main which has been built using those macros. Don't link to it if you want to use the macros in your stuff, or omit them if you do link to SDL_main. Also, you may want to consider dropping SDL_main if you you plan on some level of compatibility with ...
It's not worth bothering with (IMO). The exception handling is useful under 1.5, and if you're developing under 3.x/cfw, simply don't link SDL_main. If you want the app to work under both 1.5/3.x, simply don't link SDL_main. Updating the readme to merely emphasize this would probably be enough, I wo...
Just for information's sake (regarding movies), here are the 3 blu-ray region codes & their territories: A/1: North America, Central America, South America, Japan, North Korea, South Korea, Taiwan, Hong Kong and Southeast Asia. B/2: Europe, Greenland, French territories, Middle East, Africa, Aus...
I think Blue Ray is are cheap words used to make products sell higher. They really don't do a thing. The PS3 already has HD then how much better will the Blue Ray discs make it look. The PS3 is just a cheap piece of garbage that was put together from the scraps of the X-Box 360 and Wii. (I don't ev...
Can anyone help enlighten me about how to get this to work? Would like to make my SDL app sleep and resume properly. At the moment when trying to standby, screen goes blank, green light blinks rapidly for an extended period, then shutdown.
I think this limitation just kicked my ass. I have no problems running the app I ported through PSPLink/hostfs side of things (hooray for tyranid!) but from the memstick side of things, some showstoppers result: errno codes from 24 (too many open?) to 2 (not found? when trying to read, but the file(...
Takes me 45-55 mins to compile the toolchain start to finish on what is by now an old (but reliable) rig. The problem is neither the toolchain or Cygwin.