This commit is contained in:
lizzie
2026-05-16 15:22:59 +00:00
parent d8d35d9837
commit 62e6e2acbe
7 changed files with 249 additions and 124 deletions
+1 -1
View File
@@ -31,7 +31,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);