mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-09 12:42:35 +00:00
[GPU] Start implementing commands
This commit is contained in:
parent
fef585ebb3
commit
8692e7fc6b
11 changed files with 132 additions and 21 deletions
|
@ -100,7 +100,7 @@ class Kernel {
|
|||
void waitSynchronization1();
|
||||
|
||||
public:
|
||||
Kernel(CPU& cpu, Memory& mem);
|
||||
Kernel(CPU& cpu, Memory& mem, GPU& gpu);
|
||||
void serviceSVC(u32 svc);
|
||||
void reset();
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue