Screenshots and certain codecs work great everywhere at any resolution.craigix said:Thanks for the help everyone, I've decided to just release a version for the GP2X as Windows is wasting my time![]()
quasist said:SDL_LockSurface(screen);craigix said:for(n = 0; n < height; n++){
for(nt = 0; nt < width; nt++){
memcpy(screen->pixels,scrbuf,SCRBUF_SIZE); //strings.h
SDL_UnlockSurface(screen);
is much faster solution
Bloating thine code already?
you are the one wasting the Windows' timecraigix said:as Windows is wasting my time![]()
Yes memcpy is better , i was thinking of that ( i use it a lot for DS) in wakeup this morning
![]()
and well don't forget to put SDL.dll in a directory of searchpath ( for example in c:\windows\system32) or in directory of the program
sorry i forgot give sdl.dll in my zip :rolleyes:
i have use last Sdl : 1..2.13
And Craig make your demo on the platform easier to do for you, and after publish it with source on board so we could make version for linux , windows![]()
craigix said:Thanks for the help everyone, I've decided to just release a version for the GP2X as Windows is wasting my time
You could make a livecd and/or a virtual machine image (qemu, virtualbox, vmware) for testing.
Heh...what about those of us who DON'T use Windows?craigix said:I'm just calling the GUI PandorOS for now, I'll probably rename it something else later.
The idea of this port is that it sits on top of windows not linux so people on here can try it out.
Svartalf said:Heh...what about those of us who DON'T use Windows?craigix said:I'm just calling the GUI PandorOS for now, I'll probably rename it something else later.
The idea of this port is that it sits on top of windows not linux so people on here can try it out.
Aye, that would leave several of us in the dark.
icurafu said:lindows?
what?
Craig, if it doesn't work with wine I'll lead your crucifixion.
Tinnus said:You can use the same SDL code for Linux with a simple recompile...
If the code is released.
Svartalf said:Heh...what about those of us who DON'T use Windows?craigix said:I'm just calling the GUI PandorOS for now, I'll probably rename it something else later.
The idea of this port is that it sits on top of windows not linux so people on here can try it out.
...or don't own a GP2X. I can't believe I'm going to miss out on the first GUI demo.
Edit: Wine is pretty good nowadays, so if Craigix did release an EXE, we Linux folk should be alright.
You can make the 3D onequasist said:and making 2d OS shell is a totaly ugly idea
Sega Megadrive emulates the picodrive of GP2X for instanceVorporeal said:Now the question arises - is there a GP2X emulator for Windows/Linux?
quasist said:Sega Megadrive emulates the picodrive of GP2X for instanceVorporeal said:Now the question arises - is there a GP2X emulator for Windows/Linux?
I mean, is there a program for Windows or Linux that we could use to emulate the GP2X and run this demo that Craig's gonna release for the GP2X (for those of us that don't have one).