First stage of dynamic recompiler rewrite.
Basic IR generation calls C implementation of all instructions. Backend generation implemented for x86, x86-64, ARM and ARM64.
This commit is contained in:
parent
e6dce0920b
commit
03fe25d818
46 changed files with 4134 additions and 17767 deletions
|
|
@ -12,6 +12,7 @@
|
|||
#include <wx/wfstream.h>
|
||||
#include <wx/progdlg.h>
|
||||
#include <wx/choicebk.h>
|
||||
#include <wx/combobox.h>
|
||||
|
||||
#include "wx-dialogbox.h"
|
||||
#include "wx-app.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue