mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-27 23:08:47 +00:00
Fifo: Make g_bSkipCurrentFrame a TU-local variable
This is only ever queried, making it a global isn't necessary.
This commit is contained in:
parent
48e7e5b72e
commit
5ebd1e215b
9 changed files with 19 additions and 14 deletions
|
@ -277,7 +277,7 @@ u8* Run(DataReader src, u32* cycles, bool in_display_list)
|
|||
(cmd_byte & GX_PRIMITIVE_MASK) >> GX_PRIMITIVE_SHIFT,
|
||||
num_vertices,
|
||||
src,
|
||||
Fifo::g_bSkipCurrentFrame,
|
||||
Fifo::WillSkipCurrentFrame(),
|
||||
is_preprocess);
|
||||
|
||||
if (bytes < 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue