Hey,
Is there any way to get time (in hours and minutes) adjusted in PSP?
Thank you.
kweensey
How to get actual time in PSP?
How to get actual time in PSP?
Last edited by kweensey on Sat Feb 28, 2009 7:54 pm, edited 1 time in total.
Hey,
thanks for reply.. :)
Do I need to define something? Because if I compile that, Cygwin give me some errors:
Thanks for help.
kweensey
thanks for reply.. :)
Do I need to define something? Because if I compile that, Cygwin give me some errors:
Code: Select all
psp-gcc -I. -I/usr/local/pspdev/psp/sdk/include -O2 -G0 -Wall -D_PSP_FW_VERSION=
150 -c -o main.o main.c
main.c: In function 'main':
main.c:43: error: 'pspTime' undeclared (first use in this function)
main.c:43: error: (Each undeclared identifier is reported only once
main.c:43: error: for each function it appears in.)
main.c:43: error: expected ';' before 'psptime'
main.c:45: warning: implicit declaration of function 'sceRtcGetCurrentClockLocal
Time'
main.c:45: error: 'psptime' undeclared (first use in this function)
make: *** [main.o] Error 1
kweensey