revert to master head

This commit is contained in:
lizzie
2026-06-27 18:25:10 +00:00
parent 4ea4c2df28
commit 240e544e26
7 changed files with 120 additions and 237 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ ChannelState::ChannelState(s32 bind_id_)
: bind_id{bind_id_}
{}
void ChannelState::Init(Core::System& system, GPU& gpu, u64 program_id_) {
void ChannelState::Init(Core::System& system, u64 program_id_) {
ASSERT(memory_manager);
program_id = program_id_;
payload.emplace(system, *memory_manager, *this);