Search found 1 match

by rand11
Mon Aug 08, 2005 6:53 pm
Forum: PSP Development
Topic: program to tell if wlan switch is on/off
Replies: 5
Views: 4344

Hey Icy Nice little function that I hadn't thought about. I'll definitely use it. Here's a slightly optimised version. int main(void) { pspDebugScreenInit(); SetupCallbacks(); pspDebugScreenSetXY(5, 5); printf("\nMy Slightly Optimised Wlan Switch Test:\n"); wlanstatus = sceWlanGetSwitchSta...