mirror of
https://github.com/libretro/Play-.git
synced 2024-12-04 23:36:30 +00:00
Halve delay time for binding to RPC server.
This commit is contained in:
parent
feb00fbffc
commit
8da6f75740
@ -432,7 +432,7 @@ void CSifCmd::BuildExportTable()
|
||||
assembler.ADDU(CMIPS::S0, CMIPS::A0, CMIPS::R0);
|
||||
assembler.ADDU(CMIPS::S1, CMIPS::A1, CMIPS::R0);
|
||||
|
||||
assembler.LI(CMIPS::A0, 1000);
|
||||
assembler.LI(CMIPS::A0, 500);
|
||||
assembler.JAL(delayThreadAddr);
|
||||
assembler.NOP();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user