mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
sceio:Remove fix Buzz Ultimate Music Quiz Crash Sporadically code
Now no need the code. link #4497
This commit is contained in:
parent
95003cb77d
commit
a24b1cf024
1 changed files with 0 additions and 6 deletions
|
@ -567,22 +567,16 @@ u32 sceIoUnassign(const char *alias)
|
|||
}
|
||||
|
||||
u32 sceKernelStdin() {
|
||||
// fix Buzz Ultimate Music Quiz Crash Sporadically,issue#4497
|
||||
hleEatCycles(1);
|
||||
DEBUG_LOG(SCEIO, "%d=sceKernelStdin()", PSP_STDIN);
|
||||
return PSP_STDIN;
|
||||
}
|
||||
|
||||
u32 sceKernelStdout() {
|
||||
// fix Buzz Ultimate Music Quiz Crash Sporadically,issue#4497
|
||||
hleEatCycles(1);
|
||||
DEBUG_LOG(SCEIO, "%d=sceKernelStdout()", PSP_STDOUT);
|
||||
return PSP_STDOUT;
|
||||
}
|
||||
|
||||
u32 sceKernelStderr() {
|
||||
// fix Buzz Ultimate Music Quiz Crash Sporadically,issue#4497
|
||||
hleEatCycles(1);
|
||||
DEBUG_LOG(SCEIO, "%d=sceKernelStderr()", PSP_STDERR);
|
||||
return PSP_STDERR;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue