Improved Addons Manager
This commit is contained in:
parent
feb3b6ece3
commit
e5a954617b
103 changed files with 1588 additions and 1351 deletions
|
|
@ -18,8 +18,8 @@ namespace Tegra {
|
|||
|
||||
CDmaPusher::CDmaPusher(Host1x::Host1x& host1x_, s32 id)
|
||||
: host1x{host1x_}, memory_manager{host1x.GMMU()},
|
||||
host_processor{std::make_unique<Host1x::Control>(host1x_)}, current_class{
|
||||
static_cast<ChClassId>(id)} {
|
||||
host_processor{std::make_unique<Host1x::Control>(host1x_)},
|
||||
current_class{static_cast<ChClassId>(id)} {
|
||||
thread = std::jthread([this](std::stop_token stop_token) { ProcessEntries(stop_token); });
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue