This commit is contained in:
lizzie
2026-05-16 15:22:59 +00:00
parent 5f3389f085
commit d05345d7b2
7 changed files with 238 additions and 121 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ ChannelState::ChannelState(s32 bind_id_)
: bind_id{bind_id_}
{}
void ChannelState::Init(Core::System& system, u64 program_id_) {
void ChannelState::Init(Core::System& system, GPU& gpu, u64 program_id_) {
ASSERT(memory_manager);
program_id = program_id_;
payload.emplace(system, *memory_manager, *this);