mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 08:52:29 +00:00
Add GSP::GPU::AcquireRight
This commit is contained in:
parent
a56b67f3ba
commit
68698ae7a7
6 changed files with 49 additions and 8 deletions
|
@ -74,7 +74,8 @@ class Kernel {
|
|||
void outputDebugString();
|
||||
|
||||
public:
|
||||
Kernel(std::array<u32, 16>& regs, Memory& mem) : regs(regs), mem(mem), handleCounter(0), serviceManager(regs, mem) {
|
||||
Kernel(std::array<u32, 16>& regs, Memory& mem)
|
||||
: regs(regs), mem(mem), handleCounter(0), serviceManager(regs, mem, currentProcess) {
|
||||
objects.reserve(512); // Make room for a few objects to avoid further memory allocs later
|
||||
portHandles.reserve(32);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue