Add a function in ps2link/ps2client
Add a function in ps2link/ps2client
Is it possible to add a function to get "exceptions handler" on ps2client and not only on the tv ?
-
- Posts: 564
- Joined: Sat Jan 17, 2004 10:22 am
- Location: Sweden
- Contact:
btw, ooPo, there is a small bug with ps2client's dumpmem command:
Should be no problem to fix it. ;)
Code: Select all
ps2link.c (Rev. 1.17), line 260
command.offset = offset;
should be:
command.offset = htonl(offset);
There are prolly other bugs in ps2client anyway ;)
By the way, how can we register new products/components to the bugzilla ?
By the way, how can we register new products/components to the bugzilla ?
pixel: A mischievous magical spirit associated with screen displays. The computer industry has frequently borrowed from mythology. Witness the sprites in computer graphics, the demons in artificial intelligence and the trolls in the marketing department.