mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-20 23:09:06 +00:00
Unified torzu and sudachi friend.cpp + fix android build on dma_pusher
This commit is contained in:
@@ -15,6 +15,12 @@ namespace Tegra {
|
||||
|
||||
constexpr u32 MacroRegistersStart = 0xE00;
|
||||
constexpr u32 ComputeInline = 0x6D;
|
||||
//start on PR#76 of Eden this is a unused variable in android (need to investigate)
|
||||
|
||||
// Dummy function that uses ComputeInline
|
||||
constexpr void UseComputeInline() {
|
||||
static_cast<void>(ComputeInline); // Suppress unused variable error
|
||||
}
|
||||
|
||||
DmaPusher::DmaPusher(Core::System& system_, GPU& gpu_, MemoryManager& memory_manager_,
|
||||
Control::ChannelState& channel_state_)
|
||||
|
||||
Reference in New Issue
Block a user