mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-05-02 19:09:37 +02:00
rearrange globals
scripted find/replace gives slightly better code on ARM, less unnecessary asm, ~400 bytes saved
This commit is contained in:
@@ -26,7 +26,7 @@ void drc_cmn_init(void)
|
||||
tcache, DRC_TCACHE_SIZE, ret);
|
||||
|
||||
#ifdef __arm__
|
||||
if (PicoOpt & POPT_EN_DRC)
|
||||
if (PicoIn.opt & POPT_EN_DRC)
|
||||
{
|
||||
static int test_done;
|
||||
if (!test_done)
|
||||
|
||||
Reference in New Issue
Block a user