xenia-cpu-ppc-tests is now building on linux

This commit is contained in:
DrChat
2017-02-10 23:54:10 -06:00
parent 11ae05155d
commit d43e2c7ff8
21 changed files with 471 additions and 51 deletions

View File

@@ -71,7 +71,7 @@ class Processor {
backend::Backend* backend() const { return backend_.get(); }
ExportResolver* export_resolver() const { return export_resolver_; }
bool Setup();
bool Setup(std::unique_ptr<backend::Backend> backend);
// Runs any pre-launch logic once the module and thread have been setup.
void PreLaunch();