Separate names with a comma.
Here's how it works in iOS 4.x (I have no PC OpenGL experience): All drawing units are virtual points, not pixels. All OpenGL views are backed...
I don't understand your post. 1. Bicubic resizing is available free I you want using say imagemajick. The point was it's a fast way to improve...
GTA: Chinatown Wars works, but the i4 can't handle the strain :( [IMG]
In conclusion, Apple has made it dead simple for devs to add Retina support. Any OpenGL games require two lines of code to enable 960x640...
F.A.S.T. works perfectly. I'll update the repo. [IMG]
The plist file simply lists which "things" are affected by the dynamic library, which is what does the actual tinkering in memory. I'll take a...
Thanks for the kind words. I'm curious about the iPad too, but I don't have one to test on. If I could get libsubstrate compiled on my Mac I could...
Retinasizer 1.0 released in this thread.
there is nothing game-specific in Retinasizer, so you can add whatever game id's you want in the...
Retinasizer 1.0 is live! Updated first post with download info.
@MICHAELSD: that's the plan!
No lie. I am working on a mobilesubstrate plugin/tweak that overrides certain system messages/function calls. I released an early test version...
Big breakthrough. I suspect many more games will work now. PES 2010 works perfectly! Also COD: Zombies works in the game, but the initial menus...
Got PES 2010 running with Retina graphics PERFECTLY!!! Looks amazing. I'll post some screens and a dl link in the Retinasizer thread.
Got it working with Retina graphics! I'll post a download soon. [IMG] [IMG] [IMG]
I'll post a newer build. However I'm stuck at a point where most games retinasize, but their 2d GUIs don't. I'll keep working on it, hopefully...
Touch Pets Cats in HD: [IMG] Red Alert (the gui is messed up though): [IMG] NHL2K (gui is messed up): [IMG]
Yes, you can add more by their bundle id (found in Info.plist)--make sure the ids are comma separated. It's most likely not going to work on many...
Lol don't even bother. PES >> X2 > FIFA >> Real Football. The retina graphics on RF2011 are decent, but the gameplay is awful. FIFA 2011 has...
All you need to do in your UIView / EAGLView is this: self.contentScaleFactor = 2.0f; That tells Quartz to use 2 screen pixels for each...