Subversion Repositories Tewi

Rev

Rev 183 | Rev 189 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 183 Rev 187
Line 1... Line 1...
1
/* $Id: main.c 183 2024-09-27 16:15:15Z nishi $ */
1
/* $Id: main.c 187 2024-09-28 00:07:34Z nishi $ */
2
 
2
 
3
#define SOURCE
3
#define SOURCE
4
 
4
 
5
#include "../config.h"
5
#include "../config.h"
6
 
6
 
Line 238... Line 238...
238
		printf("Got an unknown IP\n");
238
		printf("Got an unknown IP\n");
239
		while(running) sceKernelDelayThread(50 * 1000);
239
		while(running) sceKernelDelayThread(50 * 1000);
240
		sceKernelExitGame();
240
		sceKernelExitGame();
241
	}
241
	}
242
	printf("Connected, My IP is %s\n", info.ip);
242
	printf("Connected, My IP is %s\n", info.ip);
-
 
243
#elif defined(__PPU__)
-
 
244
	printf("PS3 Bootstrap, Tewi/%s\n", tw_get_version());
-
 
245
	netInitialize();
243
#endif
246
#endif
244
	int st = startup(argc, argv);
247
	int st = startup(argc, argv);
245
	if(st != -1) {
248
	if(st != -1) {
246
#ifdef _PSP
249
#ifdef _PSP
247
		printf("Error code %d\n", st);
250
		printf("Error code %d\n", st);