drc: revive x86 dynarec, support x86-64

This commit is contained in:
notaz 2017-12-11 02:53:17 +02:00
parent 91be5ebd10
commit 898d51a7fd
10 changed files with 285 additions and 123 deletions

@ -1 +1 @@
Subproject commit f287890d65ad36ca75bb71d05745693ae78b1490
Subproject commit 21082d0b2b9910727770674cef9b68b9e97a3155

View file

@ -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
}