mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
drc: revive x86 dynarec, support x86-64
This commit is contained in:
parent
91be5ebd10
commit
898d51a7fd
10 changed files with 285 additions and 123 deletions
|
@ -29,7 +29,7 @@ void pemu_prep_defconfig(void)
|
|||
|
||||
void pemu_validate_config(void)
|
||||
{
|
||||
#ifndef __arm__
|
||||
#if !defined(__arm__) && !defined(__i386__) && !defined(__x86_64__)
|
||||
PicoIn.opt &= ~POPT_EN_DRC;
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue