mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-05 00:00:56 +01:00
Savestates: Minor logging message
This commit is contained in:
parent
6a3e795d73
commit
46a1c09abe
|
|
@ -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…
Reference in a new issue