mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-22 02:03:17 +00:00
@@ -78,7 +78,7 @@ public:
|
|||||||
protected:
|
protected:
|
||||||
static constexpr size_t UNSET_CHANNEL{(std::numeric_limits<size_t>::max)()};
|
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_channel_id{UNSET_CHANNEL};
|
||||||
size_t current_address_space{};
|
size_t current_address_space{};
|
||||||
Tegra::Engines::Maxwell3D* maxwell3d{};
|
Tegra::Engines::Maxwell3D* maxwell3d{};
|
||||||
|
|||||||
Reference in New Issue
Block a user