Updated some Logs to help finding the location of the call to debug.
This commit is contained in:
parent
04434ea68e
commit
f17d387a65
2 changed files with 3 additions and 3 deletions
|
@ -591,7 +591,7 @@ u32 Net_Term() {
|
|||
}
|
||||
|
||||
static u32 sceNetTerm() {
|
||||
WARN_LOG(SCENET, "sceNetTerm()");
|
||||
WARN_LOG(SCENET, "sceNetTerm() at %08x", currentMIPS->pc);
|
||||
int retval = Net_Term();
|
||||
|
||||
// Give time to make sure everything are cleaned up
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue