Ubershader: Add lighting shadergen override

This commit is contained in:
wheremyfoodat 2024-07-20 03:40:50 +03:00
parent 69daed6ace
commit 69c79a7f6c
6 changed files with 34 additions and 2 deletions

View file

@ -58,6 +58,10 @@ GPU::GPU(Memory& mem, EmulatorConfig& config) : mem(mem), config(config) {
break;
}
}
if (renderer != nullptr) {
renderer->setConfig(&config);
}
}
void GPU::reset() {