Skip to content

Commit

Permalink
Savestates: Minor logging message
Browse files Browse the repository at this point in the history
  • Loading branch information
elad335 committed Mar 26, 2024
1 parent 6a3e795 commit 46a1c09
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rpcs3/Emu/RSX/RSXThread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 46a1c09

Please sign in to comment.