Search found 49 matches

by codycox.c
Mon Jul 23, 2012 2:35 am
Forum: devkitPSP
Topic: using assembly?
Replies: 4
Views: 19905

Re: using assembly?

Is my makefile correctly written to compile the assembly code? TARGET = mebasic OBJS = assembly.o main.o INCDIR = CFLAGS = -O2 -G0 -Wall CXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rtti ASFLAGS = $(CFLAGS) LIBDIR = LDFLAGS = EXTRA_TARGETS = EBOOT.PBP PSP_EBOOT_TITLE = ME Basic Example PSPSDK=$(shell p...
by codycox.c
Sun Jul 22, 2012 5:46 am
Forum: devkitPSP
Topic: Psp tutorials?
Replies: 5
Views: 21533

Psp tutorials?

Are there any good psp programing tutorials? I cannot seem to find any. Where is everybody else learning psp programing from?
by codycox.c
Sun Jul 22, 2012 5:37 am
Forum: devkitPSP
Topic: A Function to get the time using pspsdk ??
Replies: 2
Views: 14629

Re: A Function to get the time using pspsdk ??

Looks like you need a function to wait for vblank not a timer. I will look later for the function.
by codycox.c
Sat Jul 21, 2012 5:09 am
Forum: devkitPSP
Topic: using assembly?
Replies: 4
Views: 19905

using assembly?

Is it possible to use assembly with C to make psp games? I was thinking that only using C might be too slow for some games.
by codycox.c
Fri Jun 15, 2012 2:09 am
Forum: devkitARM
Topic: should I use assembly
Replies: 2
Views: 7149

should I use assembly

I was wondering if many people are using assembly with C to make their games. Should I learn assembly or should I just use C? I do not know if people still use assembly to make games using devkitARM.
by codycox.c
Wed May 30, 2012 5:11 am
Forum: GBA Development
Topic: compiling elf file
Replies: 1
Views: 6080

compiling elf file

I am using codeblocks to compile my gba games. I set up codeblocks so that it would make an elf file. How can I compile the elf file to a gba game file?
by codycox.c
Wed May 30, 2012 12:20 am
Forum: devkitPSP
Topic: sdl on psp?
Replies: 0
Views: 13220

sdl on psp?

Hi. I know it is possible to use sdl on the psp. How would I set it up sdl and use?
by codycox.c
Sat May 26, 2012 9:47 pm
Forum: devkitPSP
Topic: 3d programing
Replies: 0
Views: 13048

3d programing

I have made 2d games for the psp and I want to make 3d games. Do I have to know open gl if so how would I set it up to use open gl?
by codycox.c
Sat May 19, 2012 6:49 pm
Forum: devkitPSP
Topic: graphiccs.h?
Replies: 2
Views: 13540

Re: graphiccs.h?

What? Nobody has graphics.h. Come on I know somebody has it.
by codycox.c
Sat May 19, 2012 5:47 am
Forum: GBA Development
Topic: Is it worth it
Replies: 3
Views: 10529

Is it worth it

Is it worth programing for the gba? The ds and the psp are much more powerful.