mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
Savestates: Minor logging message
This commit is contained in:
parent
6a3e795d73
commit
46a1c09abe
1 changed files with 5 additions and 0 deletions
|
@ -615,6 +615,11 @@ namespace rsx
|
|||
ar(display_buffers, display_buffers_count, current_display_buffer);
|
||||
ar(unsent_gcm_events, rsx::method_registers.current_draw_clause);
|
||||
|
||||
if (in_begin_end)
|
||||
{
|
||||
rsx_log.error("Savestate created in draw call scope. Report to developers if there are issues with it.");
|
||||
}
|
||||
|
||||
if (ar.is_writing())
|
||||
{
|
||||
if (fifo_ctrl && state & cpu_flag::again)
|
||||
|
|
Loading…
Add table
Reference in a new issue