diff options
| author | Ben Vanik <ben.vanik@gmail.com> | 2013-05-23 17:48:01 -0700 |
|---|---|---|
| committer | Ben Vanik <ben.vanik@gmail.com> | 2013-05-23 17:48:01 -0700 |
| commit | 57b486c4ad8d493f8a441e0e7611eb8715674fdc (patch) | |
| tree | ceae0292acca3cac853ace00a32068d87b82cf07 /tools | |
| parent | 7f4f44836977eb7669df70860c4bbe7609f0f688 (diff) | |
Removing libjit, because it is pretty terrible.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/xenia-run/xenia-run.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xenia-run/xenia-run.cc b/tools/xenia-run/xenia-run.cc index a5d0c8097..f41cd4ebd 100644 --- a/tools/xenia-run/xenia-run.cc +++ b/tools/xenia-run/xenia-run.cc @@ -46,7 +46,7 @@ int Run::Setup() { xe_zero_struct(&pal_options, sizeof(pal_options)); XEEXPECTZERO(xe_pal_init(pal_options)); - backend_ = shared_ptr<Backend>(new xe::cpu::libjit::LibjitBackend()); + //backend_ = shared_ptr<Backend>(new xe::cpu::libjit::LibjitBackend()); debugger_ = shared_ptr<Debugger>(new Debugger()); |
