mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-05 11:44:49 +12:00
Ubershader: Add lighting shadergen override
This commit is contained in:
parent
69daed6ace
commit
69c79a7f6c
6 changed files with 34 additions and 2 deletions
|
@ -58,6 +58,10 @@ GPU::GPU(Memory& mem, EmulatorConfig& config) : mem(mem), config(config) {
|
|||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if (renderer != nullptr) {
|
||||
renderer->setConfig(&config);
|
||||
}
|
||||
}
|
||||
|
||||
void GPU::reset() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue