Skip to content

Commit

Permalink
log to rpcs3 window
Browse files Browse the repository at this point in the history
  • Loading branch information
jnackmclain committed Dec 11, 2024
1 parent 9691182 commit 25c84be
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion _ark/dx/read_write/dx_log_funcs.dta
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,16 @@
{func
dx_log_writer
($loglevel $dx_log_writer)
kDataUnhandled
{do
($line1 {sprint $dx_log_writer})
#ifdef RB3E
{print_debug $line1}
#else
{if {== $dx_detected_platform platform_rpcs3}
{file_exists {sprint "GD:/" $line1}}
}
#endif
}
}
#endif
#endif
Expand Down

0 comments on commit 25c84be

Please sign in to comment.