mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-19 22:57:50 +00:00
MacroHLE: Final cleanup and fixes.
This commit is contained in:
parent
ea140a70fa
commit
e6e49e584f
14 changed files with 94 additions and 128 deletions
|
@ -200,7 +200,8 @@ public:
|
|||
/// Return true when a CPU region is modified from the CPU
|
||||
[[nodiscard]] bool IsRegionCpuModified(VAddr addr, size_t size);
|
||||
|
||||
void SetDrawIndirect(const Tegra::Engines::DrawManager::IndirectParams* current_draw_indirect_) {
|
||||
void SetDrawIndirect(
|
||||
const Tegra::Engines::DrawManager::IndirectParams* current_draw_indirect_) {
|
||||
current_draw_indirect = current_draw_indirect_;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue