mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 22:25:41 +12:00
oops
This commit is contained in:
parent
ecbb33b906
commit
e9217722f1
1 changed files with 1 additions and 2 deletions
|
@ -5,7 +5,6 @@
|
|||
|
||||
using namespace Floats;
|
||||
|
||||
GPU::GPU(Memory& mem) : mem(mem) {
|
||||
GPU::GPU(Memory& mem) : mem(mem), renderer(regs) {
|
||||
vram = new u8[vramSize];
|
||||
}
|
||||
|
@ -28,7 +27,7 @@ void GPU::reset() {
|
|||
e.config2 = 0;
|
||||
}
|
||||
|
||||
// TODO: Reset blending, texturing, etc here
|
||||
renderer.reset();
|
||||
}
|
||||
|
||||
void GPU::drawArrays(bool indexed) {
|
||||
|
|
Loading…
Add table
Reference in a new issue