mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
rsx: Compile shaders when CELL is not running
This commit is contained in:
parent
dea1d01de2
commit
1e71deb0db
4 changed files with 44 additions and 24 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue