mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
Enabe JIT for linux arm platform(Rpi...)
This commit is contained in:
parent
0bc48495d3
commit
05eb243d03
1 changed files with 2 additions and 0 deletions
|
@ -31,7 +31,9 @@ void pemu_validate_config(void)
|
|||
{
|
||||
extern int PicoOpt;
|
||||
// PicoOpt &= ~POPT_EXT_FM;
|
||||
#ifndef __arm__
|
||||
PicoOpt &= ~POPT_EN_DRC;
|
||||
#endif
|
||||
}
|
||||
|
||||
static void draw_cd_leds(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue