Search found 9 matches

by xpack
Sun Jul 15, 2007 10:18 am
Forum: PSP Development
Topic: Toolchain script
Replies: 2
Views: 1544

Toolchain script

Image

Is this the end of the toolchain script. Sorry but I just want to know that I didn't sit and wait 9 hours for a failure
by xpack
Sat Jul 07, 2007 9:45 am
Forum: PSP Lua Player Development
Topic: Previewing Lua on PC
Replies: 5
Views: 6017

By when, not to be a bother just wondering
by xpack
Sat Jul 07, 2007 8:39 am
Forum: PSP Lua Player Development
Topic: Previewing Lua on PC
Replies: 5
Views: 6017

Is there any development on making windows luaplayer any better
by xpack
Sat Jul 07, 2007 8:25 am
Forum: PSP Lua Player Development
Topic: LUA PLAYER MOD AND WXPSP -- COOLS PLZ LOOK AT THIS
Replies: 3
Views: 5647

You can post it in the development section over at qj.net
by xpack
Wed Jun 27, 2007 6:36 am
Forum: PSP Lua Player Development
Topic: Problems compiling LUAPLAYER
Replies: 7
Views: 7188

From Insert_Witty_Name Open up the sio.cpp mate and change this code: static int io_lseek(PspIoDrvFileArg *arg, u32 unk, long long ofs, int whence) { return 0; } To this: static SceOff io_lseek(PspIoDrvFileArg *arg, SceOff ofs, int whence) {...
by xpack
Wed Jun 27, 2007 6:28 am
Forum: PSP Lua Player Development
Topic: Problems compiling LUAPLAYER
Replies: 7
Views: 7188

youresam- is your compilable Luaplayer .16 the one with the netlib included with it. If not could you post a link with it.
by xpack
Tue Jun 26, 2007 9:25 am
Forum: PSP Lua Player Development
Topic: Luaplayer compiling probelm
Replies: 4
Views: 5010

Okay thanks, got Luplayer 20 compiled.
by xpack
Tue Jun 26, 2007 9:02 am
Forum: PSP Lua Player Development
Topic: Luaplayer compiling probelm
Replies: 4
Views: 5010

Was it changed in the svn version or the luaplayer.org one
by xpack
Tue Jun 26, 2007 8:31 am
Forum: PSP Lua Player Development
Topic: Luaplayer compiling probelm
Replies: 4
Views: 5010

Luaplayer compiling probelm

I got the psp-sdk from 6-6-07 and when trying to compile Luaplayer.20 I get this error src/lua3d.cpp: In function 'void lua3D_init(lua_State*)': src/lua3d.cpp:355: error: 'GU_COLOR_RES1' was not declared in this scope src/lua3d.cpp:356&...