2026-09-12 01:45:47

Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie
2026-09-12 01:45:51 +00:00
parent 8a22f1845b
commit 3e29fdd2b9
+1 -1
View File
@@ -78,7 +78,7 @@ public:
protected:
static constexpr size_t UNSET_CHANNEL{(std::numeric_limits<size_t>::max)()};
P* channel_state;
P* channel_state = nullptr;
size_t current_channel_id{UNSET_CHANNEL};
size_t current_address_space{};
Tegra::Engines::Maxwell3D* maxwell3d{};