rsx: Compile shaders when CELL is not running

This commit is contained in:
Eladash 2021-03-21 18:55:47 +02:00 committed by Ivan
parent dea1d01de2
commit 1e71deb0db
4 changed files with 44 additions and 24 deletions

View file

@ -813,7 +813,6 @@ void try_spawn_ppu_if_exclusive_program(const ppu_module& m)
auto ppu = idm::make_ptr<named_thread<ppu_thread>>("PPU[0x1000000] Thread (test_thread)", p, "test_thread", 0);
ppu->cmd_push({ppu_cmd::initialize, 0});
ppu->cia = m.funcs[0].addr;
// For kernel explorer