mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
allow to disable SH2 dynarec on runtime
This commit is contained in:
parent
835122bc0c
commit
0185b67736
9 changed files with 80 additions and 24 deletions
|
@ -20,6 +20,7 @@ void drc_cmn_init(void)
|
|||
tcache, sizeof(tcache), ret);
|
||||
|
||||
#ifdef __arm__
|
||||
if (PicoOpt & POPT_EN_DRC)
|
||||
{
|
||||
static int test_done;
|
||||
if (!test_done)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue