Merge branch 'master' into d3d12

This commit is contained in:
Triang3l
2018-11-26 20:45:52 +03:00
7 changed files with 110 additions and 7 deletions

View File

@@ -82,8 +82,8 @@ X64Emitter::X64Emitter(X64Backend* backend, XbyakAllocator* allocator)
if (!cpu_.has(Xbyak::util::Cpu::tAVX)) {
xe::FatalError(
"Your CPU is too old to support Xenia. See the FAQ for system "
"requirements at https://xenia.jp");
"Your CPU does not support AVX, which is required by Xenia. See the "
"FAQ for system requirements at https://xenia.jp");
return;
}
}