mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-21 18:07:50 +00:00
DMAPusher: Improve collection of non executing methods
This commit is contained in:
parent
d2643a61c3
commit
4bf1ee5bdc
13 changed files with 181 additions and 2 deletions
|
@ -309,6 +309,8 @@ private:
|
|||
/// Performs the copy from the source surface to the destination surface as configured in the
|
||||
/// registers.
|
||||
void Blit();
|
||||
|
||||
void ConsumeSinkImpl() override;
|
||||
};
|
||||
|
||||
#define ASSERT_REG_POSITION(field_name, position) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue