mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12: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(display_buffers, display_buffers_count, current_display_buffer);
|
||||||
ar(unsent_gcm_events, rsx::method_registers.current_draw_clause);
|
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 (ar.is_writing())
|
||||||
{
|
{
|
||||||
if (fifo_ctrl && state & cpu_flag::again)
|
if (fifo_ctrl && state & cpu_flag::again)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue