mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-26 14:28:34 +00:00
Remove DataReader from LoadXFReg
This commit is contained in:
parent
b5fd35f951
commit
d84d695fdf
4 changed files with 50 additions and 73 deletions
|
@ -50,9 +50,7 @@ public:
|
|||
|
||||
if constexpr (!is_preprocess)
|
||||
{
|
||||
// HACK
|
||||
LoadXFReg(count, address,
|
||||
DataReader{const_cast<u8*>(data), const_cast<u8*>(data) + count * sizeof(u32)});
|
||||
LoadXFReg(address, count, data);
|
||||
|
||||
INCSTAT(g_stats.this_frame.num_xf_loads);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue