| View previous topic :: View next topic |
| Author |
Message |
jojojoris
Joined: 30 Mar 2008 Posts: 261
|
Posted: Fri Feb 06, 2009 4:12 am Post subject: make MS read speed slower |
|
|
DA made a program which speeds the ms up.
Now can someone make a program that does the opposite. Making the read-speed slower? |
|
| Back to top |
|
 |
Pirata Nervo
Joined: 09 Oct 2007 Posts: 409
|
Posted: Fri Feb 06, 2009 4:21 am Post subject: |
|
|
why would you want that? o.o _________________
Upgrade your PSP |
|
| Back to top |
|
 |
ctszy
Joined: 12 Apr 2008 Posts: 18
|
Posted: Fri Feb 06, 2009 1:38 pm Post subject: |
|
|
well.. I think you can do so like this:
first, get fatms IO driver by
PspIoDrv* ms_drv=sctrlHENFindDriver("fatms");
store its ms_drv->funcs->IoRead in a pointer(for example, OriIoRead)and hook it by your new func like this:
int SlowIoRead(PspIoDrvFileArg *arg, char *data, int len)
{
sceKernelDelayThread(len/100);
OriIoRead(arg,data,len);
}
But I don't think there's any use... |
|
| Back to top |
|
 |
jojojoris
Joined: 30 Mar 2008 Posts: 261
|
Posted: Sat Feb 07, 2009 2:35 am Post subject: |
|
|
well.
you can use it to play backup's with a check that monitors the read speed. Games like DJ max fever. |
|
| Back to top |
|
 |
TyRaNiD
Joined: 18 Jan 2004 Posts: 918
|
Posted: Sat Feb 07, 2009 3:09 am Post subject: |
|
|
| Or perhaps not play backups, just a thought here... |
|
| Back to top |
|
 |
Torch

Joined: 28 May 2008 Posts: 842
|
Posted: Sat Feb 07, 2009 3:43 am Post subject: |
|
|
| You could take it a step further and adjust the delay based on the seek time the laser would take relative to the last LBA read. |
|
| Back to top |
|
 |
ctszy
Joined: 12 Apr 2008 Posts: 18
|
Posted: Sun Feb 08, 2009 4:02 pm Post subject: |
|
|
| jojojoris wrote: | well.
you can use it to play backup's with a check that monitors the read speed. Games like DJ max fever. |
DJMAX FEVER checks the read speed? First time hearing this..
is there any evidence (like reversed BOOT code) to prove this? |
|
| Back to top |
|
 |
Torch

Joined: 28 May 2008 Posts: 842
|
Posted: Sun Feb 08, 2009 4:05 pm Post subject: |
|
|
| Its not the read 'speed'. Just checks if it takes 'long enough'. This can be worked around by suspending it in between, ejecting memory stick, etc. |
|
| Back to top |
|
 |
ctszy
Joined: 12 Apr 2008 Posts: 18
|
Posted: Sun Feb 08, 2009 4:16 pm Post subject: |
|
|
| Torch wrote: | | Its not the read 'speed'. Just checks if it takes 'long enough'. This can be worked around by suspending it in between, ejecting memory stick, etc. |
So seems easy to crack then .. ?
PS: does anyone know the exact read speed of UMD driver? |
|
| Back to top |
|
 |
TyRaNiD
Joined: 18 Jan 2004 Posts: 918
|
Posted: Sun Feb 08, 2009 5:53 pm Post subject: |
|
|
| This really isn't the kind of thing we should be talking about here, we all know "backups" is a euphemism and if you going to start talking about cracking then this is where the thread gets locked :) |
|
| Back to top |
|
 |
Torch

Joined: 28 May 2008 Posts: 842
|
Posted: Sun Feb 08, 2009 6:16 pm Post subject: |
|
|
Yes lets not.
Last edited by Torch on Mon Feb 09, 2009 2:40 am; edited 1 time in total |
|
| Back to top |
|
 |
ctszy
Joined: 12 Apr 2008 Posts: 18
|
Posted: Sun Feb 08, 2009 8:23 pm Post subject: |
|
|
| TyRaNiD wrote: | | This really isn't the kind of thing we should be talking about here, we all know "backups" is a euphemism and if you going to start talking about cracking then this is where the thread gets locked :) |
oh yes, sorry for that... |
|
| Back to top |
|
 |
|