141w ago - In what may be the most lame video thus far, YouTube user
vakalokass has shared one of a Hello World for Sony's PS3 entertainment system today.
Why is it considered lame exactly? Well, for starters the PS3 has been hacked and running code that Sony doesn't approve of for a few weeks now via PS JailBreak- including full PlayStation 3 game backups.
Download:
PS3 Hello World
Anyway, those interested can check it out below and be aware it was made with a simple printf application using samples from the
leaked PS3 SDK.
Finally, the video's caption simply reads as follows, to quote: "The first HelloWorld in PS3, by
The_Marioga and
CORAGON"
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include "../../Common/gfxCommon.h"
#include "../../Common/gfxPad.h"
SYS_PROCESS_PARAM(1001, 0x10000)
int main() {
sys_spu_initialize(6, 1);
gfxInitGraphics();
gfxInitPad();
dbgFontInit();
while (1) {
glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT | GL_STENCIL_BUFFER_BIT);
dbgFontPrintf(40,70,1.0f,"HELLO WORLD BY the_marioga & CORAGON.");
dbgFontPrintf(40,90,1.0f,"Agradecimientos a xinops3 por probarlo. Visita www.r-3volution.com y www.demonhades.org");
dbgFontDraw();
psglSwap();
gfxPadRead();
if (gfxDpadCross(0)) {
psglExit();
}
}
return 0;
}
gunner upload it via megaupload or something
I'm thinking of PSJB's 'manager.pkg' and nothing has been said about that. So I guess I'm safe?