mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-20 22:13:40 +00:00
Add missing definitions for XAPC constants
Fixes linking errors for these symbols.
This commit is contained in:
parent
204e885d3d
commit
bf910c2d9a
1 changed files with 4 additions and 0 deletions
|
|
@ -36,6 +36,10 @@ DEFINE_bool(ignore_thread_affinities, true,
|
|||
namespace xe {
|
||||
namespace kernel {
|
||||
|
||||
const uint32_t XAPC::kSize;
|
||||
const uint32_t XAPC::kDummyKernelRoutine;
|
||||
const uint32_t XAPC::kDummyRundownRoutine;
|
||||
|
||||
using xe::cpu::ppc::PPCOpcode;
|
||||
|
||||
uint32_t next_xthread_id_ = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue